/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:#AC0B0A url(images/charliebg.jpg) repeat-x; 
	}
	
p {
	margin-bottom: -3px;
	}	

#container {
	background:url(images/contentbg.jpg) repeat-y center;
	* margin-left:-1px;
	}
	
#header {
	background:url(images/banner.jpg) no-repeat;
	height:91px;
	width:900px;
	}
	
#topnav {
	background:url(images/topnav.jpg) no-repeat top;
	height:32px;
	width:900px;
	text-align:left;
	}

#content {
	width:800px;
	}

#blackcontainer {
	width:765px;
	}

#blacktop {
	background:url(images/blacktop.jpg) top no-repeat;
	width: 765px;
	height: 30px;
	margin-top:20px;
	}
	
#blackmid {
	background-color: white;
	margin-top:-6px;
	width:721px;
	color: #333333;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	text-align:left;
	min-height:500px;
	height: auto !important;
	height: 500px;
	}
	
#blackbottom {
	background:url(images/blackbottom.jpg) no-repeat;
	width:765px;
	height:44px;
	* margin-bottom:20px;
	}
	
ul#buttons {
	white-space: nowrap;
	padding:0;
	margin-left:25px;
	margin-top:0;
	margin-bottom:0;
	}

li.buttons2 {
	display: inline;
	list-style-type: none;
	float: left;
	}
	
a.home:link, a.home:visited, a.home:active {
	background:url(images/home.jpg) no-repeat;
	width: 114px;
	height: 32px;
	display:block;
	}
	
a.home:hover {
	background:url(images/home_over.jpg) no-repeat;
	width: 114px;
	height: 32px;
	display:block;
	}
	
a.charliesstory:link, a.charliesstory:visited, a.charliesstory:active {
	background:url(images/charliesstory.jpg) no-repeat;
	width: 146px;
	height: 32px;
	display:block;
	}
	
a.charliesstory:hover {
	background:url(images/charliesstory_over.jpg) no-repeat;
	width: 146px;
	height: 32px;
	display:block;
	}
	
a.helpfullinks:link, a.helpfullinks:visited, a.helpfullinks:active {
	background:url(images/helpfullinks.jpg) no-repeat;
	width: 128px;
	height: 32px;
	display:block;
	}
	
a.helpfullinks:hover {
	background:url(images/helpfullinks_over.jpg) no-repeat;
	width: 128px;
	height: 32px;
	display:block;
	}
	
a.gallery:link, a.gallery:visited, a.gallery:active {
	background:url(images/gallery.jpg) no-repeat;
	width: 96px;
	height: 32px;
	display:block;
	}
	
a.gallery:hover {
	background:url(images/gallery_over.jpg) no-repeat;
	width: 96px;
	height: 32px;
	display:block;
	}
	
a.contact:link, a.contact:visited, a.contact:active {
	background:url(images/contact.jpg) no-repeat;
	width: 96px;
	height: 32px;
	display:block;
	}
	
a.contact:hover {
	background:url(images/contact_over.jpg) no-repeat;
	width: 96px;
	height: 32px;
	display:block;
	}
	
a.wysockicamp:link, a.wysockicamp:visited, a.wysockicamp:active {
	background:url(images/wysockicamp.jpg) no-repeat;
	width: 128px;
	height: 32px;
	display:block;
	}
	
a.wysockicamp:hover {
	background:url(images/wysockicamp_over.jpg) no-repeat;
	width: 128px;
	height: 32px;
	display:block;
	}

a.statistics:link, a.statistics:visited, a.statistics:active {
	background:url(images/statistics.jpg) no-repeat;
	width: 128px;
	height: 32px;
	display:block;
	}
	
a.statistics:hover {
	background:url(images/statistics_over.jpg) no-repeat;
	width: 128px;
	height: 32px;
	display:block;
	}
	
li.links {
	list-style-image: url(images/footballbulletin.jpg);
	margin-bottom:10px;
	}
	
a:link, a:visited, a:active {
	color:#333;
	text-decoration:none;
	}

a:hover {
	color:#666;
	text-decoration:none;
	}
	
.title {
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	}
	
.linksbg {
	margin-top:20px;
	}
	
.linkul {
	margin-top:20px;
	padding-top:20px;
	*padding-top:0px;
	}
	

