body {
	background-color:#333;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	margin:50px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
#content {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	/*background-color: #666;*/
	}

a {
	color: #FFF;
}

h1, h2 { padding-top:20px; font-size:36px; color:#fff; font-weight:normal; letter-spacing:-1px; }

p {
	font-size:24px;
	color:#6d93d9;
	color:#CCC;
	line-height:30px;
}

nav {
	margin-top: 20px;
	margin-bottom:50px;
}
nav a {
	color:#FFF;
	font-size:24px;
	text-decoration: none;
	font-weight: normal;
	/*background-color: #C00;*/
}
nav a:hover {
	background-color: #C00;
}

#about #nav_about, #contact #nav_contact, #music #nav_music {
	background-color: #C00;
}
