html, body {
	background:url(images/backgr2.jpg) repeat-x;
	background-color:#9aaed1;
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
h1 {font-size:30px;
	color:#003366;
	font-weight:bold;
}
h2 {font-size:20px;
	color:#003366;
	font-weight:bold;
}
a {
	text-decoration: none;
	font-weight:bold;
	color:#3366CC;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#003399;
}
a.menu {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
}
a.menu:hover {
	text-decoration: none;
	font-weight:bold;
	color:#330000;
	font-size:16px;
}


#main_shadow {
	background-color:#FFFFFF;
	position:relative;
	float:none;
	width:992px;
	padding: 7px 1px 7px 1px;
	margin-top:10px;
	margin-bottom:10px;
	min-height:600px;
	
}
#main_body {
	background:url(images/undermenu.jpg) repeat-y;
	position:relative;
	width: 984px;
	padding: 0px 0px 0px 0px;
}
#header {
	position:relative;
	float:left;
	clear:both;
	height:180px;
	width:984px;
	}
#menu {
	position:relative;
	float:left;
	width:250px;
	min-height:350px;
}
#main_middle {
	position:relative;
	float:left;
	padding: 10px 40px 10px 43px;
	background:url(images/background.jpg) no-repeat;
	width:651px;
	min-height:350px;
}
#footer {
	position:relative;
	float:left;
	clear:both;
	width:984px;
}
#footer_left {
	position:relative;
	float:left;
	background:url(images/footer_left.jpg) no-repeat;
	height:69px;
	width:250px;
}
#footer_rigth {
	position:relative;
	float:left;
	background:url(images/footer.jpg) no-repeat;
	width:734px;
	height:29px;
	text-align:center;
	padding-top:40px;
}
