body
{
	font-size: 12px;
	font-family:  Tahoma, Verdana, sans-serif;
	color : #000000;
	margin: 0px;
}

div { border: 0px solid #000fff; }

#websiteContent {
	border: 0px solid #000fff;
	width : 975px;
	margin: 0 auto;
}

.bg_website{
	background-image: url("../images/bg_gradient_white2.png")!important;
	background-position: top right!important;
	background-repeat: repeat-y!important;
}

.bg_footer{
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 220px;
}

.header{
	background-position: top right;
	background-repeat: no-repeat;
	height: 200px;
}

.header #logo{
	background-image: url("../images/logo.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 190px;
	width: 215px;
	position: absolute;
}

.MainContent{
	min-height: 475px;
}

.MainLeft{
	width: 172px;
	min-height: 310px;
	float: left;
}

.MainMiddle{
	background-color: #8EC535;
	min-height: 475px;
	width: 640px;
	float: left;
	border: 1px solid #ffffff;
}

.MainRight{
	width: 145px;
	min-height: 460px;
	float: left;
}

.RightMenu{
	margin: 0px 10px 0px 15px;
	padding: 20px 3px 2px 7px;
	background-color: #0094df;
	min-height: 290px;
	font-size: 11px;
}

.RightMenuBottom{
	margin: 0px 10px 0px 15px;
	background-color: #0094df;
}

.RightLogo{
	margin-left: -44px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.LeftBottom{
	height: 250px;
	width: 180px;
	float: left;
	margin-top: -240px;
}

.footer{
	min-height: 20px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	color: #837575;
	padding-right: 15px;
}

.footer_bg{
	height: 30px;
	width: 100%;
	background-color: #E97718;
	margin-top: -10px;
	float: left;
}

.clear{
	clear:both;
}

.absolute{
	position: absolute;
}