@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #000;
}
body {
	background-color: #8e0a08;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
img{
	border:0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #df0023;
	text-decoration: none;
}

.red a:link {
	color: #8f0b06;
}
.red a:visited {
	color: #8f0b06;
}
.red a:hover {
	color: #df0023;
}

.wrap {
	position:relative;
	width:960px;
	margin:0 auto;
}

.head {
	width:960px;
	height:236px;
	background: url(head.jpg) no-repeat;
}

.nav {
	width:960px;
	height:36px;
	background: url(nav.gif) no-repeat;
	color:#8f0b06;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:38px;
}

.content {
	margin:13px 5px;
	padding:35px;
	line-height:20px;
	background:#fffbd8 url(show_bg.gif) no-repeat center -13px;
}
.content p{
	text-align:justify;
	text-justify:distribute;
}
.content h1{
	text-align:center;
	color:#900;
	font-size:26px;
}
.content h3{
	text-align:center;
	color:#900;
}

.foot {
	width:960px;
	height:75px;
}
