@import 'reset.css';

textarea, input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

html {
	font-size: 100.01%;
	}
html, body {
	height: 100%;
	height: auto;
	background: #66cccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	
body {
	text-align: center;
	font: .7em/1.3em Arial, Helvetica, sans-serif;
	color: #000;
	}

a, a span {
	cursor: pointer;
	}
	
a {
	color: #fff;
	text-decoration: underline;
	}
	a:hover {
		color: #fff;
		text-decoration: underline;
		}

hr {
	display: none;
	}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	}

img {
	vertical-align: bottom;
	}
	
	
/* COLORS 
---------------------------------------- 
lines - 	#323232;
font main - #000;
link in text main - #166a9a
link:hover in text - #166a9a
in search form - #393939;
*/
	
	
/* Page 
---------------------------------------- */
#center {
	margin: 0 auto;
	width: 802px;
	text-align: center;	
	background: #336699;
	margin: 0 auto;
	/*border-left: 1px solid #323232;
	border-right: 1px solid #323232;*/
	}

	
/* Header
---------------------------------------- */
#header {
	position: relative;
	height: 111px;
	position: relative;
	width: 100%;
	background: url(../i/header-bg.jpg) no-repeat center top;
	}
	
	#header ul { position: absolute; top: 94px; right: 0px; font-weight: bold; }
	#header ul li { display: inline; }
	#header ul li a { color: #000; padding: 3px 30px; }
		#header ul li.curr a,
		#header ul li a:hover { background: #499500; color: #fff; }
	
/* Content
---------------------------------------- */
#generic-content { position: relative; text-align: left; padding: 0 0; }

/* Left side */
#left-side { width: 140px; float: left; text-align: left; padding: 20px 0 0px 20px; color: #fff; }
	#left-side ul li { margin: 5px 0; font-size: 1.1em; list-style: url(../i/bullet.gif); list-style-position: inside; }
		#left-side ul li.curr a {
			color: #000;
		}
	
	#left-side .sponsor-of-site { text-align: center; margin: 40px 0 30px 0; }

/* Content */
#content h1 { margin: 0 0 15px 0; font-size: 1.5em; line-height: 1em; font-weight: normal; }
#content { background: #00ffcc; width: 432px; float: left; padding: 20px 10px 20px 10px; font-size: 1.1em; }	
	#content .alignright { float: right; margin: 0 0 5px 10px; }
	#content p { padding: 0 0 15px 0; }
	
	#content h2.special { background: #336699; color: #fff; padding: 7px; margin: 0 0 10px 0; }
		#content ul { list-style: url(../i/bullet.gif); margin: 3px 0 3px 10px; }
			#content ul li { margin: 5px 0; }
	
/*Right Side */
#right-side { width: 170px; padding: 20px 10px 20px 10px; background: #fff; float: right; }

	#right-side .widget h1 { color: #fff; background: #000; padding: 3px 10px;	}
		#right-side .widget .news-item { margin: 5px 0 5px 0; border-bottom: 1px solid #eee; padding: 0 0 5px 0; }
			#right-side .widget .news-item a { color: #708090; text-decoration: none; }

/* footer
---------------------------------------- */
#footer {
	width: 782px;
	height: 30px;
	background: url(../i/footer-bg.jpg) no-repeat;
	margin: 0px 0 0 0;
	position: relative; text-align: left;
	background: #000;
	padding: 0 0 0 20px;
	}	
	#footer h2 {	
		display: inline; color: #fff; background: #000; padding:0; line-height: 30px;
		}