	body {
			font-size: 80%;
			color: #fff;
			text-align:center;
			border:0px;
			padding:0px;
			font-family: Arial, Helvetica, Sans-serif;
			background-position: top;
			background-repeat: repeat-x;
			background-color: #000;
		}
	
		h2 {
			font-size: 130%;
		}
		#container {
			position: relative;
			top: 0px; 
			width: 800px; 
			 height: auto; 
			margin: 0 auto;
			text-align: left;
			background-color: #000;
			padding: 0 10px 10px;
		}
		
		h1 {
			width: 150px;
			height: 150px;
			background-image: url(images/hounds-logo-small.jpg);
			text-indent: -3000px;
			overflow:hidden;
		}
		
		h1.homepage {
			width: 550px;
			height: 550px;
			background-image: url(images/hounds-logo.jpg);
			text-indent: -3000px;
			display: inline;
			float: left;
		}
		.page .topmenu {
			display: block;
		}
		
		.page .topmenu ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}

.page .topmenu ul li {
	display: inline;
	float: left;
	height: 44px;
	margin-left: 0px;
	padding-left: 0px;
}

		.home .topmenu {
			float: right;
			margin-top: 190px;
		}
		
		.home .topmenu ul {
	margin-left: 0px;
	padding-left: 0px;
	
	list-style: none;
}

.home .topmenu ul li {
text-align: right;
	height: 44px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.topmenu li a { 
	font-size: 38px; 
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: right;
}

.topmenu li a span {
	/* display: none; */
	visibility : hidden;
	height: 44px;
}

.topmenu li a.home {
	background-image: url(images/btn_home.gif);
	width: 103px;
	height: 44px;
}

.topmenu li a.home:hover {
	background-image: url(images/btn_home_over.gif);
}

.topmenu li a.gigs {
	background-image: url(images/btn_gigs.gif);
	width: 87px;
	height: 44px;
}

.topmenu li a.gigs:hover {
	background-image: url(images/btn_gigs_over.gif);
}

.topmenu li a.contact {
	background-image: url(images/btn_contact.gif);
	width: 142px;
	height: 44px;
}

.topmenu li a.contact:hover {
	background-image: url(images/btn_contact_over.gif);
}

.topmenu li a.guestbook {
	background-image: url(images/btn_guestbook.gif);
	width: 189px;
	height: 44px;
}

.topmenu li a.guestbook:hover {
	background-image: url(images/btn_guestbook_over.gif);
}

.topmenu li a.news {
	background-image: url(images/btn_news.gif);
	width: 100px;
	height: 44px;
}

.topmenu li a.news:hover {
	background-image: url(images/btn_news_over.gif);
}

.topmenu li a.pics {
	background-image: url(images/btn_pics.gif);
	width: 83px;
	height: 44px;
}

.topmenu li a.pics:hover {
	background-image: url(images/btn_pics_over.gif);
}

.topmenu li a.listen {
	background-image: url(images/btn_listen.gif);
	width: 106px;
	height: 44px;
}

.topmenu li a.listen:hover {
	background-image: url(images/btn_listen_over.gif);
}

.footer {
	position: relative;
	top: 0px; 
	width: 724px; 
	 height: auto; 
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
}

.footer a {
	color: white;
	text-decoration: none;
	margin: 0 10px;
	background-color: black;
}

.footer a.firstlink {
	margin-left: 0px;
}

.footer a:hover {
	color: #999;
	text-decoration: underline;
}

.footerlinks {
	padding-top: 20px;
}

fieldset {
	border: none;
}

label {
	width: 200px;
	text-align: right;
	margin-right: 10px;
	float: left;
}
textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

.phone {
	white-space: nowrap;
}

.newslist li {
	margin-bottom: 10px;
}

.formstyle {
	background-color: #000;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
}
a {
	color: yellow;
}
.buttonstyle {
	height: 40px;
	width: 176px;
	text-indent: -9999px;
	background-image: url(images/submit.gif);
	background-color: #000;
	border: none;
	cursor: hand;
}

