html,body,img,form { margin:0px; padding:0px; border:0px; outline:none; }
html,body { overflow:auto; }
body,td,th,input,textarea,select {
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 12px;
}
html { background: #c6c6c6; }
body {
	text-align:center;
	background:url(/img/site-bg.jpg) top left repeat-x #c6c6c6;
	padding:30px 0px;
}

h1 {
	letter-spacing:-1px;
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Tahoma, sans-serif;
	font-weight:normal;
	font-size:24px;
}

a, a:link { color:#000; }
a:hover { color:#9AC261; }

input.text, textarea.text, select.text {
	padding:3px;
	border:1px solid #9AC261;
}

.spacer { list-style:none; }
.error { color:#F00; }
.whisper { font-size:smaller; color:#999; }
.whisper a { color:#666; text-decoration:underline; }
.whisper a:hover { color:#333; }
.preloader { position:absolute; overflow:hidden; width:0px; height:0px; visibility:hidden; }
.preloader img { border:0px; width:0px; height:0px; }


#container {
	text-align:left;
	margin:0px auto;
	width:1021px;
	background:url(/img/container-bg.jpg) top  left repeat-y #FFF;
}

/* end default styles */


#header {
	padding:20px 0px 0px 25px;
	background:url(/img/site-top.jpg) top left no-repeat;
	position:relative;
}
#adsense_container1 {
	position:absolute;
	background:#E0E0E0;
	width:468px;
	height:60px;
	top:18px;
	right:18px;
}
h2#tagline {
	position:absolute;
	right:18px;
	top:87px;
	width:250px;
	text-align:right;
	letter-spacing:-1px;
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Tahoma, sans-serif;
	font-weight:normal;
	font-size:24px;
}
a#logo {
	background:url(/img/logo.jpg) top left no-repeat;
	display:block;
	width:255px;
	height:90px;
}
a#logo strong { display:none; }


#nav {
	background:#99c160;
	width: 100%;
	float:left;
	font-family:'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	/* whitespace: nowrap; sometimes this is suggested to prevent list wrap*/
}
#nav ul li {
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
}
#nav ul li a {
	display:block;
	padding:10px 15px;
	color:#FFF;
	text-decoration:none;
}
#nav ul li a:hover, #nav a.selected {
	background:#85ad4d;
	text-decoration:none;
}

#body {
	padding:10px 210px 20px 20px;
	background:url(/img/body-bg.jpg) 831px 0px repeat-y;
}

#content { clear:both; }

.png-table {
	width:750px;
}

#adsense_container2 {
	float:right;
	min-height:296px;
	margin-right:10px;
	background:url(/img/adsense-bg.jpg) top left repeat-x #e0e0e0;
	width:160px;
	padding:10px;
}

#footer {
	height:30px;
	overflow:hidden;
	font-family:'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	padding-top:14px;
	background:url(/img/footer-bg.jpg) bottom left no-repeat #99C160;
}

#footer a:hover {
	color:#FFF;
}

#adsense_container3 {
	width:728px;
	height:90px;
	margin:30px auto 0px auto;
}


/* must be last */
.clearer { clear:both; height:0px; line-height:0px; overflow:hidden; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
