@charset "iso-8859-1";

body
{
	background-image: url(img/bg.jpg);
	min-width: 800px;
	margin-top: -1px;
	padding:0;
	font-family: tahoma, arial;
	font-size: 10pt;
}


a
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: none;
	color: #ffffff;
}

a.inactive
{
	text-decoration: none;
	color: #a0a0a0;
}

a.bar
{
	text-decoration: none;
	color: #a0a0a0;
}

#container
{
	margin: auto;
	width: 800px;
}

#header
{
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
}

#sidebar
{
	width: 800px;
	height: 17px;
	background-color: #0000aa;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
}

#main
{
	width: 800px;
	background-color: #0000aa;
	padding-top:3px;
}

.posthead
{
	width: 95%;
	padding: 1pt;
	background-color: #000088;
	text-align: center;
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	font-family: tahoma;
	margin-left: 12px;
	font-weight: bold;
	color: #ffffff;
}

.postby
{
	width: 35%;
	padding: 1pt;
	text-align: center;
	background-color: 888888;
	color: #660000
	font-size: 10pt;
	font-weight: bold;
	border-style: solid;
	border-color: #00ff00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: tahoma;
}

.postcontent
{
	width: 95%;
	padding: 1pt;
	background-color: #0000dd;
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	font-family: tahoma;
	margin-left: 12px;
	line-height: 115%;
	color: #ffffff;
}
