/*
 *	Written by Clint Kilmer
 */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	text-align:	center;
}
p
{
	padding: 20px 20px 20px 20px;
	display:block;
	font-weight: bold;
}
a
{
	color: #AAAAAA;
	font-weight: bold;
}
#container
{
	margin: 0px auto;
	width: 800px;
}

/*			Header			*/
#header
{
	position:relative;
	margin-top: 5px;
	height:150px;
	width:800px;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header ul
{
	position:absolute;
	top:125px;
	display:block;
	left:220px;
}
#header ul li
{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #00AA00;	
}
.last
{
	border-right: 0px none Black !important;
}
#header ul li a
{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
}
#header ul li a:hover
{
	text-decoration:underline;
}

/*			Content			*/
#content
{
}
	#left
	{
		width:300px;
		float:left;
		text-align: left;
	}
		/********************* menu ****************************/
		.menu
		{
			margin-bottom:15px;
		}
		.menuheader
		{
			width:300px;
			height:42px;
			background-image:url(images/menutop.png);
		}
		.menucontent
		{
			width:300px;
			background-image:url(images/menumiddle.png);
			padding-top:10px;
			background-repeat: repeat-y;
		}
		.menuheader h1
		{
			padding: 10px 40px 0px 40px;
			font-size: 18px;
			font-weight: bold;
		}
		.menufooter
		{
			width:300px;
			height:32px;
			background-image:url(images/menubottom.png);
		}
		.menu ul
		{
			list-style-position: inside;
			list-style-type: disc;
			padding: 0px 0px 0px 20px;
		}
		.menu ul li
		{
			padding-top: 5px;
		}
		.menu ul li a
		{
			text-decoration: none;
		}
		.menu ul li a:hover
		{
			text-decoration:underline;
		}
		.menu p
		{
			padding-top: 2px;
			padding-bottom: 2px;
		}
		/********************* menu members ****************************/
		.member
		{
			display:inline;
			float:left;
			margin-left:10px;
		}
		.member span
		{
			display:block;
			text-align:center;
			padding: 2px 0px 13px 0px;
		}
		.member img
		{
			width:75px;
			height:70px;
			border: solid 2px #AAAAAA;
		}
		.clear
		{
			clear:both;
		}

	#right
	{
		width:450px;
		float: right;
		text-align: left;
	}
		/********************* post ****************************/
		.mediaplayer
		{
			margin-bottom: 10px;
		}
		.post
		{
			margin-bottom:15px;
		}
		.postheader
		{
			background-image:url(images/posttop.png);
			width:450px;
			height:42px;
		}
		.postheader h1
		{
			padding: 10px 40px 0px 40px;
			font-size: 18px;
			font-weight: bold;
		}
		.postcontent
		{
			background-image:url(images/postmiddle.png);
			background-repeat: repeat-y;
			padding: 20px 0px;
		}
		.postfooter
		{
			background-image:url(images/postbottom.png);
			background-repeat: no-repeat;
			width:450px;
			height:32px;
		}
		.postfooter h1
		{
			padding: 8px 40px 0px 40px;
			font-size: 11px;
			font-weight: normal;
		}

/*			Footer			*/
#footer
{
	clear: both;
	margin: 10px 0px;
	width:800px;
	text-align: center;
	font-weight: bold;
	border-top: solid 2px #009900;
}