body {
	background-attachment: fixed;
	background-color: #006bd6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin: 0;
	padding: 0;
}
#main_bg {
	text-align: left;
	width: 900px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	margin-top: 20px;
}
#logo {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#menu_main_box {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	height: 32px;
	width: 900px;
}
#menu_bg {
	height: 32px;
	width: 900px;
	background-color: #FF0000;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}
#menu_links {
	left: 155px;
	height: 32px;
	top: 5px;
	position: relative;
}
#middle_content_box {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	width: 748px;
	float: right;
	height: 100%;
}
#middle_content{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#lt_column {
	background-color: #908d8f;
	background-image: url(images/lt_column_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 150px;
	height: 560px;
	top: 106px;
	float: left;
}
#lt_column_content {
	left: 5px;
	width: 140px;
	top: 40px;
	position: relative;
}
#footer{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#last_line{
	clear: both;
}


a.top_menu, a.top_menu:visited, a.top_menu:active, a.top_menu:focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.top_menu:hover {
	color: #000000;
	text-decoration: underline;
}

a.footer_link, a.footer_link:visited, a.footer_link:active, a.footer_link:focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
p.contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
td, th, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td.content{
	padding: 5px;
}
table.formmain{
	background-color: #E2E2E2;
	border: 1px solid #000000;
}
td.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}
