body{
	padding: 0;
	margin: 0;
	background: #e6e4e4;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}
#nav{
	width: 100%;
	height: 50px;
	background: #2d2d2d;
	
}
#nav a{
	color: #e6e4e4;
	text-decoration: none;	
}
#nav a:hover{
	color: #8f0000;
	text-decoration: none;	
}
#nav ul{
	display: inline;

}
#nav li{
	display: inline;	
	font-size: 1em;
	padding: 40px;
	position: relative;
	top: 15px;
	left: -80px;	
}
#logo{
	float: right;	
	margin-top: 5px;
	margin-right: 75px;
}
#logo img{
	border-style: none;	
}
#latest{
	margin-top: -15px;
	background: url("../images/bg.jpg") center no-repeat #f5f5f5;
	height: 295px;
}
#latest p{
	width: 900px;
	color: #8f0000;
	margin-right: 60px;
	margin-left: 60px;
	text-align: left;
	line-height: 1.5em;
	float: right;
	font-size: .8em;
}	
#latest h2{
	border-bottom: 1px dotted #2d2d2d;
	margin-left: 60px;	
	margin-right: 150px;
	margin-top: 20px;
	color:  #8f0000;
	text-align: left;	
	font-size: 1.6em;
}
#mission{
	min-height: 250px;	
}
#mission p img{
	float: right;
	margin-top: -10px;
}
#latest h3{
	margin-top: 30px;
	margin-right: 80px;
	margin-left: 60px;
	font-size: 1.2em;
	color:  #2d2d2d;
	text-align: left;
}
#latest img{
	margin-top: -40px;
	margin-left: 30px;
	float: left;
	padding: 20px;
}
#wrapper{
	width: 975px;
	margin: 0 auto;
	margin-top: 1px;
	background: transparent;
}
#content{
	width: 901px;
	background: url("../images/contentbg.jpg")  repeat-x #f5f5f5;
	margin-top: -40px;
	margin-left: 35px;
	margin-right: 0;
}
#content h1{
	color: #8f0000;
	text-align: left;	
	margin-right: 20px;
}
#content h2{
	color:  #8f0000;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
#content h3{
	font-size: 1.2em;
	color:  #2d2d2d;
	text-align: left;	
}
#content p{
	border-top: 1px dotted #2d2d2d;
	padding: 20px;
	font-size: .9em;
	text-align: justify;
	color:#2d2d2d;	
	line-height: 2em;
	margin-left: 20px;
	margin-right: 20px;
}
#content a{
	color: #8f0000;	
}
#content a:hover{
	color: #2d2d2d;	
}
#content img{
	float: right;
	border: 5px solid #2d2d2d;	
	margin: 40px;
}
#bottom{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: -15px;
	margin-bottom: 0;
	padding: 20px;
	background: #2d2d2d;	
}
#bottom a{
	color: #e6e4e4;
	text-decoration: none;
}	
#bottom a:hover{
	color: #111;
	text-decoration: none;
}	
#bottom ul{
	width: 225px;	
}
#bottom li{
	font-size: .9em;
	color: #e6e4e4;
	list-style: none;
	border-top: 1px solid #444;
	border-bottom: 1px solid #121212;
	text-align: left;
	padding: 7px;
}
#container{
	width: 975px;
	margin: 0 auto;	
}
#container h2{
	color: #e6e4e4;
	text-align: left;
	margin-left: 35px;
	font-size: 1.2em;		
}
