/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #000 url(../img/chopblack.jpg) no-repeat 100% 0%;
	border-top: 5px solid #ff0000; 	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #fff;
	}
img { border: 0; }
a { color: #ff0000; text-decoration:none; }
a:hover { text-decoration: underline; }
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: #fff;
	top: 100%;
	height: 100%;
	}
#wrapper	{
	width: 380px;
	margin-left: auto;
	margin-right: 1%;
	margin-top: -20%;
	}


#wrapped	{
	width: 600px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	}

#printpdf {
	width: 159px;
	height: 59px;
	margin-left: 73%;
	margin-right: auto;
	}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	padding: 10px 0 0 0; 

		}
#logo {
	background: url(../img/logo.png) no-repeat;
	width: 460px;
	height: 267px;
	margin-left: auto;
	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
**------------------------------------------------------------*/	
#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 50%;
border-bottom: 1px solid #fff;
}

#navlist
{
width: 70%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 5px;
}

#navlist li a:hover,#navlist a#current
{
color: #fff;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #ff0000; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { 	}
div.spaced { 
word-spacing: 25em; 
}
#content h4 {
	text-align: center
	font-size: 0em;
	}
#content h2 {	
	color: #ff0000;
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 40px;
	}
#content h3 {
	color: #66d100;
	font-size: 1.5em;
	font-weight: normal;
	}
#content .options {
	background-color: #000;
	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: 30px; color:#fff; background: transparent url(../img/ico_arrowright.png) no-repeat 0 50%;}	
#content .options .email {padding-left: 33px; color:#fff; background: transparent url(../img/email.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: #000; 
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	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 #fff; margin-right: 10px; padding-left: 10px; }
#footer div ul li a { color: #fff; font-weight: bold; }
#footer p { font-size: 0.9em; color: #fff;}


#credit {
	background: url(../img/paypal.png) no-repeat;
	width: 163px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
		}