﻿img, div {
	behavior: url('css/iepngfix.htc');
}
body {
	font-family: "Trebuchet MS";
	background-color: #000;
	background-image: url('../img/site/bg.jpg');
}
/* LINKS */
a.reg_link:link, a.reg_link:visited {
	color: inherit;
	text-decoration: none;
}
a.reg_link:hover, a.reg_link:active {
	color: inherit;
	text-decoration: underline;
}
/* FOOTER LINK */
a.footer:link, a.footer:visited {
	color: white;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	color: white;
	text-decoration: underline;
}
/* END LINKS */
#site_wrap {
	margin: auto;
	margin-top: -240px;
	width: 960px;
}
#header_left {
	float: left;
	position: relative;
	top: 168px;
	left: -125px;
}
#header_right {
	float: right;
	position: relative;
	top: 315px;
}
#content_wrap {
	padding-top: 20px;
	overflow: hidden;
	height: 100%;
	background-color: #FFF;
	clear: both;
}
#left {
	float: left;
	width: 670px;
}
#left_text {
	margin-top: -10px;
	margin-left: 125px;
	font-size: 17px;
}
#right {
	background-image: url('../img/site/right_menu.gif');
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 10px;
	font-size: 18px;
	text-align: right;
	float: right;
	width: 260px;
}
#right_contact {
	padding-right: 10px;
	font-size: 18px;
	text-align: right;
	float: right;
	width: 260px;
}
#footer_wrap {
	overflow: hidden;
	height: 100%;
	clear: both;
	background-image: url('../img/site/footer.png');
	background-repeat: no-repeat;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
	text-align: right;
}

