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

/*LAYOUT*/

*{
	margin:0 auto;
	padding:0;
	
}
#mainWrapper{
	width:750px;
}

/*HEADER*/

#header{
	width:750px;
	height:220px;
	background-image:url(header.png);
	background-repeat:no-repeat;
}

/*MAIN CONTENT*/

#mainContent{
	clear:both;
	width:750px;
}

/*SUB CONTENTS*/

#subContentleft{
	margin-top:69px;
	width:330px;
	float:left;
	text-align:right;
}

#subContentleft ul{
	font:14px Georgia, "Times New Roman", Times, serif;
}

#subContentleft li{
	list-style-type:none;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:10px;
	border-left:2px solid #E9DDB3;
	boarder-right:2px solid #E9DDB3;
}

#subContentleft a{
	text-decoration:none;
	color:#25408F;

}

#subContentleft a:hover{
	color:#000;
}

#subContentleft img{
	padding-right:10px;
	padding-bottom:50px;
}


#subContentright{
	width:420px;
	float:right;
}

#subContentright img{
	padding-bottom:15px;
}

#subContentright div{
	font:12px Arial, Helvetica, sans-serif;

}

#subContentright p{
	font:12px Arial, Helvetica, sans-serif;
	padding-bottom:2px;

}
#subContentright h1{
	font:16px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	padding-bottom:2px;
	color:#25408F;
	padding-bottom:10px;
}

#subContentright ul{
	font:14px Georgia, "Times New Roman", Times, serif;
}

#subContentright li{
	list-style-type:none;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	border-left:2px solid #E9DDB3;
	boarder-right:2px solid #E9DDB3;
}

#subContentright a{
	text-decoration:none;
	color:#25408F;

}

#subContentright a:hover{
	color:#000;
}

#links01{
	width:330px;
}

#links01 li{
	list-style-type:none;
	padding-bottom:20px;
	border:none;
}

#bio{
	padding-bottom:20px;
	padding-right:50px;

}

/*FOOTER*/

#footer{
	font:.8em Georgia, "Times New Roman", Times, serif;
	width:750px;
	height:50px;
	clear:both;
	margin-bottom:50px;
	padding-top:20px;
	padding-left:330px;
}

#footer ul{
}

#footer li{
	list-style-type:none;
	float:left;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:50px;
}

#footer a{
	text-decoration:none;
}


/*YOU ARE HERE*/

body#home #homelist,
body#music #musiclist,
body#gallery #gallerylist,
body#links #linkslist,
body#events #eventslist{
	font-weight:bold;
}





