body{
	background: url('images/woodbg.jpg');
}

p,h1,h2,h3,h4,h5,h6{
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
}
#header{
	height: 100px;
	margin-bottom: 50px;
}
#header h1 a{
	width: 400px;
	height: 100px;
	overflow: hidden;
	text-indent: -10000px;
	background: url('images/logoChaz.png');
	float: left;
	background-position: 0 0;
}

#header h1 a:hover{
	background-position: 0 100px;
}
#about{
	margin: 100px 20px 10px 100px;
	padding: 10px 50px 50px 50px;
	width: 800px;
	height: 430px;
	color: white;

}

#events{

	margin: 50px 20px 50px 150px;
	padding: 10px 20px 20px 20px;
	width: 800px;
	height: 600px;
	background-color: white;
}

#media{
	margin: 10px 20px 10px 100px;
	padding: 50px;
}


#contact{
	float: right;
	width: 500px;
	margin-right: 300px;
}
#container{
	width: 1024px;
	margin: 0 auto 0 auto;
}

#header{
	height: 50px;
	margin-bottom: 100px;
}

#topnavigation{
	color: white;
	list-style-type: none;
	float: right;
	margin-top: 0px;
}

#topnavigation li{
	list-style-type: none;
}
#topnavigation li a{
	color: white;
}

#sidenavigation{
	float: left;
	padding-right: 50px;
}

#sidenavigation li{
	list-style-type: none;
}
#sidenavigation li a{
	color: white;
/*	display: block;
	height: 150px;
	overflow: hidden;
	text-indent: -10000px;*/
}


#footer{
	color: white;
	margin-top: 150px;
	text-align: center;
}

.small{
	border:solid 10px #DEDEDE;
	color: white;
}

#media img{
	margin: 5px;
}

#affiliates li{
	list-style-type: none;
	margin-left: 100px ;
	
}
#affiliates li a{
	display: block;
	height: 150px;
	overflow: hidden;
	text-indent: -10000px;
}

#affiliates li a.charlie1horse{
	background: url('images/charlie1horsehats.png') no-repeat;
	width: 120px;
	
}

#affiliates li a.gemmy{
	background: url('images/gemmy.png') no-repeat;
	width: 120px;
	
}