html{
	height: 100%;
	min-height: 100%;
}
body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	width: 800px;
	height: 100%;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

/******************* HEADERS ********************/


#header{
	background: url(images/header_background.png) repeat-x;
	color: #FFF;
	height: 110px;
	font-size: 140%;
	width: 100%;
}
#left_image{
	background: url(images/footer2.jpg) no-repeat 20px 20px;
	float: left;
	width: 488px;
	height: 100px;
}

#right_image{
	background: url(images/phone_number.png) no-repeat 0px 20px;
	padding: 0px 20px 0px 0px;
	float: right;
	width: 253px;
	height: 80px;
}

#mainMenu{
	display: none;
}

#mainImage{
	display:none;
}
#mainImage img
{
	display:none;
}

#printImage 
{
	width: 310px;	
	height: 90px;
	display:block;
}


/******************* Left ********************/

#left{
	display: none;
}

#left_menu hr{
	display: none;
}

#left_menu img{
	display: none;
}

#tools{
	display: none;
}
#left_header {
	display: none;
}


/******************* Main ********************/

#main{
	float: left;
	width: 100%;
	min-height: 320px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
}

#footer_menu{
	display: none;
}

#footer{
	clear: both;
	width: 800px;
	color: #707275;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-size: 90%;
}
.clear{
	clear: both;
}

#right
{
	display:none;
}

#flags
{
	display:none;
}