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

html {
 	media=max-device-width:320px;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	font-family: helvetica, arial, sans-serif;
	line-height: 18px;
}
body {
	background-color:#FFF;
	font-family: helvetica, arial, sans-serif;
	line-height: 18px;
}
* {
	margin:0;
}
a {
	font-size:14px;
	color: #b32317;
}
a:link {
	color: #b32317;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #b32317;
}
a:active {
	color: #b32317;
}
.fl {
	margin:5px;
	float:left;
}
.margin {
	margin:5px;
}
.red {
	color:#b32317;
}
.bullet {
	margin:0px 0px 2px 0px;
}
p {
	margin:5px 10px 10px 10px;
	color:#333;
	font-weight:100;
	font-size:14px
}
ul{
	margin:5px 10px 10px 10px;
	color:#333;
	font-weight:100;
	font-size:14px
}
h1 {
	margin:20px 5px 10px 10px;
	color:#333;
	font-size:16px;
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
#nav_container {
	height:30px;
	width: 100%;
	position:relative;
	background-image:url(nav_bg.jpg);
	background-repeat:repeat-x;
}
#center_nav {
	width:310px;
	height:28px;
	padding-top:4px;
	margin:auto;
}
#center_nav a {
	color: #FFF;
	text-decoration:none;
}
#center_nav a:link {
	color: #FFF;
}
#center_nav a:visited {
	color: #FFF;
}
#center_nav a:hover {
	color: #b32317;
}
a:active {
	color: #b32317;
}
.white {
	font-size:14px;
	color:#FFF;
	word-spacing:5px;
}
.center {
	text-align:center;
	margin:0px;
}
#navigation {
	padding:0px;
	text-align:center;
	position:absolute;
	top:6px;
	margin:0px 0px 0px 20px;
}
#nav li {
	float:left;
	color:#CCC;
	list-style:none;
	font-size:14px;
	line-height:normal;
	text-align:left;
	margin-right:10px;
}
#nav a, a:visited, a:active, a:hover {
	color:#CCC;
	text-decoration:none;
}
#container {
	margin:auto;
	width:100%;
}
#logo {
	margin:auto;
	display:block;
	width:310px;
	height:82px;
}
.auto {
	margin:10px 0px 0px 49px;
}
#banner {
	width:100%;
	background-color:#252525;
}
#center_banner {
	width:320px;
	margin:auto;
	background-color:#252525;
}
#main {
	width: 100%;
	border-bottom: solid 1px #d7d7d7;
}
#news {
	background-color:#FFF;
	width: 100%;
}
.news {
	width:100%;
	min-height:40px;
	margin:0px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #d7d7d7;
}
.news_size {
	margin:2px 5px 0px 5px;
	line-height:normal;
	font-size:11px;
}
#news a {
	color: #000;
	text-decoration: none;
	display: block;
	background: #FFF;
}
#news a:active {
	background: #CCC;
}
#footer {
	margin-top:20px;
	width: 100%;
	background-color:#333;
}
.footer {
	margin:0px;
	color:#CCC;
	font-size:11px;
	text-align:center;
}

