/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(../img/body_.png) repeat-x;
	border-top: 5px solid #66d100; 	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #fff;
	}
img { border: 0; }
a { color: #66d100; }
a:hover { text-decoration: none; }
p { font-size: 1.05em; line-height: 1.4em; margin: 0 0 0 0; }
.l1 { border: none !important; margin: 0 !important; }		

/*------------------------------------------------------------*
**  -
**------------------------------------------------------------*/
#header h1,
#nav div,
#content  { 
	width: 760px; 
	margin: 0 auto !important; 
	text-align: left; 
	color: #000;
	}
#wrapper	{
	width: 380px;
	margin-left: auto;
	margin-right: 1%;
	margin-top: -10%;
	}

#wrapped	{
	width: 760px;
	margin-left: auto;
	margin-right: 1%; 
	margin-top: -10%; 
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(../img/header.gif) repeat-x;
	padding: 10px 0 0 0; 

		}
#logo {
	background: url(../img/logo.png) no-repeat;
	width: 370px;
	height: 107px;
	margin-left: 19%;
	margin-right: auto; 
		}
#construct {
	background: url(../img/construct.png) no-repeat;
	width: 240px;
	height: 120px;
	margin-left: auto;
	margin-right: -89%;
	top: 20px;
	}
#eventsbutton {
	width: 186px;
	height: 193px;
	margin-left: 25%;
	top: 4%;
	display: float;
	position: absolute;
	vertical-align: center;
	}
#header h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0; 
	padding-top: 6px;
	}
#header h1 a { 
	text-decoration: none; 
	color: #082231; 
	}	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/	
#nav
{
padding-top: 5px;
padding-bottom: 40px;
}

#nav ul
{
padding-left: 0;
margin-left: 0;
background-color: #36c6ff;
color: white;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#nav ul li { display: inline; }

#nav ul li a
{
padding: 0.2em 1em;
background-color: #36c6ff;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#nav ul li a:hover
{
background-color: #369;
color: #fff;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { 	}
div.spaced { 
word-spacing: 25em; 
}
#content h4 {
	text-align: center
	font-size: 0em;
	}
#content h2 {	
	color: #66d100;
	font-size: 1.7em;
	font-weight: normal;
	background: transparent url(../img/title_.gif) no-repeat;
	padding-top: 40px;
	}
#content h3 {
	color: #66d100;
	font-size: 1.5em;
	font-weight: normal;
	}
#content .options {
	background-color: #fff;
	text-align: right;
	padding: 3px 8px 6px 0;
	margin: 0 0 30px 0;
	width: auto;
	}
#content .options .ico_up { padding-left: 13px; background: transparent url(../img/ico_top.png) no-repeat 0% 50%; }	
#content .options .ico_cmt { padding-left: 24px; background: transparent url(../img/ico_comments.gif) no-repeat 0% 50%; }	
#content .options .ico_right { padding-left: 25px; background: transparent url(../img/ico_arrowright.png) no-repeat 0% 50%; }	
#content .l { float: left; }	

#content ul { padding: 0; margin: 0 0 20px; list-style-type: disc; }
#content ul li { padding-left: 20px; margin: 4px 0; }

#content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#content ul.img li { background: none; float: left; margin-left: 34px; padding: 0; }
#content ul.img li img { border: 8px solid #072839; }

	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { margin-top: 20px; padding-bottom: 1px; }
#footer div {
	background: #9c6 url(../img/footerlinks_.gif) repeat-x; 
	border-top: 2px solid #36c6ff;
	border-bottom: 2px solid #36c6ff;
	padding: 12px 10px 14px;
	font-size: 0.9em;
	}	
#footer div ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
#footer div ul li { display: inline; border-left: 1px solid #619230; margin-right: 10px; padding-left: 10px; }
#footer div ul li a { color: #082231; font-weight: bold; }
#footer p { font-size: 0.9em;
color: #000;}


#credit {
	background: url(../img/paypal.gif) no-repeat;
	width: 179px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
		}