body {
	background-color: #e7e6cb;
	color: #7f756c;
	font-size: 12px;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
}

.background_top {
	background-image: url(top_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.background_bottom {
	background-image: url(bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.all {
	width: 990px;
	margin: 0 auto;
}

.all .flash {
	width: 990px;
	height: 320px;
}

.all .top {
	width: 990px;
	height: 64px;
	
	background-image: url(top.jpg);
}

.all .center {
	width: 990px;
	background-image: url(text_background.jpg);
}

.all .center .text {
	padding: 0px 20px 0px 20px;	
}



.all .center .text h1 {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #dd3620;
	
	font-size: 14px;
	font-weight: bold;
}

.all .center .text h2 {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #dd3620;
	
	font-size: 14px;
	font-weight: bold;
}

.all .center .text h3 {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #dd3620;
	
	font-size: 14px;
	font-weight: bold;
}



.all .bottom {
	height: 215px;
	width: 990px;
	position: relative;
	
	font-size: 10px;
	font-weight: bold;
	color: #7f756c;
}

.all .bottom .left {
	position: absolute;
	top:110px;
	left: 17px;
}

.all .bottom .left .red {
	color: #dd3620;
}

.all .bottom .right {
	position: absolute;
	top:105px;
	left: 720px;
}

.all .bottom .right a {
	text-decoration: none;	
	color: #7f756c;
}

.all .bottom .right a:hover {
	color: #dd3620;
}

.all .bottom .menu {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 990px;
	text-align: center;
}


.all .bottom .menu a {
	text-decoration: none;	
	font-size: 10px;
	color: #7f756c;
	padding-right: 5px;
}


.all .bottom .menu a:hover {
	color: #dd3620;
}