 
body {
	font: 10pt sans-serif;
margin: 0;
padding: 0;

	}
	
#container {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -200px;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;

	background-color: #b7b9c5;
}
	
#header {
	position: absolute;

	height: 100px;
	width: 500px;
	border-bottom: 3px solid #000000;
}

#content {
	margin-top: 120px;

}
	
#navbar {
	position: absolute;
	width: 150px;
	left: 50%;
	top: 100px;
	margin-left: 270px;
	border: 3px solid #000000;
	font: 12pt sans-serif;
	background-color: #2f008c;
}
#navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navbar li {
	margin: 10px;
	margin-left: 10px;
	padding: 0;
}

#navbar a {
	color: #cdcdcd;
}

#navbar a:visited {
	color: #ffffff;
}

#quotebar {
	position: absolute;
	width: 200px;
	top: 100px;
	right: 50%;
	margin-right: 250px;
	border: 3px solid #000000;


}

.post_body {
	padding: 20px;
}

.quote {
	font-style: italic;
	padding: 10px;
	color: #cccccc;
}

.quotee {
	font-style: none;
	font-weight: bold;
	text-align: right;
}

#footer {
	font-style: italic;
	color: #cccccc;
	background-color:#2F008C;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
