@charset "utf-8";


body {
	font-family: arial, sans-serif;
	font-size: 0.86em;
	background: url(../images/bg1.jpg);
	margin-top: 0px;
	margin-left: 0px;
}

a {
	font-weight: bold;
	color: #ff1539;
	text-decoration: none;
	}
a:hover{
	color: #4c373b;
	text-decoration: underline;
	}

.logo {
	width: 960px;
	height: 120px;
	background: url(../images/logo1.gif) left center no-repeat;
	font-size: 0.9em;
	margin: 0 auto;
}

.logo ul {
	list-style-type:none;
	position: relative;
	top: 48px;
	left: 556px;
	text-align: left;
	padding:4px;
	}

.logo ul li {
	line-height:30px;
	display:inline;
	text-align: center;
	padding:5px 20px 5px 20px;
	background: #fff;
	}
	
.logo ul li a {
	text-decoration: none;
	color: #000;
	}

.logo ul li a:hover {
	text-decoration: none;
	color: #ff1539;
	}

.main {
	width:1060px;
	margin: 0 auto;
	}

.content {
	width: 920px;
	margin: 14px auto;
	background: #fff;
	border: 1px dotted #aaa;
	padding: 20px;
	text-align: justify;
	line-height: 20px;
	height:auto;
	}
	
.img {
	float:left;
	margin: 4px;
	}

.thumb {
	border: 2px solid #333;
	}

.link {
	text-align: center;
	margin: 10px auto;
	background: #fff;
	}

.header {
	font-size: 2.2em;
	margin-top: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	}
	
.subtitle {
	text-align: center;
	padding: 4px 14px;
	color: #000;
	background: #f2aec1;
	width: 110px;
	margin-top: 8px;
	margin-left: 212px;
	font: 0.92em tahoma;
	border: 1px dashed #000;
	}
