@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
color:#979c93;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECEFE1;
}

#header{
	background:url(shadow.png) repeat-x;
	background-position:bottom;
	width:100%;
	padding:18px 0 90px 0;
	font-size:14px;
	line-height:18px;
	position:fixed;
	top:0;
	z-index:100;
}

#header_content{
	width:924px;
	margin:0 auto;
}

#header_left{
	float:left;
}
#header_right{
	float:right;
	text-align:right;
}

#page_content{
padding:90px 0 30px 0;
width:936px;
margin:0 auto;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#333;
	padding:15px 0 20px 0;
	margin:36px 6px 0 6px;
	border-top:thin solid #333;
}

h2{
		font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;

}

.small_box{
	font-size:13px;
	display:inline-block;
	padding:9px 8px 9px 6px;
	background-color:#D8D8C9;
	margin-top:36px;
}

.highlight, .nav_on a{
color:#333;	
}

.super{
	font-size:.5em;
}

a{
	color:#979c93;
	text-decoration:none;
}

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

.nav_on a:hover{
	color:#333;
	text-decoration:underline;
}

.description{
font-size:14px;
width:618px;
margin:18px 0 0 6px;
}

.about{
width:480px;
}

hr{
margin:0 6px;
color:#D8D8C9;
background-color:#D8D8C9;
height:2px;
width:924px;
border:0;
}