/** 
	CSS by Lars A. Kristiansen (lars@larsandre.com)
	Feel free to browse this, but don't copy 
	it completely. That's uncool. 
	
	2B2C27,555347,676455,A09579,F7EFE2
	
**/
	
@media screen, projection {
	
/* @group layout */
	
body {
	background: #FFFFFF;
	font: normal 12px/16px 'Lucida Grande', Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-shadow: none;
	}

div.container {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
	}

#header-wrapper, #content-wrapper {
	overflow: hidden;
	}

#header-wrapper {
	background: #383D44;
	height: 43px;
	}
	
/* @end */

/* @group headings */
h1{
	font-size: 42px;
	}
/* @end */
	
/* @group links */
	
a {
	color: #00688F;
	text-decoration: none;
	text-shadow: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}
	
/* @end */

/* @group Navigation */
	
#header-wrapper ul {
	font-size: 11px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	}

#header-wrapper ul li {
	background: transparent url(./graphics/navigation_border.jpg) no-repeat scroll 124px top;
	float: left;
	font-family: "Lucida Grande",sans-serif;
	width: 127px;
	}

#header-wrapper ul li:last-child{
	background: transparent none;
	}

#header-wrapper ul li a {
	color: #E0E0D5;
	display: block;
	height: 36px;
	padding: 7px 0px 0px 10px;
	text-decoration: none;
	text-transform: none;
	width: 115px;
	}

#header-wrapper ul li a:hover,
#header-wrapper ul li a.selected {
	background:transparent url(./graphics/navigation_selected_item.jpg) repeat-x scroll 0% 0%;
	}

#header-wrapper ul li a span {
	color:#7B828C;
	display: block;
	text-transform:lowercase;
	}
	
/* @end */
	
}