@charset "utf-8";
/* CSS Document */

body,html{
	background-color:#464646;
	margin:0px;
	padding:0px;
	color:#FFF;
	font-family: Corbel, Arial, Verdana;
	font-size: 14px;
}
#site_container{
	width:900px;
	min-height:680px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333;
	border-top-color: #999 1px solid;
	border-right-color: #999 1px solid;
	border-bottom-color: #999 1px solid;
	border-left-color: #999 1px solid;
	z-index:0;
}
#site_header{
	width:900px;
	height:280px;
	margin:0;
	padding:0;
}
#site_title{
	width:310px;
	height:40px;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	float:right;
	margin-top:55px;
}
#site_title p{
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	float:left;
	margin-left:8px;	
}
#site_title img{
	margin:9px;
}
#main_nav{
	width:510px;
	height:10px;
	float:left;
	margin-top:74px;
	font-size:12px;
	padding:10px;
}
#img_container{
	width:900px;
	height:155px;
	margin:0;
	padding:0;
	background-color:#333;
	margin-top:105px;
}
#site_comment{
	width:306px;
	height:19px;
	margin-top:8px;
	float:right;
	font-size:15px;
	color:#999;
	font-family: Corbel, Arial, Verdana;
}
a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #4BC472;
}

#content_container{
	width:520px;
	min-height:250px;
	margin-left:75px;
	margin-top:50px;
	margin-bottom:20px;
	padding:10px;
	font-size:11px;
}
#content_container p,#content_container ul li  {
	font-family: Corbel, Arial, Verdana;
	font-size: 13px;
}#footimg{
	background-image:url(../images/footimg.gif);
	background-repeat:no-repeat;
	width:331px;
	height:140px;
	margin-left:568px;
	z-index:1;
	bottom:0;
	position: relative;
}
h1{
	color:#090;
	font-size:16px;
	margin-top:5px;
	font-family: "Copperplate Gothic Light", Corbel, Arial, Verdana;
	text-transform: uppercase;
}

h2{
	color:#008040;
	font-size:14px;
	margin-top:3px;
	font-family: "Copperplate Gothic Light", Corbel, Arial, Verdana;
}
h3{
	color:#090;
	font-size:14px;
	margin-top:3px;
	font-family: "Copperplate Gothic Light", Corbel, Arial, Verdana;
}
h4{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

ul{
	margin-top:-15px;	
}

#footer_container{
	width:900px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color: #333;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 11px;
	color: #999;
}
