html
{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	background: #e1973e url('/images/bg_site.png') scroll repeat-x top center;
	font-family: trebuchet ms, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

div, form, table, td, p, h1
{
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

a, a:link
{
	color: #333333;
	text-decoration: none;
}

a:active, a:hover
{
	color: #f02222;
	text-decoration: none;
}

div#container
{
	background: transparent url('/images/bg_content.png') scroll repeat-y top left;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0px auto 0px auto;
}

div#header
{
	background: transparent url('/images/bg_header.png') scroll no-repeat top left;
	overflow: hidden;
	width: 1000px;
	height: 180px;
}

div#header_logo
{
	float: left;
	margin: 42px 0px 0px 64px;
}

div#header_logo a img
{
	padding: 0px;
	border: 0px none;
}

div#header_other
{
	float: left;
	margin: 0px 0px 0px 238px;
}

div#header_login
{
	height: 75px;
	text-align: right;
	margin: 0px 0px 0px 140px;
}

div#header_login a, div#header_login a:link
{
	color: #eeeeee;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
}

div#header_login a:active, div#header_login a:hover
{
	color: #f02222;
}

div#header_ad_top
{
}

div#content
{
	overflow: hidden;
	width: 1000px;
	padding: 0px 0px 48px 0px;
}

div#footer
{
	background: transparent url('/images/bg_footer.png') scroll no-repeat top left;
	overflow: hidden;
	width: 1000px;
	height: 48px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: -48px auto 0px auto;
}

div#left
{
	background: transparent url('/images/bg_left.png') scroll repeat-y top left;
	width: 240px;
	float: left;
}

div#left_top
{
	background: transparent url('/images/bg_left_top.png') scroll no-repeat top left;
	width: 240px;
	height: 32px;
}

div#left_bottom
{
	background: transparent url('/images/bg_left_bottom.png') scroll no-repeat top left;
	width: 240px;
	height: 48px;
}

div.ad_left
{
	width: 152px;
	text-align: left;
	padding: 3px 3px 3px 68px;
}

div.ad_right
{
	width: 152px;
	text-align: left;
	padding: 3px 3px 3px 12px;
}

div.ad_bottom
{
	width: 470px;
	text-align: left;
	padding: 5px 0px 0px 45px;
}

div#main
{
	width: 560px;
	float: left;
}

div#right
{
	width: 200px;
	float: left;
}

div#left a img, div#right a img, div.ad_bottom a img
{
	border: 1px solid #cccccc;
}

div.box_start
{
	background: transparent url('/images/bg_main_top.png') scroll no-repeat top left;
	font-size: 6px;
	line-height: 6px;
	width: 508px;
	height: 16px;
	padding: 0px 15px;
	margin: 0px 10px;
	border: 0px none;
}

div.box_main
{
	background: transparent url('/images/bg_main_middle.png') scroll repeat-y top left;
	width: 488px;
	padding: 4px 25px;
	margin: 0px 10px;
	border: 0px none;
}

div.box_end
{
	background: transparent url('/images/bg_main_bottom.png') scroll no-repeat top left;
	font-size: 6px;
	line-height: 6px;
	width: 508px;
	height: 16px;
	padding: 0px 15px;
	margin: 0px 10px 10px 10px;
	border: 0px none;
}

p.main
{
	padding: 0px;
	text-align: justify;
}

a.mainmenu, a.mainmenu:link
{
	color: #f0f0f0;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 160px;
	height: 32px;
	padding: 0px 0px 0px 64px;
}

a.mainmenu:active, a.mainmenu:hover
{
	color: #f02222;
}

.f14
{
	font-size: 14px;
}

.f16
{
	font-size: 14px;
}

.just
{
	text-align: justify;
}