@charset "utf-8";
/* CSS Document */

body{
	background: black;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana; 
	color: #000;
}

p, ul, ol, table {
	font-size: 1em;
	line-height: 1.5em;
}
h1, h2{
	margin: 10px 0 0 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #c3c3c3;
	font-size: 1em;
	color: #000099;
}
a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
img {
	border: 0;
}
ol {
	font-size: .7em; margin: 0 0 0 22px; padding: 0;
}
ul { 
	list-style-type: disc;
	font-size: .9em;
}
#container{
	padding-top: 20px;
	width: 770px;
	margin: 0 auto;
	background-color: black;
	height: auto;
}
#header { 	
	float: left;
	color: white;
	font-size: 2em;
	padding-bottom: 8px;
	padding-top: 8px;
}

#menu {
	float: right;
	color: white;
	padding-top: 20px;
}
#menu a {
	color: white;
	text-decoration: underline;
}

#content {
	background-color: white;
	padding: 10px;
}

.post {
  margin: 20px 0 25px 0;
  height: 150px;
  font-size: 0.8em;
  }


* html #footer{
	width: 730px;
	margin: 20px 0;
	position: relative;
	left: 20px;
	background-color: white;
}
#footer p{
	text-align: right;
	color: #666;
}
