@import "./style_modules.css" ;
/************************************************************************************/
body
{
	font-family:			verdana ;
	font-size: 				8pt ;
	margin:					0px ;
	margin-left:			0px ;
	margin-right:			0px ;
	padding:				0px ;
	background-color:		#660000 ;
}
/************************************************************************************/
#top
{
	position:				absolute ;
	top:					0px ;
	left:					0px ;
	background-color:		#ECBB6E ;
	height:					120px ;
	width:					100% ;
	margin:					0px ;
	padding:				0px ;
}
#top .top1
{
	float:					left ;
	height:					100px ;
	width:					400px ;
	background-image:		url("./top_left.jpg") ;
}
#top .top2
{
	float:					right ;
	height:					100px ;
	width:					300px ;
	background-image:		url("./top_right.jpg") ;
}
#top .top_menu
{
	position:				absolute ;
	top:					100px ;
	left:					0px ;
	width:					100% ;
	height:					20px ;
	background-color:		#895A29 ;
	background-image:		url("./wood.jpg") ;
	border-top:				1px solid #301F0D ;
	border-bottom:			1px solid #301F0D ;
	font-weight:			bold ;
	line-height:			18px ;
	color:					#FFFFFF ;
	padding:				0px ;
}
#top .top_menu ul
{
	list-style-type:		square ;
	list-style-position:	inside ;
	margin:					0px ;
	padding:				0px ;
}
#top li
{
	display:				inline ;
	padding-left:			22px ;
	line-height:			18px ;
	margin-left:			10px ;
	background-image:		url("./top_menu.jpg") ;
	background-repeat:		no-repeat ;
	background-position:	left center ;
	vertical-align:			middle ;
}
#top a
{
	color:					#FFFFFF ;
	text-decoration:		none ;
}
/************************************************************************************/
#menu_left
{
	position:				absolute ;
	left:					10px ;
	top:					130px ;
	width:					150px ;
	margin:					0px ;
	padding:				0px ;
	background-color:		#ECBB6E ;
	background-image:			url("./menu_left.gif") ;
}
#menu_left .menu_left_top
{
	height:					100px ;
	background-image:		url("./menu_left_top.gif") ;
	padding:				0px ;
}
#menu_left div
{
	padding-left:				5px ;
	padding-right:				5px ;
	padding-bottom:				10px ;
}
#menu_left .menu_left_bottom
{
	height:					100px ;
	background-image:		url("./menu_left_bottom.gif") ;
	padding:				0px ;
}
#menu_left h1
{
	margin:					0px ;
	font-size:				8pt ;
	background-image:		url("./wood.jpg") ;
	line-height:			20px ;
	padding-left:			5px ;
	color:					#FFFFFF ;
}
#menu_left ul, #menu_left li
{
	margin:					0px ;
	margin-top:				10px ;
	margin-bottom:			10px ;
	line-height:			10px ;
	padding-left:			3px ;
	list-style-type:		square ;
	list-style-position:	inside ;
}
#menu_left a
{
	text-decoration:		none ;
	color:					#6D5732 ;
}
#menu_left a:hover
{
	color:					#301F0D ;
}
#menu_left hr
{
	width:					0% ;
	margin:					5px ;
}
/************************************************************************************/
#stats
{
	position:				absolute ;
	right:					10px ;
	top:					150px ;
	width:					150px ;
	margin:					0px ;
	padding:				0px ;
}
#stats_content
{
	border:					1px solid #301F0D ;
	background-color:		#ECBB6E ;
	background-image:		url("./wood.jpg") ;
	background-repeat:		repeat-x ;
	text-align:				center ;
	padding-bottom:			10px ;
	margin-bottom:			10px ;
}
#stats_content h1
{
	margin:					0px ;
	margin-bottom:			10px ;
	font-size:				8pt ;
	line-height:			20px ;
	padding-left:			25px ;
	color:					#FFFFFF ;
	background-image:		url("./top_menu.jpg") ;
	background-repeat:		no-repeat ;
	background-position:	left center ;
	text-align:				left ;
}
#stats_content h1 a
{
	color:					#FFFFFF ;
}
#stats_content .indent
{
	margin-left:			10px ;
	margin-top:				10px ;
	margin-bottom:			10px ;
	text-align:				left ;
	line-height:			15px ;
	font-size:				7pt ;
}
#stats_content .bold
{
	font-weight:			bold ;
	color:					#301F0D ;
}
#stats_content span
{
	color:					#6D5732 ;
}
#stats_content div
{
	margin-left:			0px ;
	text-align:				left ;
}
#stats_content a
{
	text-decoration:		none ;
	color:					#6D5732 ;
}
#stats_content a:hover
{
	color:					#301F0D ;
}

/************************************************************************************/
#content
{
	margin-left:			180px ;
	margin-right:			180px ;
	margin-top:				150px ;
	border:					3px double #301F0D ;
	background-color:		#ECBB6E ;
	padding:				10px ;
	text-align:				justify ;
	line-height:			13px ;
	background-image:		url("./content.jpg") ;
	background-repeat:		no-repeat ;
	background-position:	right top ;
}
#content hr
{
	height:					1px ;
	border:					0px ;
	color:					#301F0D ;
	background-color:		#301F0D ;
	margin-top:				5px ;
	margin-bottom:			5px ;
}
#content h1
{
	font-size:				8pt ;
	border-bottom:			1px dotted #301F0D ;
	margin:					0px ;
	margin-bottom:			10px ;
}
#content a
{
	color:					#6D5732 ;
	text-decoration:		none ;
}
#content a:hover
{
	color:					#301F0D ;
}
#content ul
{
	margin:					0px ;
	padding-left:			20px ;
	list-style-type:		square ;
	line-height:			15px ;
}
#content span
{
	font-weight:			bold ;
}
#content .center
{
	text-align:				center ;
	margin:					0px ;
}
#content img
{
	border:					1px solid #301F0D ;
}
#content tbody
{
        font-family:                      courier, courier new, verdana ;
}
/************************************************************************************/
#copyright
{
	margin-left:			180px ;
	margin-right:			180px ;
	margin-top:				20px ;
	padding:				10px ;
	padding-top:			30px ;
	border:					1px solid #301F0D ;
	background-color:		#ECBB6E ;
	background-image:		url("./wood.jpg") ;
	background-repeat:		repeat-x ;
	font-size:				7pt ;
	text-align:				justify ;
}
#copyright p
{
	text-align:				center ;
	font-style:				italic ;
	margin:					0px ;
}
