body {
	background-image: url("/files/Station_side.jpg");
	background-size: 100%;
    #background-repeat: no-repeat;
	background-color: #EEEEEE;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
}	
a {
	text-decoration: none;
	color: red;
}
h1 {
margin: 0;	
}	
h2 {
margin: 0;
}
h3 {
margin: 0;
}
#container {
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #EEEEEE;
	color: white;
	text-align: center;
	padding: 0px;
}
#content {
	padding: 10px;
}
#nav {
	width: 180px;
	float: left;
	
}
#nav ul {
	list-style-type: none;
	padding: 0;
}
#nav .selected{
	font-weight: bold;
}

#main {
	width: 600px;
	float: right;
}
#footer {
	clear: both;
	text-align: right;
	padding: 10px;
	background-color: #999999;
}	