BODY {
	background-image: url('gw.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	}

#container {
	width: 100%;
	margin: 130px 0 0 0;
	padding: 0;
	}
	
#left {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	margin-left: 40px;
	}
	
#content {
	border: 1px solid;
	border-right: 0px;
	margin: 0 0 0 280px;
	padding: 2px 2px 0 2px;
	}

#date{
	text-align: right;
	margin-top: -20px;
	font-size: 10pt; 
	}
	
#music {
	padding-bottom: 0px;
	border: 1px solid;
	width: 200px;
	margin: 20px 0 0 0;
	}
	
#nav {
	margin: 0px;
	padding-bottom: 0px;
	border: 1px solid;
	width: 200px;
	}
	
UL	{
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 0;
	}
	
#nav A	{
	text-decoration: none;
	color: #555;
	font-family: Arial;
	}
	
#nav A:hover {
	color: #000
	}
	
#music A {
	text-decoration: none;
	font-size: 10pt;
	color: #555;
	font-family: Arial;
	}
	
#music A:hover {
	color: #000
	}
	
#content A	{
	text-decoration: none;
	font-size: 11pt;
	color: #000;
	font-family: Arial
	}
	
#content A:hover {
	color: #555
	}