@charset "UTF-8";

body {
	margin: 50px 0px 0px 0px;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background: url(/images/background.png) repeat-x;
}

/* --Containers-- */

#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}

#header {
	margin: 0;
	padding: 80px 50px 20px 135px;
	background: url(/images/separator.png) no-repeat bottom;	
}

#mainContent {
	padding: 0px 90px 20px 135px;
	height: 300px;
}

#mainAbout {
	padding: 0px 165px 20px 135px;
	height: 300px;
}

#mainContact {
	padding: 0px 165px 20px 135px;
}

#contactHeader {
margin: 0;
padding: 10px 0px 20px 0px;
width: 500px;	
}

#thankyouHeader {
margin: 0;
padding: 20px 0px 50px 0px;	
}

#contactForm {
border: dotted 1px #ff8f8f;
padding: 10px 20px 10px 20px;
overflow: auto;
}

#contactLeft {
	float: left;
}

#contactRight {
	float: left;
	margin: 100px 0px 0px 40px;
}

#player {
	width: 230px;
	float:left;
	margin: 50px 40px 0px 0px;
	padding: 0;
	position: relative;
}

#musicCenter {
	width: 230px;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 0;
	position: relative;
}

#gallery {
	width: 205px;
	float: right;
	margin: 50px 0px 0px 20px;
	padding: 0px;
	position: relative;
}

#footer {
	margin: 0;
	padding: 40px 90px 30px 135px;
}

#footer p { 
	margin: 0;  
	font-size: 80%;
}

/* -- Headings -- */


h1.home {
	width: 92px;
	height: 55px;
	background: url(/images/music.png) no-repeat;
	text-indent: -9999px;
}

h1.about {
	width: 92px;
	height: 55px;
	margin: 10px 0 30px 0;
	background: url(/images/about.png);
	text-indent: -9999px;
}

h1.contact {
	width: 120px;
	height: 55px;
	background: url(/images/contact.png) no-repeat;
	text-indent: -9999px;
}

h1.music {
	width: 120px;
	height: 55px;
	background: url(/images/music.png) no-repeat;
	text-indent: -9999px;
}

h1.other_ventures {
	width: 250px;
	height: 55px;
	background: url(/images/other_ventures.png) no-repeat;
	text-indent: -9999px;
}

h1.user {
	width: 250px;
	height: 70px;
	background: url(/images/user.png) no-repeat;
	text-indent: -9999px;
}


/* -- Navigation Bar -- */

#navlist {
	margin: 0;
	padding: 0 0 20px 275px;
}

#navlist a {
 text-decoration: none;
 color: #000;
}

#navlist a:hover {
 color:#aaa;	
}
	

#navlist li
{
display: inline;
list-style-type: none;
padding: 0 0 0 3px;
}


/* easyscroll */

#myContent {
	
	width: 620px;
	
}

#easyscroll{
	margin: 0;
	/* add additional styling */
}	

/* easyscroll navigation buttons */	

#easyscrollnav, #easyscrollnav li{
	/* height:0em; */
	line-height:1em;
}	

#easyscrollnav{
	margin: 0;
	padding: 0;
}			

#easyscrollnav li{
	list-style:none;
	float:right;
	margin: 0;		
	padding:0;
	cursor:pointer;
}					

#easyscrollnav li.over{
	text-decoration:none;
	}
		
#easyscrollnav #btnUp {	
	background-image:url(/images/up_arrow.png) !important;
	background-repeat: no-repeat;
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
	height: 10px;
	width: 10px;
}
		
#easyscrollnav #btnDown {	
	background-image:url(/images/down_arrow.png) !important;
	background-repeat: no-repeat;
	clear:right;
	height: 10px;
	width: 10px;
}
	 	
		 
/*use image with a different color or size for hover effect*/
	
#easyscrollnav #btnUp:hover {
	background-image:url(/images/up_arrow_hover.png) !important;
	background-repeat:no-repeat;
}	 
		
#easyscrollnav #btnDown:hover {
	background-image:url(/images/down_arrow_hover.png) !important;
	background-repeat:no-repeat;	
}



/* -- Content Styling-- */

p {
	font-size: 90%;
	color: #333;
	line-height: 120%;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}
	

a img {
 	border-style:none;
}

/* -- Contact Form -- */

.err
{
	font-size: 90%;
	color: red;
}
	
	
