/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #303e49;
	font: normal small Geneva, Arial, Helvetica, sans-serif;
	color: #eeeeee;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#33FF33;
}

h4 {
	padding: 0;
	font-weight: bold;
	color: #666666;
	font-size: 1.4em;
	text-decoration:none;
}

h5 {
	padding: 0;
	text-decoration:line-through;
	font-size: 1.2em;
}

h6 {
	padding: 0;
	font-weight: bold;
	color:#808040;
	font-size: 1.3em;
}

a {
	color:#33CC99;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
}

hr {
	color: #666666;
	size: 1px;
}

/* Menu */

#menu {
	width: 970px;
	height: 50px;
	margin: 0 auto;
	background:#111111 url(style6/bg_menu-f.gif) repeat-x;;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	float: left;
}

#menu .splash {
	display: inline;
	float: right;
	padding: 10px;
}

#menu a {
	display: block;
	width: 113px;
	height: 50px;
	line-height: 45px;
	background: #00CC00 url(style6/bg_menu.gif) no-repeat;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;  
	color: #eeeeee; 
}

#menu .first a {
	margin: 0;
}

#menu a:hover {
	color: #ffffff;;
	background:#009900 url(style6/bg_menu3.gif) no-repeat;
}


/* Logo */

#logo {
	width: 970px;
	height: 221px;
	margin: 0 auto;
	background: #303e49 url(style6/fl2.jpg) no-repeat right top;
	border-bottom: 1px solid #666666;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 55px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	margin-bottom: -20px;
	font-weight: bold;
	color:#ffffff;
	text-transform: lowercase;
}

#logo h2 {
	padding: 0 0 0 70px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #33ff33;
}

#logo h3 {
	padding: 65px 0 0 75px;
	font-size: 20px;
	color: #eeeeee;
	text-transform: lowercase;
}

#logo h4 {
	padding: 0 0 0 640px;
	font-size: 20px;
	color: #999999;
	text-transform: lowercase;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Content Wraper */

#contentwrap {
	width: 100%;
	/*background: #303e49 url(style6/sq.gif) repeat;*/
}

/* Content */

#content {
	width: 970px;
	margin: 5px auto;
	border-top: 0px solid #FFFFFF;
}

#content span {
	font-style: normal;
	float: left;
	display:block;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	min-height: 100px;
}

#content .box {
	float: left;
	padding-right: 5PX;
	width: 120PX;
	border: none;
}

#main {
	float: right;
	width: 710px;
	margin: 10px 0;
	padding: 5px 10px;
	border-left: 0px solid #666666;
}

#main h2 {
	margin: 0 0 10px 0;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #666666;
}

#sidebar .news{
	height: auto;
	padding-bottom: 7px;
	font-weight: normal;
}

#sidebar p{
	padding: 0;
	margin: 5px 0 10px 0;
}

#sidebar h3 {
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
}

#sidebar h3 a {
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	
}

#sidebar a {
	display: block;
	margin: 5px 0;
	padding: 5px ;
	border: #666666 1px solid;
	background: #111111;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #eeeeee;
}

#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #333333;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #233038;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}