body
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #702d08;
	}
	
body,td,th
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#e7a81e;
	}

#left_outbg_repeaty
	{
	background-image:url(../images/layout_content_left_outbg_repeaty.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:100%;
	}
#left_outbg_norepeat
	{
	height:580px;
	background-image:url(../images/layout_content_left_outbg.jpg);	
	background-position:right;
	background-repeat:no-repeat;	
	}
#right_outbg_repeaty
	{
	background-image:url(../images/layout_content_right_outbg_repeaty.jpg);
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
/*	border:1px solid #FF0000;	*/
	}
#right_outbg_norepeat
	{
	height:580px;
	background-image:url(../images/layout_content_right_outbg.jpg);	
	background-position:left;
	background-repeat:no-repeat;	
	}	
	
h1
	{
	font-size:24px;
	font-weight:normal;
	color:#FFCC33;
	}
	
h2
	{
	font-size:16px;
	font-weight:normal;
	color:#FFCC33;
	}	

a, a:active
	{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}
	
#content
	{
	padding-left:40px;
	padding-top:70px;
/*	width:660px;*/
/*	height:580px;*/
	min-height:580px;
	text-align:justify;
	}
	
#content img
	{
	border:1px solid #333333;
	border-bottom:5px solid #333333;
	}
	
#content hr
	{
	color:#996600;
	}