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

body{font: 100% Verdana, Arial, Helvetica, sans-serif;
     font-size:14px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666633;
	height:100%;
	}

#container{width: 780px;
          height:20em;
		  margin-bottom:30px;
		  margin-top:5px;
		  position:inherit;
		  margin-left:3em;}
		  
		  
		  
		  
#header{width:1024;
height:128px;
background-color:#cc9933;
margin-top:-20px;
padding-top:1em;
}


.image img{margin-left:-510px;

padding-top:2em;}



#mainContent2{width:920px;
height:18em;
background-color:#CCCCCC;
margin-top:4.8em;
padding:10px;
overflow: auto;}


#mainContent{width:920;
height: auto;
background-color:#CCCCCC;
margin-top:4.8em;
/*margin-bottom:24.8em;*/
padding:10px;}


#myGallery{ margin-bottom:100px;}


.sound{width:60em;
height:10em;}





#footer{width:auto;
height:2.2em;
background-color:#666633;
position: relative;
margin-top:87px;
 color:#cc9933;
 font-size:9px;
}


/*this is the control for the nav bar*/


#nav {
margin:0;
padding:0;

background-image:url(images/navb.png);
background-repeat:repeat-x;
width:100%;
height:64px;
/*float: inherit;
*/border:1px solid #42432d;
border-width:1px 0;
}


#nav ul{margin-left:2em;
}


#nav li {
display:inline;
marin-left:200px;

}
#nav a:link,
#nav a:visited {
color:#000;
background:#97A97C;
padding:20px 40px 4px 10px;
float:left;
width:auto;
border-right:1px solid #42432d;
text-decoration:none;
font:bold 1em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-shadow: 2px 2px 2px #555;
margin-top:15.5px;
padding-left:2em;

}
#nav a:hover,
#nav a:focus {
color:#fff;
background:#999966;
}
#nav li:first-child a {
border-left:1px solid #42432d;
margin-left:2.8em;
}
#home #nav-home a,
#about #nav-about a,
#gallery #nav-gallery a,
#blog #nav-blog a,
#press #nav-press a,
#listen #nav-listen a,
#links #nav-links a {
background:#e35a00;
color:#fff;
text-shadow:none;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#gallery #nav-gallery a:hover,
#blog #nav-blog a:hover,
#press #nav-press a:hover,
#listen #nav-listen a:hover,
#links #nav-links a:hover {
background:#e35a00;
}
#nav a:active {
background:#e35a00;
color:#fff;
}
