﻿#header
{
	width: 1000px;
	height: 330px;
	margin: 0 auto;
	margin-bottom: 0px;
	position: relative;
}
.nav
{
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: 120px;
	z-index: 10000;
}

#content
{
	overflow:hidden;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
#content .left
{
	float: left;
	width: 230px;
	height: 550px;
}
#gallery
{
	width: 200px;
	height: 540px;
	background: #5bcba3;
}
#gallery dt
{
	padding: 20px 10px;
	font-weight: bold;
	font-size: 16px;
	background: #5bcba3;
	color: #fff;
	border-bottom: 1px #ccc solid;
}
#gallery dd
{
	font-size: 14px;
	background: #89d6b8;
	border-bottom: 1px solid #ccc;
}
#gallery dd a
{
	padding: 10px 10px 10px 20px;
	display: block;
	width: 115px;
	text-decoration: none;
	background: #89d6b8 url(../images/arrow.gif) no-repeat 10px 15px;
	color: #fff;
}
#gallery a:hover
{
	background: url(../images/arrow_black.gif) no-repeat 10px 15px;
	color: #000;
}
#content .conn
{
	float: left;
	width: 770px;
	font-size: 16px;
	padding-top: 10px;
}
#content .conn p
{
	line-height: 180%;
	font-size: 14px;
	padding: 10px;
	color: #555;
}
#footer
{
	width: 1000px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) repeat;
	height: 99px;
}
#footer ul
{
	padding-top: 60px;
	padding-left: 320px;
}
#footer ul li
{
	float: left;
	padding: 0 10px;
}
.conn
{
	overflow: auto;
}
