/*[fmt]AA90-1A0A-B*/
/*Main tags*/
html, body
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	background: #8B8B8B;
	color: #303030;
	font: 76% Tahoma;
	text-align: center;
}
/*Main container*/
#container
{
	margin: 0;
	padding: 0;
	width: 99.999%;
	background: #D9D9D9 url(../main_style/bm.jpg) repeat;
/*background: #9DA1A4 url(../main_style/bm.jpg) repeat;*/
	color: #303030;
	text-align: left;
	min-width: 920px;
}
#sitename
{
	margin: 0 0px 10px;
	color: #FFFFFF;
	text-align: left;
	height: 92px;
}
#logo
{
	margin: 0;
	background: #FFFFFF url(../main_style/logobk.png) repeat-x;
	height: 117px;
	width: 100%;
	padding: 0;
}
/*Content wrap*/
#wrap
{
	clear: both;
	padding: 0;
	font-size: 0.9em;
	margin-top: -24px;
	border-top: 2px solid #000000;
	margin-bottom: -30px;
}
/*Content*/
#content
{
	margin: 0 175px 0 205px;
/*border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;*/
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
/*-moz-border-radius: 20px;
-webkit-border-radius: 20px;*/
	padding: 25px 15px 15px;
	background-color: #FFFFFF;
	color: #2A2A2A;
	min-height: 1134px;
}
#contentalt
{
	margin: 0 145px 0 10px;
	border: 1px solid #909090;
	padding: 15px 15px 5px;
	background-color: #FFFFFF;
	color: #2A2A2A;
	height: auto;
}
#content h1, #content h2, #contentalt h1, #contentalt h2
{
	margin: 1px 5px 5px;
	padding: 5px;
	background-color: #F2F7FF;
	color: #003298;
	font-size: 1.5em;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/*width: 100%;*/
	border-top: 1px solid #BBD8EF;
	border-left: 1px solid #BBD8EF;
	border-right: 1px solid #BBD8EF;
	border-bottom: 1px solid #BBD8EF;
}
#content h2, #contentalt h2
{
	margin-bottom: 10px;
	font-size: 1.6em;
}
/*Footer*/
#footer
{
	clear: both;
	margin: 0;
	padding: 20px 0 0;
	width: 100%;
	background: #000000 url(../main_style/btm.png) repeat;
	color: #D0D0D0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000000;
}
#footer a
{
	color: #D0D0D0;
	font-weight: bold;
}

