@charset "utf-8";
/* CSS Document */
/* CSS Document */
*{
	margin:0px auto
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/bodyBackground.jpg) repeat-x left 0;
}
img{ border:none;}
a{ 
	color:#333; 
	text-decoration:none;
}
a:hover{ 
	color:#333; 
	text-decoration: underline;
}
.header{
	color:#CCC8C7;
	height:40px;
	}
.header td{
	text-align:center;
	padding:0px 2px;
}
.header td a{
	display:block;
	color:#CCC8C7;	
	padding:10px 15px;
	}
.header td a:hover{
	display:block;
	background:#666;
	padding:8px 15px;
	color:#fff;
	}
.news td{ 
	border-bottom:#e4e4e4 1px dotted;
	color:#999;
	height:22px;
	background:url(../img/li.gif) no-repeat left 8px;
	padding-left:10px;
}
.mybody{
	margin-top:20px;
	}

.menu a{ 
width:180px;
height:20px;
background:#f5f5f5;
display:block;
padding-top:5px;
padding-left:15px;
color:#900;
}
.menu a:hover{ 
width:180px;
height:20px;
background:#e4e4e4;
padding-top:5px;
display:block;
color:#900;
font-weight:bold;
}
.mynav {
	margin-bottom:15px;}
.mynav td{
	background:url(../img/myli.gif) no-repeat left center;
	padding-left:15px;
	}
	
.page{
	height:30px;
	background:#fff;
	text-align: center;
	padding-right:20px;
	}
.info h4{
	font-size:20px;
	color:#900;
	text-align:center;
	margin:10px auto;
	}
.mytime{ 
color:#999;
text-align:center;
font-size:12px;
}
.info {
	line-height:25px;
	font-size:14px;	
}
.info p{
	text-indent:2em;
	}
.showImg{ border:#e4e4e4 1px solid; background:#f5f5f5; padding:5px;}
.footer{
	height:80px;
	border-top:#E6E6E6 1px solid;
	background:#F3F4F6;
	text-align: center;
	padding-right:20px;
	line-height:25px;
	color:#6F6F6F;
	margin-top:20px;
	}

