html{
	height: 100%;
	min-height: 100%;
}
body{
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
}
#mainContainer{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background: #ffffff;
}
#header{
	background: #FFF;
}
#left_image{
	background: url(/images/logo.png) no-repeat 20px 10px;
	float: left;
	width: 203px;
	height: 102px;
}

#right_image{
	background: url(/images/right_image.png) no-repeat 0px 20px;
	padding: 0px 20px 0px 0px;
	float: right;
	width: 64px;
	height: 90px;
}

#main_image{
	display: none;
}

#main_menu{
	display: none;
}

#side_menu{
	display: none;
	
}

#side_menu_header{
	display: none;
}

#side_menu img{
	float: left;
	clear: both;
}

#main{
	clear: both;
	width: 100%;
	min-height: 320px;
	padding: 10px 10px 10px 10px;
	background: #FFF;
}

#footer_menu{
	display: none;
}

#footer{
	clear:both;
	padding: 10px 10px 0px 0px;
	text-align: left;
	font-size: 90%;
	background: #FFF;
}
.clear{
	clear: both;
}