/* CSS Document */
/****Zero Styles, set master styles****/
body, div, ol, ul, li, p, h1, h2 , h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#BFBFBF;
}

ol, ul {
	list-style: none;
	text-align: left;
}

img {
	border: none;
}	

p {
	font-size: .9em;
	line-height:125%;
	margin: 0 40px 20px 0;
}

a:link, a:visited {
	text-decoration:none;
	color:#BFBFBF;
}

a:hover {
	text-decoration:underline;
	color: #C78C0A;
}

a:active {
	color:#FFCC00;
}

 ul li.selected {
 	text-decoration:none;
	color:#A96C00;
 }

/****Center the Layout****/
html {
	text-align: center;
}

body {
	width: 960px;
	margin: 0 auto;
	text-align: center;	
	background-color: #191919;
	font-size: 100%;

}

div#branding {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 65px;
}

div#branding h1 {
	font-size: 1.8em;
	text-align:center;
}

div#branding h1 span {
	font-size: .6em;
	color:#A96C00;
}

div#content {
	
	left: 0px;
	top: 0px;
	height: auto;
	text-align: left;
	padding: 0 0 40px 0;
	margin: 105px 0 0 0;
}

div#site_info {
	clear: both;
	font-size: .8em;
	text-align: center;
	padding:5px 0 20px 0;
	width: 960px;
	color:#333;
	
}

div#site_info span {
	border-top: dotted 1px #3a3a3a;
	padding: 2px 0;
	display: block;
	text-align: right;
	width: 940px;
	margin: 20px 0 0 20px;
	/* for IE fix this shorter*/
}
