body
{
	margin:0;
	padding:0;
	font:12pt Arial, Helvetica, sans-serif;
	background:#d2c49c url(/template/default/images/background.jpg) repeat-x;
}

#main
{
	
}

#container
{
	width:900px;
	text-align:left;
}

#header
{
	
}

#top_menu
{
	background:url(/template/default/images/top_menu_bg.jpg) no-repeat;
	height:48px;
	text-align:center;
}

#top_menu ul, #top_menu li
{
	margin:0;
	padding:0;
	list-style:none;
}

#top_menu li
{
	float:left;
	display:inline;
	padding:7px 15px 8px 15px;
	border-right:1px solid #821f0f;
	border-left:1px solid #821f0f;
}

#top_menu li:hover
{
	background:url(/template/default/images/top_menu_arrow.jpg) top center no-repeat;
}

#top_menu a
{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

#top_menu a:hover
{
	text-decoration:underline;
}

#top_menu ul
{
	margin-left:100px;
	clear:both;
}

#content
{
	background:url(/template/default/images/content_bg.jpg) repeat-y;
	padding:1px 30px 1px 30px;
	margin:0;
}

#footer
{
	background:url(/template/default/images/footer.jpg) no-repeat;
	height:87px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:10pt;
	color:#e8dbc7;
}

#footer a
{
	color:#e8dbc7;
}

#footer_content
{
	padding:35px 0px 0px 20px;
}