﻿a:focus, a:hover, a:active { outline:none }
body,
html{
    margin:0;
    padding:0;
}
body{
    min-width:1000px;
    text-align:center;
	background-color:#000000;
}
#splash_container{
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color:#000000;
}
#splash_left{
	width:300px;
	float:left;
}
#splash_logo{
	width:350px;
	height:120px;
    margin-top:200px;
    margin-left:20px;
    text-align:center;
}
#splash_enter{
	margin-left:320px;
}
#splash_right{
    background-image:url('img/splashmain.jpg');
    background-repeat:no-repeat;
	width:430px;
	height:601px;
	float:right;
}
#container{
	width:100%;
	margin:0 auto;
	text-align:left;
	background-color:#000000;
}
#main_left{
	width:200px;
	float:left;
	padding-left:50px;
}
#main_logo{
	width:200px;
	height:71px;
    margin-top:20px;
    margin-left:0px;
}
#main_right{
    background-image:url('img/main_background2.jpg');
    padding:0;
    background-repeat:no-repeat;
	width:700px;
	height:600px;
	float:right;
	}
#footer{
	width:900px;
	text-align:right;
	color:#FFFFFF;
	clear:both;
}
#main_title{
width:160px;
height:80px;
margin-top:103px;
margin-left:70px;
}
#main_text{
width:580px;
height:300px;
overflow:auto;
overflow-x:hidden;
font-family:"Palatino Linotype",Tahoma,sans-serif;
font-size:1.1em;
color:#000000;
margin-left:50px;
margin-top:20px;
}
#contact_left{
	float:left;
	width:100px;
}
#contact_right{
	float:left;
}
#contact_footer{
    width:580px;
	text-align:center;
}
input#contactstyle{
	font-family:Verdana;
	font-size: 80%;	
}
textarea#contactstyle {
	width: 450px;
	height: 60px;
	font-family:Verdana;
	font-size: 80%;
	margin-top:3px;
}
h2 {
	font-family: "Palatino Linotype",Tahoma,sans-serif;
	font-size: 1.1em;
	text-decoration:underline;
	padding: 0px;
	margin:0px;
}
#music_player{
font-family:"Palatino Linotype",Tahoma;
font-size:1.1em;
color:#000000;
margin-left:50px;
margin-top:25px;
}
img{
border-style:none;
}
a#bio_butt{
display:block;
width:180px;
height:50px;
background-image:url('img/bio.gif');
margin:0 auto;
}
a#bio_butt:hover{
	background-image:url('img/bio2.gif');
}
a#audio_butt{
display:block;
width:180px;
height:50px;
background-image:url('img/audio.gif');
margin:0 auto;
}
a#audio_butt:hover{
	background-image:url('img/audio2.gif');
}
a#gallery_butt{
display:block;
width:180px;
height:50px;
background-image:url('img/gallery.gif');
margin:0 auto;
}
a#gallery_butt:hover{
	background-image:url('img/gallery2.gif');
}
a#songlist_butt{
display:block;
width:180px;
height:50px;
background-image:url('img/songlist.gif');
margin:0 auto;
}
a#songlist_butt:hover{
	background-image:url('img/songlist2.gif');
}
a#bookings_butt{
display:block;
width:180px;
height:50px;
background-image:url('img/bookings.gif');
margin:0 auto;
}
a#bookings_butt:hover{
	background-image:url('img/bookings2.gif');
}
a#contact_butt{
display:block;
width:180px;
height:50px;
background-image:url('img/contact.gif');
margin:0 auto;
}
a#contact_butt:hover{
	background-image:url('img/contact2.gif');
}

