/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	}
	
a:link, a:visited, a:active {
	color: #224C8D;
	text-decoration: none;
	}
	
a:hover {
	color: #133365;
	text-decoration: underline;
	}
	
#container {
	width: 825px;
	margin: auto;
	}
	
#header {
	margin-top: 75px;
	}
	
#maingrid {
	margin-top: 5px;
	margin-left: 65px;
	}
	
#footer {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
	}
	
#text {
	text-align: left;
	}
	
#portfolio {
	
}
	
h1 {
	font-size: 18px;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	}
	
.song {
	margin-left: 53px;
	margin-bottom: 15px;
	}
