html
{
	background: url(images/body_bckg.jpg) center repeat-y #1f0100;
}
body
{
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	font-family: "Times New Roman" , Times, serif;
	background: url(images/head_bckg.jpg) repeat-x;
	padding-top: 80px;
}
a
{
	color: #775b30;
}
a:hover
{
	text-decoration: none;
}

#container
{
	width: 1015px;
	margin: 0 auto;
}

#header
{
	margin: 0 20px;
	background: url(images/main_top.jpg) no-repeat #FFFFFF;
	height: 80px;
	position: relative;
}
#headerTitle
{
	position: absolute;
	top: 35px;
	left: 15px;
	height: 30px;
	padding: 5px 0 0 45px;
	background: url(images/logo.gif) no-repeat 0 0;
	color: #000000;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
#headerSubTitle
{
	position: absolute;
	top: 60px;
	left: 60px;
}
#shortInfo
{
	position: absolute;
	top: 30px;
	left: 350px;
	width: 300px;
	height: 80px;
	overflow: auto;
}
#toolsMenu
{
	position: absolute;
	top: 40px;
	right: 10px;
}
#menu
{
	background-color: White;
	margin: 0 20px;
	padding: 5px 0 5px 210px;
	overflow: hidden;
	border-bottom:solid 1px #91885D;
	white-space:nowrap;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu ul li
{
	display: inline;
	list-style: none;
}
#menu ul a
{
	display: block;
	float: left;
	font-size: 18px;
	text-decoration: none;
	padding: 0 10px 2px 10px;
	color: #000000;
}
#menu ul a:hover, #menu li.selectedSiteTab a:hover
{
	background-color: #F7F2EE;
}
#menu li.selectedSiteTab a
{
	background-color: #EAE5E1;
}

#main
{
	margin: 0 20px;
	background-color: #FFFFFF;
	float: left;
	width:975px;
}
#text
{
	float: right;
	padding: 10px 5px 0 0;
	width: 750px;
}

#sidebar ul
{
	padding: 0;
	margin: 0 0 0 10px;
}
#sidebar ul li
{
	padding-left: 20px;
	margin:5px 0;
	background: url(images/li.gif) no-repeat;
	list-style: none;
	font-size:16px;
}
h2
{
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}
#text p
{
	margin: 10px 0;
}
#sidebar
{
	float: left;
	width: 210px;
	background: url(images/sidebar_image.jpg) no-repeat center 0;
	padding: 240px 0 0 10px;
	color: #775b30;
	font-size: 12px;
}

#footer
{
	height: 149px;
	clear: both;
	background: url(images/footer_bckg.jpg) no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	color: #5c5c5c;
	padding: 20px 30px;
}
#left_footer
{
	float: left;
	padding: 40px 0 0 50px;
}
#right_footer
{
	float: right;
	padding: 40px 50px 0 0;
}
#mediaCategories li.selectedMenuItem, #adminMenu li.selectedMenuItem
{
	font-weight:bold;	
}

