body
{
	background: #506273 url(bg_body.png) repeat-x;
}

input, select, textarea
{
	color: #A2B6C6;
	background-color: #445468;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

a.navlink
{
	color: #000000;
}

a:hover.navlink
{
	color: #FFFFFF;
}

a.redlink
{
	color: #FF7828;
}
a:hover.redlink
{
	color: #A2B6C6;
}

#container
{
	background: #708494;
}

#header
{
	width: 960px;
	height: 102px;
	background: #708494 url(bg_header.png);
	color: #A2B6C6;
}

#header .logo
{
	position: absolute;
	top: 13px;
	left: 13px;
	width: 204px;
	height: 64px;
/*	background-image: url(../hdrimg/3.jpg);*/
}

#header .section_logo
{
	position: absolute;
	top: 0px;
	left: 217px;
	width: 225px;
	height: 89px;
/*	background-image: url(../prjimg/www/3.jpg);*/
/*	background-position: -13px;*/
}

#header .bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 443px;
	height: 90px;
	background-image: url(bg_header_mid.gif);
}

.navbar
{
	background: #506273;
	color: #A2B6C6;
}

.recent
{
	background: #506273;	
}

.recent_block
{
	width: 315px;
	background: #708494;
	border-top: 1px solid #000000;
}

.recent_block .top
{
	background-image: url(bg_recent_t.png);
}

.recent_block .bottom
{
	background-image: url(bg_recent_b.png);
	border: 1px solid #000000;
	border-top: none;
}

#leftmenu
{
	background: #506273;
}

#rightmenu
{
	background: #506273;
}

.menu_block
{
	background: #708494;
	border-top: 1px solid #000000;
	width: 160px;
}

.menu_block .top
{
	background-image: url(bg_menu_t.png);
}

.menu_block .bottom
{
	background-image: url(bg_menu_b.png);
}

#content
{
	background: #506273;
}

.content_block
{
	background: #708494;
	border-top: 1px solid #000000;
	width: 790px;
}

.content_block .center
{
	overflow: visible;
}

.content_block .top
{
	background-image: url(bg_content_t.png);
}

.content_block .bottom
{
	background-image: url(bg_content_b.png);
}


.content_block .right
{
	overflow: visible;
}

#content h1
{
	color: #A2B6C6;
	border: 1px solid #000000;
	background: #2C3440 url(bg_bar.png) repeat-x;
}

.bar
{
	color: #A2B6C6;
	border: 1px solid #000000;
	background: #445468 url(bg_bar.png) repeat-x;
}

#footer
{
	background: #708494;
	width: 960px;
	border-top: 1px solid #000000;
}

#footer .top
{
	background-image: url(bg_footer_t.png);
}

#footer .bottom
{
	border: 2px solid #506273;
	border-top: none;
	background-image: url(bg_footer_b.png);
}

.top
{
	background-color: #445468;
	color: #A2B6C6;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.top a.navlink, .bottom a.navlink, .navbar a.navlink, #header a
{
	color: #A2B6C6;
}

.bottom
{
	background-color: #445468;
	color: #A2B6C6;
	border: 1px solid #506273;
	border-top: none;
}

.center
{
	padding: 1px 9px 3px 9px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.foot
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.ad
{
	padding: 0 9px 3px 9px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0;
	text-align: center;
}

#comment_form textarea
{
	background-color: #445468;
	width: 99%;
}
