body {
	background-image: url(images/logoBW.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	height: 150px;
	width: 175px;
	top: 50px;
	left: 500px;
	float: right;
	visibility: visible;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-indent: 3px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 8px;
	padding: 1pt 3px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-indent: 5px;
	vertical-align: top;
	position: relative;
	top: 3px;
	left: -3px;
}
#signup {
	position: absolute;
	height: 250px;
	width: 200px;
	top: 300px;
	left: 500px;
	border: thin solid #666666;
	padding: 5px;
	overflow: hidden;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	position: absolute;
	height: 30px;
	width: 500px;
	top: 600px;
	text-align: center;
	left: 100px;
}
#navHome {
	left: 8px;
	top: 240px;
	position: absolute;
}
#navBlog {
	left: 100px;
	top: 450px;
	position: absolute;
	height: 25px;
	width: 80px;
}
#navShows {
	left: 25px;
	top: 350px;
	position: absolute;
	height: 35px;
	width: 130px;
}
#navNews {
	left: 15px;
	top: 320px;
	position: absolute;
	height: 35px;
	width: 125px;
}
#navAbout {
	left: 10px;
	top: 280px;
	position: absolute;
	height: 35px;
	width: 135px;
}
#navGallery {
	left: 30px;
	top: 390px;
	position: absolute;
	height: 35px;
	width: 160px;
}
#navMedia {
	left: 45px;
	top: 420px;
	position: absolute;
	height: 35px;
	width: 150px;
}
#navGuestbook {
	left: 80px;
	top: 480px;
	position: absolute;
}
#navContact {
	left: 120px;
	top: 510px;
	position: absolute;
}
#contentArea {
	position: absolute;
	height: 308px;
	width: 280px;
	top: 80px;
	left: 160px;
	border: thin none #999999;
	overflow: auto;
	background-image: url(images/nav/logoBack.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
}
