body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: #E7E9EB url(img/back.jpg) repeat-x;
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #818181;
}

.full_table {
	width: 100%;
}


h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 32px;
	color: #69ABE5;
	font-style: italic;
}

.main {
	width: 990px;
	line-height: 150%;
}

.main_logo {
	width: 990px;
	height: 144px;
}

.main_logo_img {
	margin-left: 30px;
	margin-top: 65px;
}

.main_menu {
	width: 990px;
	height: 32px;
	background: url(img/menu_back.jpg) repeat-x;
}

.main_head {
	width: 990px;
	height: 286px;
}

.main_cont {
	width: 990px;
	background: #FFFFFF;
	padding: 30px;
}

.main_foot {
	background: url(img/foot.png) no-repeat;
	width: 990px;
	height: 32px;
	font-size: 10px;
	color: #B7B7B7;
	padding: 10px 30px 70px 0px;
}

.main_foot_copy {
	padding-bottom: 7px;
}

.main_foot a {
	color: #B7B7B7;
}


.img_text {margin: 43px 43px 0px 0px;}
.img_text_l {margin: 43px 0px 0px 0px;}


#menu {
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu li {
	float: left;
	list-style: none;
}

.menu_sep {
	width: 2px;
	height: 32px;
	background: url(img/menu_sep.jpg) no-repeat;
}

.menu {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
}

.menu:hover, .menu_a {
	font-size: 15px;
	color: #414242;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(img/menu_a_back.jpg) repeat-x;
	height: 25px;
}