@charset "utf-8"; 

html{
	overflow-x: hidden;
}
body{
	position: relative;
	text-align: center;
	background: #EFEFEF url(../images/body_back.png) repeat-x 0 0;
}
#wrapper{
	position: relative;
	 width: 920px;
	 margin: 0 auto;
	 text-align: left;
}
#header{
	width: 920px;
   height: 124px;
	background: transparent url(../images/header.png) no-repeat 0 0;
}
				#header h1{
				     text-indent: -9999px;
				}
							#header h1 a{
								display: block;
								width: 330px;
								height: 124px;
								margin-left: 150px;
							}
#cont{
	width: 760px;
	padding: 15px 23px 5px;
	margin: 0 auto;
	background: transparent url(../images/cont_back.png) repeat-y 0 0;
}
#col2{
	width: 760px;
}
#colL{
	float: left;
	width: 200px;
}
#colR{
	float: right;
	width: 535px;
}
#footer{
	width: 100%;
   height: 139px;
	background: transparent url(../images/footer_back.png) repeat-x 0 0;
}
			#footerBody{
				width: 800px;
				margin: 0 auto;
				padding: 10px 0;
				text-align: left;
			}
						#footer div#footerBody address{
							font-size: 10px;
							float: right;
						}
