#container{
	width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 4px 193px;
	background-image: url(/images/background.jpg);
}
#header{
	height: 330px;
	position: relative;
	background: url(/images/header.png) no-repeat;
}
.homelink a{
	position: absolute;
	width: 198px;
	height: 142px;
	top: 31px;
	left: 22px;
	text-indent: -9999px;
}
#menu {
	position: absolute;
	width: 657px;
	height: 60px;
	top: 143px;
	left: 232px;
}




#content{
	min-height: 510px;
	height: auto !important;
	height: 510px;
	background: url(/images/content_bg.png) repeat-y;
}
#content_top{
	min-height: 488px;
	height: auto !important;
	height: 488px;
	background: url(/images/content_top.png) no-repeat;
}
#content_bottom{
	min-height: 510px;
	height: auto !important;
	height: 510px;
	background: url(/images/content_bottom.png) no-repeat bottom;

}

#leftcol, #centercol, #rightcol{
	float: left;
}

#leftcol{
	margin-left: 23px;
	width: 225px;
	padding-top: 16px;
	padding-bottom: 10px;
}
#centercol{
	margin-left: 6px;
	width: 384px;
	padding: 0 29px 33px 12px ;
}
#rightcol{
	margin-left: 11px;
	width: 170px;
	margin-right: 40px;
	padding-top: 40px;
}


#leftcol .box{
	width: 218px;
	height: 41px;
	background: url(/images/box.png) no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}
#leftcol .content{
	margin: 0 20px 0 7px;
}



#rightcol .content{
	margin: 0 7px 10px 10px;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}


#footer{
	margin-bottom: 15px;
	width: 900px;
	height: 162px;
	background: url(/images/footer_background.png) no-repeat;
}

#footer div.left{
 float: left;
 margin-left: 47px;
 width: 307px;
}
#footer div.center{
 float: left;
 width: 344px;
 margin-top: 22px;
}
#footer div.right{
 float: left;
 width: 202px;
}
