body 
{
	background: #FFFFFF url("../images/header_top.gif") repeat-x left top;
	font-size: 100%;
}

body, input, select, textarea, td, th
{
	color: #7a7a7a;
	font-family: Arial;
}
	
a
{
	color: #006AD5;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


#main {
	font-size: 0.687em;
	line-height: 1.125em;
	margin: 0 auto;
	position: relative;
	width: 990px;
	}

#header
{
	background: url("../images/header_back.jpg") no-repeat center top;
	height: 186px;
}

#header .indent
{
	padding: 136px  26px 0 45px;
}

#header .menu
{
	background: url("../images/topmenu_back.gif") repeat-x left top;
}

#header .menu .lbg
{
	background: url("../images/topmenu_left.gif") no-repeat left top;
}
#header .menu .nbg
{
	background: none;
}
#header .menu .rbg
{
	background: url("../images/topmenu_right.gif") no-repeat right top;
	height: 37px;
}

#name {
	left: 0;
	position: absolute;
	top: 0;
	}


#h_pic
{
	right: 0;
	position: absolute;
	top: 0;
}


#wrap {
	padding: 18px 44px 0 34px;
	}


#content {
	overflow: hidden;
	padding: 0 0 12px 0;
	}


.adv
{
	text-align: left;
}
.adv a
{
	//color: #1795c2;
	//font-weight: bold;
	//text-decoration: none;
}

.adv img {
	margin: 0 0 16px 0;
	vertical-align: top;
	}

.clear {
	clear: both;
	font-size: 0;
	}

.f_left {
	float: left;
	}