body {
    background-color: black;
}
p{ line-height: 1em; }
h1, h2, h3, h4{
    color: white;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}
h5{
    color: red;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
	font-size: 120%;
}
h6{
    color: red;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
	font-size: 500%;
}
h1{ font-size: 1.7em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.2em; }
h4{ font-size: 1.0em; }
a{
	color: white;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: none; }

/* comment area */

body {
    margin-left: auto; margin-right: auto;
}
{
     	max-width: 1000px;
	font-family: arial; 
	font-size: 100%; 
	line-height: 1.2em; 
	width: 100%; margin: 0; 
	background: #eee;
}

#page{ margin: 20px; }

#logo{
	width: 35%;
	margin-top: 5px;
	font-family: georgia;
	display: inline-block;
}
#nav{
	width: 100%;
	display: inline-block;
	text-align: center;
	float: right;
}
	#nav ul{}
		#nav ul li{
			display: inline-block;
			height: 12px;
		}
			#nav ul li a{
				padding: 10px;
				background-color: #252525;
				color: white;
			}
			#nav ul li a:hover{
				background-color: #555555;
				
			}
			#nav ul li a:active{ background-color: #ff0000; }

#content{
	margin: 30px 0;
	background: black;
	color: white;
	padding: 5px;
	max-width: 1000px;
	margin: 0 auto !important;
	float: none !important;
	clear: both;
}
#footer{
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
	#footer p{
		text-align: right;
		text-transform: uppercase;
		max-width: 1000px;
		margin: 0 auto !important;
		float: none !important;
		padding: 20px;
		font-size: 80%;
		color: white;
	}

/* multiple styles seperated by a , */
#content,
ul li a{ box-shadow: 0px 1px 1px #999; }