html{
	height: 100%;
	min-height: 100%;
}
body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #ffffff;
	width: 770px;
	height: 100%;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 770px;
	margin: 0 auto;
	min-height: 100%;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #f2f2f2;
	text-align: left;
}
#header{
	background: #ffffff;
	height: 220px;
}
#left_image{
	background: url(/images/logo.png) no-repeat 10px 10px;
	float: left;
	width: 200px;
	height: 80px;
}
* html #left_image{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
}
#left_image img{
	display: none;
}
#right_image{
	background: url(/images/phone_number.png) no-repeat 0px 20px ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 206px;
	height: 63px;
}
* html #right_image{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/phone_number.png', sizingMethod='scale');
}
#right_image img{
	display: none;
}
#main_image{
	background: url(/images/main_image.jpg) no-repeat 0px 0px;
	clear: both;
	float: left;
	width: 100%;
	height: 140px;
}
#menu{
	clear: both;
	float: left;
	width: 185px;
	padding: 30px 0px 0px 10px;
	background: #ffffff;
}
#menu hr{
	float: left;
	clear: both;
	width: 95%;
	height: 1px;
	background-color: #d2c6de;
	border: 0;
	margin-top: 5px;
}
#menu hr.thick{
	float: left;
	clear: both;
	width: 95%;
	height: 5px;
	background-color: #d2c6de;
	margin: 82px 0px 0px 0px;
	border: 0;
}
#menu img{
	float: left;
	clear: both;
}
#menu img.menu{
	float: right;
	clear: right;
	padding: 3px 10px 0px 2px;
}
.submenus{
	clear: both;
	position: relative;
	width: 160px;
	padding: 0px 0px 0px 5px;
	height: 100%;
	display: block;
}
#main{
	float: right;
	width: 550px;
	min-height: 320px;
	padding: 25px 10px 50px 0px;
	background: #ffffff;
}
.panel80{
	float: left;
	clear: none;
	width: 80px;
}
.panel200{
	float: left;
	clear: none;
	width: 190px;
}
#footer{
	clear: right;
	float: right;
	width: 550px;
	padding: 50px 10px 0px 0px;
	border-style: solid;
	border-width: 5px 0px 0px 0px;
	border-color: #f2f2f2;
	background: #FFF;
	text-align: left;
	font-size: 90%;
}
.clear{
	clear: both;
}
