/* CSS Document */

body	{
	font-family:"Trebuchet MS", Helvetica, sansSerif;
	text-align:center;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x
	}
	
#container	{
	width:800px;
	margin:0 auto;
	}

#logo	{
	width:189px;
	float:left;
	height:105px;
	top:-8px;
	margin:0;
	padding:0;
	position:relative
	}
	
#nav	{
	width:500px;
	float:right;
	top:55px;
	position:relative
	}
	
#sub_nav	{
	width:500px;
	float:right;
	top:3px;
	position:relative;
	right:17px;
	text-align:right
	}
	
#images	{
	width:800px;
	padding-top:3px;
	clear:both;
	margin:auto;
	height:auto;
	}
	
#body	{
	width:750px;
	text-align:left;
	font-size:13px;
	padding-top:9px;
	clear:both;
	margin:auto;
	min-height:400px;
	background-image:url(images/background2.jpg)
	}
	
#footer	{
	width:800px;
	text-align:center;
	position:fixed;
	clear:both;
	bottom:0px;
	background-color:#999999;
	height:25px;
	}
	
#funteam	{
	float:right;
	top:-20px;
	position:relative
	}

/* Classes */

.navigation	{
	list-style:none;
	display:inline;
	margin:0;
	padding:0
	}
	
.links	{
	display:inline;
	margin:0;
	padding:0
	}
	
#body p	{
	margin: 10px 20px 0px 20px
	}
	
.black	{
	text-decoration:none;
	font-size:15px;
	padding: 3px 18px 10px 18px;
	color:white;
	background-color:black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight:700
	}
	
.red	{
	text-decoration:none;
	font-size:11px;
	padding: 1px 15px 1px 15px;
	color:#660000;
	font-weight:700;
	background-color:white
	}
	
.list	{
	font-size:14px;
	font-weight:bold
	}

h2	{
	color:#660000
	}
	
.no_dot	{
	list-style:none
	}
	
.red_under	{
	text-decoration:none;
	font-size:10px;
	padding: 1px 18px 1px 18px;
	color:#660000;
	font-weight:bold
	}
	
.list3	{
	font-size:0.9em
	}
	
/* Links */

a.nav_link:link	{
	color:white;
	text-decoration:none;
	font-size:15px;
	padding: 3px 18px 10px 18px;
	font-weight:700;
	}
	
a.nav_link:visited	{
	color:white;
	text-decoration:none;
	font-size:15px;
	padding:3px 18px 10px 18px;
	font-weight:700;
	}
	
a.nav_link:hover	{
	text-decoration:none;
	font-size:15px;
	padding: 3px 18px 10px 18px;
	color:white;
	background-color:black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight:700
	}

a.nav_top:link	{
	color:white;
	text-decoration:none;
	font-size:10px;
	padding: 1px 18px 1px 18px;
	}
	
a.nav_top:visited	{
	color:white;
	text-decoration:none;
	font-size:10px;
	padding:1px 18px 1px 18px;
	}
	
a.nav_top:hover	{
	text-decoration:none;
	font-size:10px;
	padding: 1px 18px 1px 18px;
	color:#660000;
	}
	
a:link	{
	color:#660000;
	text-decoration:none;
	font-weight:bold
	}
	
a:visited	{
	color:#660000;
	text-decoration:none;
	font-weight:bold
	}
	
a:hover	{
	color:#666666;
	text-decoration:underline;
	font-weight:bold
	}
	
a.sub_link:link	{
	color:white;
	text-decoration:none;
	font-size:11px;
	padding: 1px 15px 1px 15px;
	font-weight:700
	}
	
a.sub_link:visited	{
	color:white;
	text-decoration:none;
	font-size:11px;
	padding:1px 15px 1px 15px;
	font-weight:700
	}
	
a.sub_link:hover	{
	text-decoration:none;
	font-size:11px;
	padding: 1px 15px 1px 15px;
	color:#660000;
	font-weight:700;
	background-color:white
	}
	
a.list2:link	{
	color:#660000;
	text-decoration:none;
	font-weight:100;
	font-size:0.9em
	}
	
a.list2:visited	{
	color:#660000;
	text-decoration:none;
	font-weight:100;
	font-size:0.9em
	}
	
a.list2:hover	{
	color:#666666;
	text-decoration:underline;
	font-weight:100;
	font-size:0.9em
	}
	
a.nav_visited:link	{
	color:white;
	text-decoration:none;
	font-size:15px;
	padding: 3px 18px 10px 18px;
	font-weight:700;
	background-color:black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
a.nav_visited:visited	{
	color:white;
	text-decoration:none;
	font-size:15px;
	padding:3px 18px 10px 18px;
	font-weight:700;
	background-color:black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
a.nav_visited:hover	{
	text-decoration:none;
	font-size:15px;
	padding: 3px 18px 10px 18px;
	color:#660000;
	background-color:black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight:700
	}
