<!--
body
{
	background-color:#19140d;
	color:#beb79a;
	margin:0;
	padding:0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
a
{
    color:#de8d00;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
img
{
	border:none;
}
form
{
	display:inline;
}
#page
{
	text-align:left;
	width:964px;
}
#header
{
	padding:30px 16px 20px 10px;
	overflow:auto;
}
	#hd_thesecret
	{
		float:left;
	}
	#menu
	{
		float:right;
		margin-top:23px;
	}
#content_container
{
	clear:both;
	background:url(../images/template/bg_main_mid.gif) repeat-y;
}
	#border_top
	{
	}
	#border_left
	{
		float:left;
	}
	#border_right
	{
		float:right;
	}
	#border_bottom
	{
		clear:both;
	}
	
	#content
	{
		float:left;
        width: 940px;
	}
#copyright
{
clear:both;
line-height:7px;
width:964px;
float:left;
margin-left:10px;
margin-top:40px;
}
	#copyright img
	{
	float:left;
	}
	.pipe
	{
	margin-left:8px;
	margin-right:8px;
	}
-->