@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

#body {
	background-color: #f1ddbc;
	}

#wrapper {
	text-align: center;
	}

	
#header {	
	width: 760px;
	height: 200px;
	background-image: url(graphics/headerbgclr.jpg);
	}

#navigation {
	width: 760px;
	padding: 5px;
	}

ul#navlist
	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
	{
	color: #fff;
	background-color: #036;
	text-decoration: none;
	}

#navlist a:hover
	{
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}

#content {
	width: 760px;
	height: 100%;
	}

#blue { 
 	width: 760px;
	background: #036;
	height: 3px;
	}
	
#footer {
	width: 760px;
	Height: 200px;
	background-image:url(graphics/footerbg.jpg);
	}

