/* CSS Document */

#container {
	width: 800 px;
	margin: 0 auto;
	}
	
#header {
	width: 800px;
	border-bottom: white solid 4px;
	padding: 5px;
	}
	
#navigation {
	margin-top: 20px;
	float: left;
	width: 200px;
	height: 100%;
	}
	
#main {
	margin-top: 40px;
	width: 300px;
	}
	
#right {
	float: right;
	background-image: url(tracks.gif);
	}
