/* CSS Document */
*{
	margin:0px;
	padding:0px;
	border:0px;
}
body{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
}
#header,#content,#footer{
	margin:0 auto;
	width:1003px;
}
#header{
	height:230px;
	border-top:3px solid #332F26;
	border-bottom:10px solid #F7EAF0;
	margin-bottom:41px;
}
#header img,.left,.left div,.pic img,.right,ul,li,.depart{
	float:left;
}

/**************************/
.left{
	width:196px;
	margin:0px 47px 0px 4px;
}
.pic{
	width:196px;
	padding:41px 0 10px 0;
}
.picc{
	padding-top:6px;
}
.picc img{
	padding:0 0 6px 5px;
}

/*--------------------------------*/
.right{
	width:738px;
}
.right_pic{
	float:right;
	width:248px;
	padding:4px;
}
p{
	text-indent:25px;
	line-height:22px;
	padding:8px;
}
span{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#cc0000;
}
ul{
	list-style:none;
	padding-bottom:40px;
	padding-left:3px;
}
li{
	width:240px;
	background:#F6F6F6;
	border:1px solid #fff;
	line-height:23px;
}
.depart{
	width:730px;
	background:transparent;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#cc0000;
	line-height:32px;
	border:0px;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#008D8A;
	text-decoration:underline;
}
/*--------------------------------*/
#footer{
	clear:both;
	border-top:2px solid #DA1F3D;
	background:#F7F7F7;
	text-align:center;
	line-height:42px;
	margin-top:10px;
}