*{ margin: 0px;
   padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
}

a, a:visited{
color: #990000;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

p{
 padding: 5px 0 5px 0;
}

#shadowRight{
   position: absolute;
   top: 0;
   right: 0;
   width: 20px;
   height: 482px;
   background-image: url(images/shadow_right.jpg);
   background-repeat: no-repeat;
   
}

#container{
	font-size: 1.2em;
	margin-left: 20px;
}

#header{
	height: 155px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#logo{
 background-image: url(images/logo.jpg);
 width: 300px;
 height: 126px;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
/*
padding: 21px 20px 0px 20px;
*/
padding: 21px 10px 0px 10px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/

#content{
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 50px;
	text-align: justify;
}

#bigImage{
    position: absolute; 
    top: 10px; 
    right: 30px;
}
#playlist{
 position: absolute;
 top: 295px;
 right: 30px;
width: 377px;
padding: 8px;
text-align: center;
margin: 15px 0 0 8px;
}

#bigImageSpacer{  /* hack so content floats around abosolute positioned image and playlist */
    float: right; 
	height: 170px; 
	width: 400px;
}

#footer{
	clear: both;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/* CSS styles used in pages/home.php */
.sideBox{
clear: right; 
float: right; 
width: 377px; 
padding: 8px; 
margin: 15px 0 5px 8px; 
background-color: #F3F3F3; 
border: 1px #990000 solid;
}

#mp3samples{
width: 377px;
background-color: #333333;
border: 2px #990000 solid;
}

/* CSS used in pages/bios.php */
.bioLinks{ 
 width: 500px;
 }
.bioLinks li{
 text-align: center;
 margin: 3px;
 float: left;
 width:  150px;
 background-color: #F3F3F3;
 border: 1px #990000 solid;
 padding: 3px;
 list-style-type: none;
 }

 .bio{
 display: none;
 width: 500px;
 }
 .biophoto{
 float: right;
 padding: 0 0 10px 10px;
 }
 .biophoto img{
 border: 1px #990000 solid;
 }

 /* CSS used in pages/calendar.php */
#calendar{
 font-size: 12px;
}

.calendarEvent{
display: none;
}

/* CSS used for forms (pages/contact.php) */
 .formLabel{
 width: 100px;
 float: left;
 }
 
 input, textarea{
 margin: 5px;
 border: 1px #990000 solid;
 background-color: #F3F3F3;
 }

.errorMsg{ margin-left: 100px; }
.errorMsg li{
 color: #990000;
 font-weight: bold;
}

/* CSS used in pages/played.php */
.places li{ 
list-style-type:none;
padding: 3px;
} 

/* CSS used in pages/setlist.php */
#theList li{ 
list-style-type: none;
padding: 3px;
margin-left: 10px;
}

#column2{
border-left: 1px #FFCECE solid;
padding-left: 25px;
clear: right;
width: 45%;
float: right;
}