<style type="text/css">
<!--
	#spacing {
		float: left;
		width: 20px;
		
	}
	#header {
		background: #f;
		width: 100%;
		height: 88px;
		position: relative;
		
	}

	#title {
		color: #000;
		text-decoration: none;
		font-family: verdana,arial;
		font-size: 50px;
	}
	
	
	#subtitle {
		color: #000;
		text-decoration: none;
		font-family: verdana,arial;
		font-size: 30px;
	}
	
	img.banner{
		border: 0;
		position: absolute;
		display: block;
		overflow:hidden;
		float: left;
		padding-left: 20px;
		top: 25%;
	}

	#nav {
		background: #f00;		
		overflow:hidden;
		width:100%;
		height: 28px;
		padding:1px;
	}

	/* remove the left margin for the first link */
	#nav a.first{
		margin-left:0;
	}


	#nav a:link {
		/*display:block;
		float:left;
		padding-left:70px;*/
		color: #fff;
		text-decoration: none;
		font-family: verdana,arial;
		font-size: 20px;

	}

	#nav a:visited {
		/*display:block;
		float:left;
		padding-left:70px;*/
		color: #fff;
		text-decoration: none;
		font-family: verdana,arial;
		font-size: 20px;

	}

	#nav a:hover {
		/*display:block;
		float:left;
		padding-left:70px;*/
		color: #000;
		text-decoration: none;
		font-family: verdana,arial;
		font-size: 20px;

	}
	
	.none:link {
		color: #fff;
		text-decoration: none;
	}

	.none:visited {
		color: #fff;
		text-decoration: none;
	}

	.none:hover {
		color: #000;
		text-decoration: none;
	}

	#content {
		background: #fff;

		width: 650px;
		height: 500px;
	}
	
	#font {
		color: #000;
		text-decoration: none;
		font-family: verdana,arial;
		
	}
	#year {
		color: #f00;
	}
	#footer {
		color: #000;
		font-family: verdana,arial;
		font-size: 10px;
		
	}

	body {
		margin: 0px;
		padding: 0px;
		font-family: verdana,arial;
		background: #f5e49c;
	}

	a:link {
		color: #ff0000; 
		text-decoration: none
	}
	
	a:visited {
		color: #ff0000; 
		text-decoration: none
	}
	
	a:hover {
		color: #000000; 
		text-decoration: none
	}

	#gallink {
		font-size: 10px;
	}

-->
</style>