html{
	height: 100%;
	min-height: 100%;
}
body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: #99ff66 ;
	width: 770px;
	height: 100%;
	min-height: 100%;
	text-align: center;
}
#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;
	background: #ffffff;
}
#header{
	background: #FFF;
	height: 232px;
}
#left_image{
	background: url(/images/logo.png) no-repeat 20px 10px;
	float: left;
	width: 203px;
	height: 102px;
}
* 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/valid.png) no-repeat 0px 40px;
	padding: 0px 20px 0px 0px;
	float: right;
	width: 199px;
	height: 90px;
}
#right_image img{
	display: none;
}
#main_image{
	background: url(/images/main_image.gif) no-repeat 0px 10px;
	clear: both;
	float: left;
	width: 100%;
	height: 130px;
}
#main_menu{
	clear: both;
	height: 25px;
	width: auto;
	padding: 0px 0px 0px 2px;
}
#side_menu{
	clear: both;
	float: left;
	width: 200px;
	padding: 15px 10px 20px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFF;
}
#side_menu_header{
	padding: 5px 5px 5px 20px;
	text-align: center;
	font-weight: bold;
	height: 110px;
	font-size: 100%;
	background: url(/images/adjust.png) no-repeat 0px 0px;
}
#side_menu img{
	float: left;
	clear: both;
}
#main{
	float: right;
	width: 540px;
	min-height: 320px;
	padding: 15px 10px 50px 0px;
	background: #FFF;
}
#footer_menu{
	clear: both;
	border-style: solid;
	height: 20px;
	border-color: #f2f2f2;
	border-width: 1px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#footer{
	padding: 10px 10px 0px 0px;
	text-align: left;
	font-size: 90%;
	background: #FFF;
}
.clear{
	clear: both;
}
