html{
	height: 100%;
	min-height: 100%;
}
body{
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	width: 400px;
	height: 100%;
	min-height: 100%;
	text-align: center;
}
#mainContainer{
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background: #ffffff;
}
#header{
	background: #FFF;
	height: 110px;
}
#left_image{
	float: left;
	width: 203px;
	height: 102px;
}

#right_image{
	display: none;
}
#right_image img{
	display: none;
}
#main_image{
	display: none;
}

#main_menu{
	clear: both;
	height: 25px;
	width: auto;
}

#side_menu{
	clear: both;
	float: left;
	width: 185px;
	padding: 0px 10px 5px 0px;
	margin: 0px 0px 0px 0px;
	
}

#side_menu_header{
	padding:0px 5px 5px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	background: #bbf;
}

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

#main{
	float: right;
	width: 400px;
	min-height: 320px;
	padding: 5px 5px 5px 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;
}