/*
PAGE DEFINITION

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



html{
}

body{
	margin:0;
	padding:0;	
}

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

div.inner_container{

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

}

div.inner_container{
	width:767px;
	margin-bottom:1em;
}


div.header{
	height:145px;
}



div.content{
	min-height:300px;
	position:relative;
}


/*forces min-width in IE6 and also clearing of floats before div.content ends*/
div.min_width{
	height:0;
	width:0;
	font-size:0;
}

* html div.min_width{
	height:0;
	width:767px;
}




div.footer{

	clear:both;
	margin:auto;
	min-width:767px;
	padding:0;
	position:relative;
	overflow:hidden;
}

.bottom_left_img{
	position:absolute;
	bottom:0;
	left:0;
}

.bottom_right_img{
	position:absolute;
	bottom:0;
	right:0;
}

* html .bottom_left_img, * html .bottom_right_img{
	margin-bottom:-1px;
}

* html div.footer{
	overflow:hidden;
}

div.footer_menu{
	float:left;
	width:160px;
	height:95px;
	overflow:hidden;
	position:relative;
	background-color:#0f0f0f;
}
