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

body {
	margin: 0;
	padding:0;
	background: #000;
	color: #FFF;
	min-height: 1200px;
	font: 14px Arial, Helvetica, sans-serif;
	}
#wrap {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0px auto;
	padding: 0 20px 20px 20px;
	background: #FFF;
	color: #000;
	}
#head {
	width: 960px;
	height: 80px;
	}
#slideshow {
	width: 960px;
	height: 270px;
	background: #69C;
	overflow: hidden;
	}
#menu {
	width: 960px;
	height: 50px;
	overflow: hidden;
	}
#content {
	width: 940px;
	height: auto;
	padding: 20px 10px;
	background: #000;
	color: #FFF;
	margin-bottom: 20px;
	overflow: hidden;
	}

#text {
	width: 940px;
	height: auto;
	background: #020202;
	float: left;
	text-align: left;
	
	}
#foot {
	clear: both;
	width: 960px;
	height: 60px;
	background: #000;
	color: #FFF;
	margin: 0px;
	vertical-align: middle;
}
	
#icons {
	float: right;
	padding: 6px 10px;
	}
#icons a {
	border: none;
	}
#icons img {
	float: right;
	margin-left: 6px;
	border: 0;
	}
#foot div.left {
	height: 48px;
	width: 400px;
	float: left;
	padding: 6px 10px;
	overflow: hidden;
	line-height: 24px;
	}
#foot div.right {
	height: 48px;
	width: 200px;
	float: left;
	padding: 6px 10px;
	overflow: hidden;
	line-height: 24px;
	}
	
	
	
#text h1 {
	text-align: left;
	height: 24px;
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 40px 0 0;
	}
	
	
#menu ul {
	margin: 0;
	padding: 0;
	text-indent: 0px;
	}

#menu li {
	display: block;
	width: 120px; 
	height: 50px;
	float: left;
	list-style-type: none;
	}
#menu a {
	display: block;
	height: 50px;
	width: 120px; 
	line-height: 45px;
	color: #333;
	background: #FFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	}
#menu a:hover {
	background: #93C;
	color: #FFF;
	font-weight: bold;
	}

#homepage a img {
	border: none;
	margin: 10px 40px;
	}
	
#homepage a {
	color: #000;
	text-decoration: none;
	}
#homepage h1 {
	margin: 0 auto;
	text-align: center;
	}
div.form_row, div.form_label {
	padding: 2px 0px;
	}
#extra {
	}
