html,body { 
	margin: 0px; 
	padding: 0px;
	width: 100%;
	}
	
body {
	background: #fff url('leftfade.gif') left fixed repeat-y;
	}

#container {
	padding: 90px 10px 10px 200px;
	}
	
#page {
	width: 700px;
	font-family: Verdana;
	font-size: normal;
	}

#page img {
	margin: 10px;
	}
	
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	}
	
#header
	{
	position: absolute;
	top: 0px;
	left: 200px;
	color: #00f;
	text-align: center;
	font-size: 64px; 
	font-weight: bold; 
	font-family: "Century Gothic",gothic,sans-serif;
	}
	
#menu { 
	position: absolute;
	left: 20px;
	top: 250px;
	width: 120px;
	text-align: left; 
	font-size: 18px;
	}

#menu h5 {
	margin: 0px;
	padding: 0px;
	color: #000;
	width: 100%;
	text-align: center;
	font-variant: small-caps;
	}
		
#menu a { 
	float: left;
	width: 100%;
	height: 27px;
	padding: 3px 0px 0px 10px;
	color: #000;
	font-variant: small-caps; 
	text-decoration: none; 
	font-weight: bold; 
	background: url('stave.gif') top left no-repeat;
	}
	
#menu a:hover { 
	background: url('stave2.gif') top left no-repeat;
	}
	
#menu a.selected {
	font-style: italic;
	}
