body
{
	margin: 0px;
	padding: 0px;
	background-image: url('/img/bg.png');
	background-repeat: repeat-x;
	background-color: #171A16;
	font-family: Tahoma;
	font-size: 12px;
}


#header
{
	background-image: url('/img/header_back_left.png'); 
	height: 104px; 
	text-align: center; 
	margin-bottom: -3px;
}

#main
{
	margin-left: auto; 
	margin-right: auto; 
	width: 978px;
}

#nav
{
	float: left; 
	width: 124px; 
	background-image: url('/img/nav_repeat.png');
	font-family: Tahoma;
	color: white;
	font-size: 11px;
}
#nav .box a
{
	color: white;
	text-decoration: none;
}
#nav .box a:hover
{
	text-decoration: underline;
}

.box div form{

	margin-bottom:0;
	padding-bottom:0;

}
#nav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}


#content
{
	float: left;
	width: 854px;
	background-image: url('/img/content_repeat.png');
	min-height: 500px;
	color: #4A2B13;
}

#rightpanel
{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 210px;
}

.floatleft
{
	float: left;
}

#nav .title
{
	margin-left: 4px;
}

#nav .box
{
	margin-left: 6px;
	width: 115px;
	margin-bottom: 10px;
}

#nav .box > div
{
	background-image: url('/img/navbox_repeat.png');
	padding-left: 10px;
	float: left;
	width: 105px;
}

#nav .box input
{
	width: 70px;
}

.darklink
{
	color: #271701;
	text-decoration: none;
}

#content .panel
{
	margin-left: 10px;
	float: left;
	width: 616px;
}

#content .panel > div
{
	background-image: url('/img/content_panel_repeat.png');
	min-height: 100px;
	width: 603px;
	float: left;
}

#content .subpanel
{
	margin-left: 7px;
}

#content .subpanel > div
{
	background-image: url('/img/content_subpanel_repeat.png');
	padding-left: 30px;
	width: 551px;
	float: left;
}



.location
{
	font-size: 36px;
	margin-right: 10px;
}
.clear
{
	clear: both;
}

#footer
{
	text-align: center;
	background-image: url('/img/footer.png');
	height: 45px;
	margin-top: -5px;
	padding-top: 20px;
}

#facebook
{
	width:200px;
	overflow:hidden;
	margin-top:10px;
	background-color: #fdf6d0;
}
#quicklinks
{
	min-height: 275px;
	width: 198px;
	background-image: url('/img/right_quicklinks.png');
	padding-left: 10px;
	padding-top: 5px;
	margin-left: -3px;
}

#quicklinks > div ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 10px;
	margin-top: 26px;
	width: 168px;
}

#quicklinks > div ul li
{
	line-height: 26px;
	text-decoration:line-through;
}



#buttons
{
	margin-left: 6px;
}

#screenshot
{
	width: 208px;
	height: 221px;
	background-image: url('/img/screenshot.png');
	padding-top: 60px;
	text-align: center;
}

#maincontent
{
	width: 560px;
}

#maincontent a
{
	color: black;
}

.rss_list li
{
	list-style-type: none;
	background-color:#DFDFDF;
	margin-bottom:10px;

}