/*-Rousler Carbon------------------------------------------------------------
    #040607 - very dark grey
    #413f3f - light grey
    #ed1f24 - rousler red
-----------------------------------------------------------------------------*/

/* =Reset
--*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* =Nav Bar 
-----------------------------------------------------------------------------*/
#nav {
	height: 36px;
	width: 100%;
	background: #666 url("carbon-top.png") top center;
	border-bottom: 1px solid #fff;
}
	#navContent {
		width: 940px;
		margin: 0 auto;
		color: #fff;
	}
	
		#navContent a {
			text-decoration: none;	
			font: .9em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
			text-shadow: 0 1px 0 #fff;
			}
			
		#navContent ul {
			float: right;
		}
		#navContent ul li {

			color: #444;

	
			display: block;
			float: left;
			margin-left: 30px;
			padding: 10px 0;
		}
		#navContent ul li.current_page_item {
			font-weight: bold;
			background: url("navSelected.png") no-repeat bottom center;
			padding: 9px 0 10px 0;
		}
			#navContent ul li ul {
				display: none;
			}
	#navContent a, #navContent a:link, #navContent a:visited {
		color: #fff;
		text-shadow: 0 1px 0 #333;
	}
	#navContent a:hover {
		color: #ccc;
		text-shadow: 0 1px 0 #333;
	}
	#navContent a:active {
		color: #ccc;
		text-shadow: 0 -1px 0 #333;
	}

/* =General
-----------------------------------------------------------------------------*/
html, body {
    height: 100%;
}

body {
    /* background:         #040607; */
	text-align:         center;
	font-family: 	    Arial;
	font-size:	        16px;
    font-color:         #040607;
	font-weight:	    lighter;
    text-DECORATION:    none;
}

a:link  	{ color: 	#413f3f; }
a:visited 	{ color: 	#413f3f; }
a:hover	    { color: 	#ed1f24; }

br { 
    clear: both;
}

#page_wrapper 	{ 	
    width: 960px; 
	height:100%; 
    margin: 0 auto;
    background: white;
}

#stub_message {     
    width: 500px;
    margin: 120px auto;
}

h2 {
	font-family: 	Georgia;
	font-size:	16px;
}

