@charset "windows-1251";
body {
	background-image: url(../images/snow.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.con_td {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.top_menu {
	color: #1CBBFF;
	line-height: 50px;
	background-color: #E2E2E2;
	text-align: center;
	background-image: url(../images/top_menu.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

td.top_menu a:link {
	color: #FFF;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	letter-spacing: 1px;
}
td.top_menu a {
	color: #FFF;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	letter-spacing: 1px;
}
td.top_menu a:hover {
	color: #DBDAE1;

}
td.top_menu a:active {
	color: #B3B5C0;
}


.tl_pg_sh {
	background-image: url(../images/tl_pg_sh.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.l_pg_shd {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/l_pg_sh.gif);
}
.tr_pg_shd {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/tr_pg_sh.gif);
}
.r_pg_shd {
	background-image: url(../images/r_pg_sh.gif);
	background-repeat: repeat-y;
	background-position: left top;
}



.content {
	display: block;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: left;
}


ontent .heading {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
.content .two_col {
	display: block;
	width: 470px;
	float: left;
}
.content .r_col {
	display: block;
	float: left;
	width: 220px;
	margin-left: 26px;
	overflow: visible;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 18px;
	color: #5c5c5c;
	background-image: url(../images/footer_bk.gif);
	background-repeat: repeat-x;
	height: 100px;
	clear: both;
	float: none;
	background-color: #D3D3D3;
	padding-top: 15px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.footer p {
	clear: both;
	float: none;
	margin-top: 5px;
	text-align: left;
	margin-left: 40px;
}
#body2 {
	background-image: url(../images/snow.jpg);
	background-repeat: repeat;
	background-position: center top;
}
