body {
	background: Black;
	padding: 0px;
	margin: 0px;
}

h1 {
	font: 11px sans-serif, Verdana, Geneva, Arial, Helvetica;
	color: #fff;
	display: inline;
}

h2 {
	font: 18px sans-serif, Verdana, Geneva, Arial, Helvetica;
	color: #fff;
	display: inline;
	width: 720px;
	text-align: center;
	text-decoration: underline;
}

p {
	width: 720px;
	text-align: left;
	font: 11px sans-serif, Verdana, Geneva, Arial, Helvetica;
	color: #fff;
	line-height: 24px;
}

#content {
	text-align: center;
}

#header {
	width: 760px;
	font: 10px sans-serif, Verdana, Geneva, Arial, Helvetica;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #000;
	border-bottom: 1px solid #5b5b5b;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
}

#links {
	width: 760px;
	font: 10px sans-serif, Verdana, Geneva, Arial, Helvetica;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #5b5b5b;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
}

#intro {
	width: 760px;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
}

#about {
	width: 760px;
	background: Black url(images/about.jpg) no-repeat top;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	padding-bottom: 20px;
}

#music {
	width: 760px;
	background: Black url(images/music.jpg) no-repeat top;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	padding-bottom: 20px;
}

#projects {
	width: 760px;
	background: Black url(images/projects.jpg) no-repeat top;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	padding-bottom: 20px;
}

a:link {
	text-decoration : underline; 
	color : #606060; 
} 

a:visited {
	text-decoration : underline; 
	color : #606060; 
} 

a:hover , a:active {
	text-decoration : none; 
	color : #9d0a0e; 
} 