body{
 	font-family: Arial;
 	font-size: 12px;
	color:#fff;
	padding:0;
	margin:0;
	background:#272727;
}

#header{
	width:100%;
	height:143px;
	background:url('images/headerbg.jpg');
}

#logo{
	width:336px;
	margin:auto;
}

#wrapper{
	width:1000px;
	margin:auto;
}

#content h2{
	color:#aa0c0c;
}

#nav{
 	padding:10px;
	text-align:center;
}

#nav a{
 	color:#fff;
 	font-size:14px;
	margin-left:20px;
	margin-right:20px;
	text-decoration:none;
}

#nav a:hover{
	color:#aa0c0c;
}

#bottom{
 	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	height:70px;
	line-height:70px;
	clear:both;
	background:#323232;
}

#bottom a{
 	color:#fff;
 	font-size:14px;
	margin-left:20px;
	margin-right:20px;
	text-decoration:none;
}

#bottom a:hover{
	color:#aa0c0c;
}

h3{
	color:#fff;
	text-align:center;
}