body {
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/bg.jpg) repeat-x;
	margin:0;
}
img{
	border:none;
	display:block;
}
#main {
	margin:0 auto;
	width:943px;
}
/* logo */
h1.logo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:159px;
	height:94px;
	text-indent:-9999px;
	padding:0;
	margin:34px 0 0;
}
.logo a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
}
/* header */
#header{
	background:url(../images/bg-header.jpg) no-repeat;
	width:785px;
	height:158px;
	padding:0 0 0 158px;
	overflow:hidden;
}
#header div{float:right}
/* content */
#content{
	background:url(../images/bg-content.png) repeat-y;
	width:943px;
	min-height:650px;
	overflow:hidden;
}

* html #content{
	height:650px;
	overflow:visible;
	background:url(none.gif);
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-content.png', sizingmethod='scale');
}
/* sidebar */
#content .sidebar{
	float:left;
	width:158px;
}
/* menu */
#menu{
	width:158px;
	background:url(../images/menu-foot.jpg) no-repeat 0 100%;
	padding:0 0 2px;
	margin:0;
	overflow:hidden;
	list-style:none;
}
#menu li{
	float:left;
	width:158px;
	padding:0 0 1px;
}
#menu li a{
	font:12px/36px Verdana, Tahoma, sans-serif;
	color:#fff;
	float:left;
	width:145px;
	height:36px;
	padding:1px 0 0 13px;
	background:url(../images/bg-menu.jpg) no-repeat 0 0;
	text-transform:uppercase;
	text-decoration:none;
}
#menu li a:hover{background:url(../images/bg-menu.jpg) no-repeat 0 100%}
#menu li a.active{background:url(../images/bg-menu.jpg) no-repeat 0 100%}
/* info */
#content .info{
	float:left;
	width:722px;
	padding:0 63px 0 0;
}
/* box1 */
#content .box1{
	background:url(../images/bg-box1.jpg) repeat-y;
	width:722px;
	overflow:hidden;
}
#content .tub{
	background:url(../images/bg-tub.jpg) no-repeat;
	width:331px;
	padding:106px 30px 0 361px;
	min-height:198px;
}
* html #content .tub{height:198px}
#content .tub p{
	font:12px/16px Verdana, Tahoma, sans-serif;
	color:#727272;
	width:331px;
	margin:0;
}
/* box2 */
#content .box2{
	background:url(../images/bg-box2.jpg) no-repeat;
	width:702px;
	height:34px;
	padding:17px 0 0 20px;
	overflow:hidden;
}
#content .box2 a{
	float:left;
	font: bold 12px/34px Georgia, "Times New Roman", Times, serif;
	color:#727272;
	text-decoration:none;
}
#content .box2 a:hover{text-decoration:underline}
/* photo */
#content .photo{
	background:#e3e3e3 url(../images/bg-photo.jpg) no-repeat;
	width:715px;
	overflow:hidden;
	padding:0 0 8px 6px;
	border-left:1px solid #e0e0e0;
}
#content .photo img{
	float:left;
	margin:0 1px 0 0;
	border:1px solid #cbcbcb;
}
/* box3 */
#content .box3{
	background:url(../images/bg-box3b.jpg) no-repeat;
	width:560px;
	padding:100px 85px 0 77px;
	overflow:hidden;
	min-height:353px;
}
* html #content .box3{
	overflow:visible;
	height:353px;
}
#content .box3 h2{
	font:italic 18px/34px Georgia, "Times New Roman", Times, serif;
	color:#0079c2;
	margin:0;
}
#content .box{
	width:560px;
	border:1px solid #bec2c4;
	border-width:1px 0;
	padding:10px 0 12px;
}
#content .box strong{
	font:14px/19px Georgia, "Times New Roman", Times, serif;
	color: #444;
	margin:0;
}

#content .text{
	float:left;
	width:270px;
	padding:12px 10px 40px 0;
}

#content .text img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	}

#content .textpicture{
	float:left;
	width:560px;
	padding:12px 10px 40px 0;
}
#content .one{padding:12px 0 40px 10px}
#content .text p{
	font:11px/16px Verdana, Tahoma, sans-serif;
	color:#444;
	margin:0;
	text-indent:15px;
}

#content .box3 strong.section-head {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color:#777;
	text-transform: uppercase;
	letter-spacing:1px;
	}

/* footer */
#footer{
	background:url(../images/bg-footer.jpg) no-repeat;
	width:720px;
	height:86px;
	padding:39px 64px 0 159px;
	overflow:hidden;
}
#footer ul{
	width:720px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
	text-align:center;
}
#footer ul li{
	background:url(../images/separator.jpg) no-repeat 0 50%;
	display:inline;
	padding:0 2px 0 7px;
}
#footer ul li:first-child{background:none}
#footer ul li a{
	font:10px/12px Verdana, Tahoma, sans-serif;
	color:#606060;
	text-decoration:none;
}
#footer ul li a:hover{text-decoration:underline}
#footer p{
	font:10px/12px Verdana, Tahoma, sans-serif;
	color:#606060;
	width:720px;
	margin:4px 0 0;
	text-align:center;
}