* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 960px;
	padding-top: 30px;
}
#side ul {
	list-style-type: none;
}

#header h1 {
	background-image: url(img/logo.fw.png);
	background-repeat: no-repeat;
	padding-left: 3em;
	padding-bottom: 10px;
	padding-top: 18px;
	color: #FFF;
}

#contents {
	height: auto;
	width: 958px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#main {
	height: auto;
	width: 740px;
	float: right;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 30px;
}
#main h2 {
	font-size: 20px;
	color: #333;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #09F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	padding-left: 10px;
	margin-bottom: 2em;
}
#main h3 {
	font-size: 18px;
	font-weight: normal;
	background-image: url(img/icon3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	margin-left: 1em;
	margin-bottom: .5em;
}
#main h4 {
	margin-left: 1em;
	background-image: url(img/icon3.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 1.5em;
	margin-bottom: 15px;
}

#main .sa-p {
	font-size: 14px;
	line-height: 24px;
	margin-left: 3.5pc;
	margin-bottom: 2em;
}
#main .consal {
	list-style-type: none;
	margin-left: 20px;
}
#main .consal li {
	display: block;
	width: 300px;
	float: left;
	margin-right: 50px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #CCC;
	background-color: #EEF4FF;
	margin-bottom: 20px;
}
#main .consal-ph {
	clear: left;
	text-align: center;
	width: 640px;
}
#main .consal-ph2 {
	clear: left;
	text-align: center;
	width: 750px;
	margin-top: 50px;
}






#side {
	float: left;
	height: auto;
	width: 180px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#side ul li a {
	text-decoration: none;
	color: #333;
	padding-bottom: 7px;
	padding-left: 1.5em;
}
#side ul li a:hover {
	text-decoration: none;
	color: #F00;
	padding-bottom: 7px;
	padding-left: 1.5em;
}

#side ul li {
	text-decoration: none;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	display: block;
	margin-right: 10px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	background-image: url(img/icon.jpg);
}
#side ul .no {
	text-decoration: none;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	display: block;
	margin-right: 10px;
	padding-bottom: 7px;
	padding-top: 8px;
	background-image: none;
}

#side ul li ul li {
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 0px;
	background-image: url(img/icon2.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}

#side ul li ul li a {
	font-size: 13px;
	margin-left: 1em;
}
#side ul li ul .last  {
	font-size: 13px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}




#footer {
	height: 85px;
	width: 960px;
	clear: both;
	background-color: #06C;
	text-align: center;
	padding-top: 15px;
}
#footer p {
	font-size: 13px;
	color: #FFF;
	line-height: 16px;
}
#main .space {
	height: 50px;
}


#side ul li.bnr {
    background: none;
}
#side ul li.bnr a {
    padding-left: 0;
}
#side ul li.bnr a:hover {
    opacity: 0.6;
}

.mainbnr {margin-bottom: 30px;}
.mainbnr a:hover {
    opacity: 0.6;
}