/*
PAGE DEFINITION

THIS FILE HOLDS STYLES THAT DEFINE THE STRUCTURE OF THE SITE
*/



html{
}

body{
	margin:0;
	padding:0;	
}



div.header{
	margin:0;
	overflow:hidden;
	min-width:770px;
}

div.container{
	min-width:770px;
}

div.inner_container{

	width:auto;
	margin:auto;
	min-width:600px;
	background-color:#fff;

}

div.inner_container{
	width:auto;
	margin-bottom:0;
}


div.content{
	margin:0;
	min-width:770px;
	min-height:300px;
}

/*forces min-width in IE6 and also clearing of floats before div.content ends*/
div.content_clear_floats{
	height:0;
	clear:both;
	width:770px;
}



div.footer{
	text-align:left;
}

div.footer img.bottom_left_img, div.footer img.bottom_right_img{ 
	display:none;
}


div.lnav_v{
	display:none;
}

div.footer_menu{
	display:none;
}