#main_div {
	margin:0 auto;
	width:912px;
	background:url(../images/layout/main_BG.gif) repeat-y #FFFFFF;
	overflow:hidden;
}

#main_bottom {
	background:url(../images/layout/bottom_BG.gif) no-repeat;
	height:7px;
	font-size:1px;
}

/*
 *********************************************************** HEADER content ***************/

#header {
	height:150px;
	margin:15px 6px 0 6px;
}
 
#header_info {
	height:150px;
	width:528px;
	float:left;
	background:url(../images/layout/header_info_BG.gif) no-repeat;
}

#header_info_title {
	margin:26px 0 0 25px;
	color:white;
}
#header_info_address {
	margin:26px 0 0 25px;
	color:white;
}

#header_image {
	height:150px;
	width:320px;
	float:left;
	background:url(../images/layout/header_image_BG.jpg) no-repeat;
	margin-right:17px;
}

#header_logo {
	height:150px;
	width:35px;
	float:left;
	background:url(../images/layout/header_logo_BG.gif) no-repeat;
}

/*
 *********************************************************** CONTENT ***************/

#content_main {
	clear:both;
	margin:0 6px 0 6px;
}

#content_top {
	height:21px;
	background:url(../images/layout/content_top_BG.gif) no-repeat;
}

#content_left {
	width:200px;
	float:left;
	overflow:hidden;
}

#menu {
	margin-top:60px;
}

#content_right {
	width:700px;
	float:left;
	overflow:hidden;
}

#content_right_padding {
	padding:30px 35px 0 30px;
	border-bottom:1px solid silver;
	border-left:1px solid silver;
}

/*
 *********************************************************** FOOTER ***************/

#footer {
}

#footer #copyright {
	padding:15px 0 15px 237px;
	text-align:left;
}

