/* CSS Document */

body {
}

#containerCont{
	width:1010px;
	margin:0 auto;
}

#container{
	width:1210px;
	margin:0 auto;
}

#header{
	margin:10px auto 0;
	padding:15px 10px 0;
	background:url(../images/header_bg.png) no-repeat 0 0;
}

#headerInner {
	position:relative;
	height:75px;
}

#headerInner h1 {
	font-weight:normal;
	text-align:right;
	font-size:12px;
	height:20px;
	line-height:20px;
	display:block;
	position:absolute;
	top:0;
	left:780px;
	width:340px;
}

#headerInner #headerLogo {
	width:350px;
}

#headerInner #headerLogo a {
	display:block;
	text-align:left;
}

#headerInner #headerTel {
	position:absolute;
	top:20px;
	left:780px;
}

#contents {
	padding:0 5px;
	text-align:left;
	background:url(../images/container_bg.png) repeat-y 0 0;
}

#footer {
	clear:both;
	float:none;
	text-align:left;
	font-size:12px;
	color:#666;
	padding:10px 15px 10px;
	margin:0 auto;
	background:url(../images/container_bg.png) repeat-y 0 0;
	position:relative;
}

#copyright {
	position:absolute;
	top:75px;
	left:700px;
	display:block;
	font-size:12px;
	width:490px;
	text-align:right;
	line-height:20px;
}
