@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	background-repeat: no-repeat;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #171717;
	background-repeat: no-repeat;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
a {
	font-family: Arial;

}
#navbar {
	width: 100%;
	height: 30px;
	border-top: #FFF thin solid;
}
#nav {
	width: 1026px;
	height: 30px;
	margin: auto;
	font-size: 16px;
	color: #999;
}
#nav ul {
	margin: 0;
	list-style-type: none;
	width: auto;
	font-size: 16px;
	color: #999;
}
#nav ul li {
	display:block; float:left;
	margin:0 1px 0 0;
	font-size: 16px;
	color: #999;
}
#nav ul li a {
	display: block;
	float: left;
	color: #CCC;
	text-decoration: none;
	padding: 6px 20px 0px 20px;
	height: 24px;
	font-size: 16px;
	color: #333;
}
#nav ul li a:hover {
	color: #FFF;
	font-size: 16px;
}
#nav ul li a.current {
	color: #999;
	font-size: 16px;
}
#nav ul li a.current:hover {
	color: #FFF;
	font-size: 16px;
}
#container {
	width: auto;
	height: auto;
	margin: auto;
}
#header {
	width: 924px;
	height: 100px;
	margin: auto;
	background: url(../web_images/layout/header.gif);
}
#directional {
	width: 924px;
	height: 20px;
	margin: auto;
	border-top: #FFF thin solid;
}
#directional ul {
	margin: 0;
	list-style-type: none;
	width: auto;
	font-size: 12px;
	color: #999;
	padding: 4px 5px 0px 5px;
}
#directional ul li {
	display:block; float:left;
	margin:0 1px 0 0;
	font-size: 12px;
	color: #FFF;
	padding: 4px 5px 0px 5px;
}
#directional ul li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 20px;
	font-size: 12px;
	color: #FFF;
}
#directional ul li a:hover {
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}
#directional ul li a.current {
	color: #FFF;
	font-size: 12px;
}
#directional ul li a.current:hover {
	color: #FFF;
	font-size: 12px;
}
#body {
	width: 900px;
	height: auto;
	margin-top: 9px;
	margin-bottom: 30px;
	margin-left: auto;
    margin-right: auto;
	border: #FFF thin solid;
	padding: 12px;
	background: #000;
}
#footer {
	width: 900px;
	height: auto;
	margin-bottom: 30px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 12px;
	border-top: #FFF thin solid;
	background: #171717;
	font-size: 10px;
	text-align: justify;
}
#contact {
	width: 250px;
	height: auto;
	float: right;
	text-align: right;
}
#indexbody {
	width: 924px;
	height: 450px;
	margin-top: 9px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: #FFF thin solid;
	background-repeat: no-repeat;
	text-align: center;
}

#news {
	width: 900px;
	margin-bottom: 30px;
	border: #FFF thin solid;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

