html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, div, img {
	margin:0;
	padding:0;
	border:0;
	font-family:"Times New Roman", Times, serif;
}
body {
	background-color:#1C1E2F;
}
.right {
	float:right;
}
.left {
	float:left;
}
#wrapper {
	width:900px;
	margin:0 auto;
}
#header {
	margin: 30px auto 0 auto;
	width:899px;
	height:290px;
	background-image:url(../img/Header.png);
}
#content {
	padding:50px 50px 50px 240px;
	color:#a6a6a6;
	margin:0 auto;
	width:609px;
	background-image:url(../img/Filler.png);
	background-repeat:repeat-y;
	line-height:1.5em;
	text-align:justify;
}
#left_col2 {
	float:left;
	width:305px;
	border-right:1px solid #cbcbcb;
}
.logo {
	padding: 15px 15px 0 15px;
}
#content a {
	color:#ffba00;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content h1 {
	color:#ffba00;
	font-size:24px;
	line-height:1.5em;
	padding-bottom:0.75em;
	font-weight:100;
}
#content h2 {
	color:#ffba00;
	font-size:16px;
	line-height:1.5em;
	padding-bottom:0.75em;
	font-weight:100;
}
#nav {
	line-height:1.5em;
	float:left;
	width:200px;
	color:#ffba00;
	font-size:20px;
	padding-top:102px;
	text-align:right;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#nav ul {
	list-style:none;
}
#nav ul li a:hover {
	color:#cbcbcb;	
}
#nav ul li a {
	color:#ffba00;
	text-decoration:none;
}
#nav ul li.visited {
	color:#cbcbcb;
}
#footer {
	margin:0 auto 0 auto;
	width:899px;
	height:41px;
	background-image:url(../img/Footer.png);
}
#subfooter {
	line-height:0.9em;
	height:20px;
	width:850px;
	margin:0 auto 75px auto;
	background-color:#1C1E2F;
	text-align:right;
	font-size:10px;
	color:#999;
}
#subfooter a {
	color:#999;
}
