/* Color Scheme Blue */

body{
	background:#1f0d2e url('images/bg.jpg') repeat-x fixed center top;
}

#header{
	background:url('images/nav_bg.jpg') repeat-x center top;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:46px;
	position:fixed;  /* This property keeps the header attached to top of the window */
	top:0;
	left:0;
	width:100%;
	z-index:999;
}

#navigation li a:hover, #navigation li a.selected {
	background-color:#111;
	color:#eee;
}