.div
{
	border: 1px solid #F00;
}
body, html
{
	margin: 0;
	padding: 0;
	font-family: helvetica;
	font-size: 11px;
	background: url(/style/img/d/mainBg.png) repeat-x 0 0 #565656;
	color: #484848;
}
img
{
	border: 0;
}
a
{
	color: #484848;
	text-decoration: underline;
}
a:hover
{
	color: #686868;
}
h2 a 
{
	text-decoration:none;	
}
#main
{
	width: 738px;
	margin: auto;
	text-align: center;
}
#header
{
	padding: 17px 0 15px 17px;
}
#logo
{
	width: 250px;
	float: left;
}
#middle
{
	position: relative;
	height: 419px;
}
#footer
{
}
.cl
{
	clear: both;
}
#menu
{
	float: left;
	width: 465px;
	position: relative;
	height: 70px;
	text-align: left;
}
#menu ul
{
	position: absolute;
	bottom: 0;
	left: 70px;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	list-style-type: none;
	float: left;
	display: block;
	margin-right: 13px;
	background: url(/style/img/d/menuLiBg.png) no-repeat left bottom;
	height: 21px;
}
#menu ul li a
{
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}
#menu ul li a:hover
{
	color: #c2ff00 !important;
}
#middle .left
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	background: url(/style/img/d/MiddleLeftBorder.png) no-repeat 0 0;
	width: 21px;
	height: 419px;
}
#middle .right
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
	background: url(/style/img/d/MiddleRightBorder.png) no-repeat 0 0;
	width: 27px;
	height: 419px;
}
#middle .bottom
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	background: url(/style/img/d/MiddleBottomBorder.png) no-repeat 0 0;
	width: 711px;
	height: 9px;
}
#middle .top
{
	position: absolute;
	left: 21px;
	top: 0;
	z-index: 11;
	width: 711px;
	height: 1px;
	border-top: 1px solid #FFF;
}
#middle .content
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 734px;
	height: 419px;
	text-align: left;
	overflow: hidden;
}

.title1
{
	font-size: 15px;
	color: #484848;
	font-weight: normal;
	margin: 15px 0 20px 0px;
}

ul.items
{
	margin: 0px;
	padding: 0 0 0 15px;
}
ul.items li
{
	list-style-image: url(/style/img/d/arrow.png);
	margin-bottom: 7px;
}
ul.items li a
{
}
.pb10
{
	padding-bottom: 10px;
}
.pt10
{
	padding-top: 10px;
}
.imgLeft
{
}
.imgLeft img
{
	margin: 0 13px 13px 0;
	float: left;
	border:1px solid #484848;
	max-width:70px;
	max-height:85px;
}

.link1
{
	margin-top: 10px;
	text-align: right;
}
.link1 a
{
	background: url(/style/img/d/arrow.png) no-repeat 0 2px;
	padding-left: 12px;
	font-weight: bold;
}
.border{ border:1px solid #484848;}


.imgLeftAll
{
	max-width:186px;
	height:410px;	
}

textarea,input[type="text"]
{
	border:1px solid #CCC;	
	color:#333;
	padding:2px;
}
input[type="submit"]
{
	background-color:#565656;
	color:#FFF;
	padding:3px;
	border:1px solid #333;	
}
select{
	color:#333;
	padding:1px;
	border:1px solid #aaa;	
}

