@charset "UTF-8";
/* CSS Document */

body {
	
	background-color:#FFFFFF;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d5b6e;
	font-size:.83em;
	}

#container {
	margin-right:auto;
	margin-left:auto;
	width:877px;
	text-align:left;
}
	
div {
	margin:none;
	padding:none;
}


	
#headerhome {
	background-image:url(images/header_index.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:877px;
	}
	
	
#headerjoin {
	background-image:url(images/header_join.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:877px;
	}
	
#headercontact {
	background-image:url(images/header_contact.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:877px;
	}
	
	
#headerevents {
	background-image:url(images/header_events.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:877px;
	}
	
	
#navigation h4 {
	display:none;
}

#navigation {
	width:879px;
	height:45px;
	background-color:#4d5b6e;
	margin-top:-12px;
}

#innernavigation {
	padding:8px 60px 0px 290px;
	}


#innernavigation li {
	list-style:none;
	float:left;
	width:117px;
	font-size:1em;	
}	
	
#sidebar {
	width:260px;
	height:400px;
	float:left;
	}

	
#content {
	width:617px;
	float:right;
}

#innercontent  {
	margin:108px;
	width:401px;
}


#linklist  {
	width:210px;
	margin-left:25px;
	margin-top:100px;
	
}

#footer {
	width:617px;
	height:30px;
	background-color:#4d5b6e;
	align:center;
	color: #FFFFFF;
	
}




	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* Links
-------------------------------------------*/

a:link {
	color:#4d5b6e;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#4d5b6e;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#4d5b6e;
	border-bottom:1px #68a0d3 dashed;
	font-weight:bold;
}

a:active {
	color:#4d5b6e;
	border-bottom:1px #68a0d3 dashed;
	font-weight:bold;
}



#navigation a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:hover {
	color:#FFFFFF;
	border-bottom:1px #68a0d3 dashed;
	font-weight:bold;
}

#navigation a:active {
	color:#FFFFFF;
	border-bottom:1px #68a0d3 dashed;
	font-weight:bold;
}


#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
	color:#FFFFFF;
	border-bottom:1px #68a0d3 dashed;
	font-weight:bold;
}

#footer a:active {
	color:#FFFFFF;
	border-bottom:1px #68a0d3 dashed;
	font-weight:bold;
}

