@charset: "utf-8";

body 
	{background: #556b2f;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 100%;
	color: #000000;}

a:link 		{color:#E84;}      /* unvisited link */
a:visited 	{color:#CA4;}  /* visited link */
a:hover 	{color:#F64;}  /* mouse over link */
a:active 	{color:#FF0;}  /* selected link */

p > a > img 
	{vertical-align: middle;
	max-height: 30px;}
li > a > img
	{display:inline;
	max-height:50px;}

p.news	{text-indent:10px;}



#sidebar > ul > li 	{margin: 0px 0px 50px -20px;}


.center  
	{display: block;
    	margin-left: auto;
    	margin-right: auto; }
.fr {float:right;}
.fl {float:left;}

.upcoming {color:#ff3;}

.sbar 
	{max-width:130px;
	display: block;
    	margin-left: auto;
    	margin-right: auto; }

img.news_thumbnail 
	{max-height:100%; 
	max-width:200px; 
	float:right;}
img.biglogo {max-height:150px;}
img.menuitem {max-width : 146px;}

img.bigphoto	{width:100%;}

#top {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 0px;
	background: #000;
	height: 150px;
	z-index: 1; 
	color:#fff;
	}

#menu{
	position: absolute;
	top: 178px;
	left: 8px;
	margin: 0px;
	padding: 2px;
	border: 0px;
	background: #000;
	color: #fff;
	width: 146px; 
	height: 1000%;
	z-index: 2;
	}

#content {
	position: relative;
	left: 150px;
	padding: 20px;
	border: 0px;
	background: #556b2f;
	margin: 0px 355px 0px 0px;
	max-width: 650px;
	z-index: 1;
	}
#sidebar {position: absolute;
	top: 178px;
	right: 8px;
	font-size: 75%;
	text-align:left;
	color: #ddd;
	margin: 0px;
	padding: 8px;
	border: 0px;
	background: #000;
	height: 1000%;
	min-width: 180px;
	max-width: 20%;
	z-index: 2;
}
#bottom {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 0px;
	background: #000;
	height: 150px;
	z-index: 1; 
	color:#fff;
	}


