* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body {
	background: #151d26;
}

#container {
	width: 900px;
	margin: 0px auto; /* This combined with a width centers the page */
}

#header {
	width: 900px;
	height: 149px;
	background: url(images/header.png);
}

/* Navigation */

#nav
{
	width:900px;
	height: 30px;
	float:left;
	background-image: url(images/nav_02.png);
	clear: both;
}

#navigation 
{
	list-style-type: none;
	width: 556px;
	height: 30px;
	float: left;
	margin-left: 52px;
}

#navigation li{
      display: inline;
	  
}

#navigation li a{
	   float: left;
	   
}


.home a
{ 
	width: 73px; 
	height: 30px; 
	background: url(images/nav_03.png); 
	display: block;
}
.home a:hover { background: url(images/navrollover_03.png); }

.biography a
{ 
	width: 107px; 
	height: 30px; 
	background: url(images/nav_04.png); 
	display: block;
}
.biography a:hover { background: url(images/navrollover_04.png); }

.discography a 
{ 
	width: 119px; 
	height: 30px; 
	background: url(images/nav_05.png); 
	display: block;
}
.discography a:hover { background: url(images/navrollover_05.png); }

.multimedia a 
{ 
	width: 122px; 
	height: 30px; 
	background: url(images/nav_06.png);
	display: block; 
}
.multimedia a:hover { background: url(images/navrollover_06.png); }

.contact a
{ 
	width: 81px; 
	height: 30px; 
	background: url(images/nav_07.png); 
	display: block;
}
.contact a:hover { background: url(images/navrollover_07.png); }

a:link {
	color: #B8AB6D;
}
a:hover {
	color: #6699FF;
}

/* Content Styles */

#content {
	clear: both;
	background: #273340;
	min-height: 300px;
	padding: 20px;
}

#left {
	width: 400px;
	float: left;
	margin-left: 40px;
	line-height: 22px;
}

#left p {
	margin-bottom: 10px;
	font-size: .8em;
	color: #fff;
	text-shadow: 1px 1px 1px #444;
}

#right {
	width: 380px;
	float: right;
}

/*Headers for content*/
.welcome {
	width: 161px;
	height: 27px;
	background: url(images/welcome.png);
	text-indent:-9999px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.aabiography {
	width: 186px;
	height: 25px;
	background: url(images/biography.png);
	text-indent:-9999px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.aadiscography {
	width: 231px;
	height: 27px;
	background: url(images/discography.png);
	text-indent:-9999px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.aamultimedia {
	width: 201px;
	height: 27px;
	background: url(images/multimedia.png);
	text-indent:-9999px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.aacontact {
	width: 145px;
	height: 27px;
	background: url(images/contact.png);
	text-indent:-9999px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #3c4752;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #87BFE8;
	font-weight: bold;
	font-size: small;
}




#footer
{
	width:900px;
	height: 51px;
	background-image: url(images/footer.png);
	clear: both;
}
