@charset "UTF-8";
/* CSS Document */

div#body {
	width: 100%;
	height: 100%;
	min-height: 425px;
	overflow: visible;
	background: repeat-x url('../images/gradient_bk.gif');
	padding-top: 40px;
}

div#body_left {
	width: 400px;
	height: 100%;
	float: left;
}

div#body_header {
	font-size: 26px;
	color: #241100;
	height: 40px;
	padding-top: 25px;
}

div#body_right {
	font-size: 18px;
	padding-left: 430px;
	padding-right: 6%;
}

div#container {
	width: 100%;
	margin-top: 5px;
}

div#logo {
	width: 100%;
	height: 50px;
}

div#linkbar {
	width: 100%;
	height: 78px;
	background: repeat-x url('../images/nav_bar_bk.png');
}

div#services {
	background: 0px -78px no-repeat url('../images/services_btn.png');
}

div#services_top {
	background: 0px 0px no-repeat url('../images/services_btn.png');
}

div#credits {
	background: 0px -78px no-repeat url('../images/credits_btn.png');
}

div#credits_top {
	background: 0px 0px no-repeat url('../images/credits_btn.png');
}

div#photos {
	background: 0px -78px no-repeat url('../images/photos_btn.png');
}

div#photos_top {
	background: 0px 0px no-repeat url('../images/photos_btn.png');
}

div#contact {
	background: 0px -78px no-repeat url('../images/contact_btn.png');
}

div#contact_top {
	background: 0px 0px no-repeat url('../images/contact_btn.png');
}

div#audio {
	background: 0px -78px no-repeat url('../images/audio_btn.png');
}

div#audio_top {
	background: 0px 0px no-repeat url('../images/audio_btn.png');
}

div#links {
	background: 0px -78px no-repeat url('../images/links_btn.png');
}

div#links_top {
	background: 0px 0px no-repeat url('../images/links_btn.png');
}

div.nav {
	width: 152px;
	height: 100%;
	float: left;
}

div#services_top:hover {
	background: none;
}

div#photos_top:hover {
	background: none;
}

div#credits_top:hover {
	background: none;
}

div#contact_top:hover {
	background: none;
}

div#audio_top:hover {
	background: none;
}

div#links_top:hover {
	background: none;
}

div#stickman {
	width: 315px;
	height: 100%;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

div.photo {
	height: 110px;
	width: 110px;
	float: left;
}

div#vegas {
	padding-top: 100px;
	font-size: 20px;
}