﻿/* 页面LOGO */
/*导航菜单 */
/*左边整体 */
#left{
	padding: 0px 0px 24px 0px;
	margin: 3px 8px 3px 0px;
	border: 1px solid #1B919A;
	float: left;
	width: 230px;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#menu h4{
	margin: 0px;
	padding: 10px 0px 6px 45px;
	color: #FFCCaa;
	font-weight: bold;
	background-image: url('../images/aboutmenuh4bg.gif');
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

#menu li{
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 10px 0px 8px 30px;
	margin: 0px 30px 0px 0px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
	border-bottom-width: 1px;
}
#menu li a:link,#menu a:visited{
	text-decoration: none;
	color: #000000;
}
#menu li a:hover{
	text-decoration: underline;
	color: #143c2b;
}
/*
#menu h4 span{
	display: none;
}
*/
/* 右边页面*/
#main{
	padding: 0px;
	margin: 3px 8px 2px 8px;
	border: 1px dashed #CCCCFF;
	float: left;
	width: 460px;
}
#content h4{
	margin: 0px;
	border-bottom: solid 2px #00b366;
	background-image: url('../images/abouth4bg.png');
	background-repeat: no-repeat;
	background-position: 16px center;
	padding: 10px 0px 10px 60px;
	color: #287755;
}
#content p{
	text-indent: 2em;
	text-align: left;
	margin: 0px;
	padding: 5px 10px 5px 15px;
	line-height: 150%;
}

