*{
	margin: 0;
	padding: 0;
}

body{
		
		font-size: 14px;
		background: #2c302e;
}

h1, h4, h1 a, h1 a:visited{
	text-decoration: none;
	color: #99CC66;
}

	#header{
		background: #343431;
		padding: 20px 10px;
	}
	
		#header h1 a, #header h1 a:visited, #header h1 a:hover{
			font-size: 20px;
		}
		
		#header p{
			color: #fff;
		}
		
	#topmenu{
		background: #ededed;
		height: 1px;
		margin: -2px 0 2px 0;
	}
	
	#content{
		padding: 20px 0 10px 10px;
		background: #fff;
		color: #000;
	}
	#content h3{
		margin: 10px 0;
	}
	#content h5{
		margin:20px 0;
		font-weight:normal;
		font-size:12px;
		font-style:italic;
		color:#3e4655;
	}
	#content b{
		border-bottom:1px dotted #3e4655;
		font-weight:normal;
		}
	#content a, #content a:visited, #content a:hover{
		text-decoration:underline;
		color:#6699CC;
		}
	#footermarg{
		background: #ededed;
		height: 1px;
		margin: 2px 0 -2px 0;
	}
	
	#footernav{
		background: #343431;
		width: 100%;
		display: block;
		float: left;
		padding: 10px 0 30px 0;	
	}
	#footernav div{
		margin: 0 5%;
		float: left;
		width:23%;
	}
	
		#footernav h4{
			font-size: 14px;
			font-weight: normal;
			text-transform: uppercase;
			margin: 20px 8px;
		}
		
		#footernav li{
			list-style-image: url(/ping.png);
		}
		
		#footernav a, #footernav a:visited{
			width: 100%;
			line-height: 20px;
			display: block;
			border-bottom: 1px dotted #5a5a57;
			color: #6699CC;
			text-decoration: none;
			font-weight: bold;
			padding:7px;
		}
		
		#footernav a:hover{
			background: #54544F;
			color: #99CC66;
		}
		
		#footer {
			display: block;
			float:left;
			width: 100%;
			border-top: 1px solid #fff;
			padding: 20px 0;
		}
		
			#footer p, #footer ul{
				float: left;
				display: inline;
				color: #fff;
				margin:0 0 0 10px;
			}
			
			#footer li{
				list-style-type: none;
				float: left;
				display: inline;
				margin:0 5px;
			}
			
			#footer li a, #footer p a{
				text-decoration: underline;
				color: #6699CC;
			}