@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/ba.jpg);
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #111111;
}
td     li      {
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	line-height: 2em;
}
.container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.container .banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 298px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
.banner .bannerNav {
	float: right;
	width: 277px;
	padding-right: 10px;
}
.banner  .bannerNav  img {
	height: 70px;
	width: 277px;
	padding-top: 3px;
}
.container .contentWrapper .contentBack {
	background-color: #330100;
}
.contentWrapper .content {
	width: 455px;
	padding-left: 10px;
	color: #E4B98F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	float: left;
	text-align: justify;
}
.container .contentWrapper .sideBar {
	float: right;
	width: 275px;
	padding-right: 10px;
	color: #FFFFCC;
	line-height: 1.5em;
}
.sideBar  a {
	color: #CFB08D;
}

.container .homeBottom {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 768px; 
}
.style1 {font-size: 12px}
.style2 {color: #666666}
.style2 a {
	color: #666666;
}
.container .homeBottom .style1 a {
	color: #111111;
	text-decoration: none;
}
.container .homeBottom .style1 a:hover {
	color: #111111;
}.footer {
	color: #666666;
}
.footer a {
	color: #666666;
}
.footerNav a {
	text-decoration: none;
	margin-right: 30px;
	margin-left: 30px;
}
.footerNav {
	text-align: center;
	width: 800px;
}
.style3 a {color: #999999}

