body
{
	background-color: #c4c4c4;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	color: white;
}

div
{

	font-family: arial;
	font-size: 11px;
}

.header
{
	background-image: url('top.jpg');
	height: 200px;
	width: 800px;

}

.container
{
	width: 800px;
	height: 575px;
	border: 1px solid black;
	background-color: white;
}


.content
{
	background-color: white;
	height: 350px;
	text-align: left;
	padding-left: 5px;
	background-repeat: no-repeat;
}

.postheader
{
	width: 200px;
	font-size: 11px;
	color: #6a7fa6;
}

.news
{
	width: 600px;
	height: 100px;
	color: black;
}

.topnav
{
	position: absolute;
	top: 180px;
	left: 400px;
	background-color: black;
}

a:link,a:active,a:visited,a:hover
{
	color: white;
	font-size: 13px;
	font-family: arial;
	text-decoration: none;
}

.bottom
{
	background-image: url('bottom.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	height: 50px;
}
