* 
{
	margin:				0px;
}

html, body
{	
	height:				100%;
}

body
{
	background:			url(../images/bg_gradient.jpg) repeat-x;
	font-family:		"Trebuchet MS", Arial, Verdana;
	font-size:			12px;
	color:				#2f3032;
}

/***************** LAYOUT *****************/

div.container
{
	position:			relative;
	width:				901px;
	height:				100%;
	margin:				0 auto;
}

div.header
{
	background:			url(../images/header.jpg) no-repeat;
	width:				901px;
	height:				65px;
}

div.banner
{
	background:			#ffffff;
	width:				901px;
	height:				304px;
}

div.menu
{
	background:			url(../images/menu.jpg) no-repeat;
	width:				901px;
	height:				37px;
}

div.content_container
{
	background:			url(../images/bg_content.jpg) repeat-y;
	width:				901px;
	min-height:         281px;
	height:				auto;
}

div.main_container
{
	width:				598px;
	float:				left;
}

div.title
{
	background:			url(../images/title.jpg) no-repeat;
	width:				598px;
	height:				58px;
}

div.main
{
	background:			url(../images/content.jpg) no-repeat;
	width:				571px;
	min-height:         223px;
	padding:            12px 0px 12px 27px;
}

div.map_container
{
	background:			url(../images/map.jpg) no-repeat;
	width:				303px;
	height:				281px;
	float:				right;
}

div#map
{
	margin:				20px 0px 15px 27px;
	overflow:			hidden;
}
div.main_footer
{
	background:			url(../images/main_footer.jpg) no-repeat;
	width:				901px;
	height:				5px;
	padding-bottom:     10px;
}

div.clear
{
	clear:				both;
}

