body
	{
	font: 11px arial; 
	background: #2F2222;
	margin: 0;
	text-align: center;
	height: 100%;	 
	}

#container
	{ 
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 20px 0 20px 0;
	position: relative;
	display: block;
	}

/* Header
-------------------------------------*/
#pageHeader
	{
	width: 800px;
	height: 240px;
	position: relative;
	background: url(/images/header.png) no-repeat;
	}

h1 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 10em;
	text-align: center;
	margin: 0px auto;
	}

 .description
 	{
	font-size: 4.5em;
	text-align: center;
	font-weight: bold;
	}

h1, #headerimg .description
	{
	line-height: 1.35em;
	height: 110px;
	}

h1, #headerimg .description
	{
	text-decoration: none;
	color: #000066;
	}

/* Navigation
-------------------------------------*/
#nav_bar
	{
	height:25px;
	width: 800px;
	margin: -7px auto;
	}

.nav ul
	{
	position:relative;
	list-style:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:800px;
	hight:40px;
	margin:0 auto;
	position:right;
	bottom:15px;
	top:7px;
	left: 0px;
	}

.nav li
	{
	float:left;
	text-align:center;
	width:266.666667px;
	}

.nav a
	{
	color:#FFFFFF;
	background: #424242 url(/images/nav.png) no-repeat;
	background-position:top right;
	height:40px;
	display:block;
	font-size: 1.4em;
	font-weight:bold;
	}

.nav a.single
	{
	line-height:40px;
	}

.nav a.double
	{
	line-height:18px;
	}

.nav a.selected {
	background-position:bottom right;
	}
	
.nav a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	background-position:bottom right;
	}

.nav a.single_end
	{
	line-height:40px;
	background-position:top left;
	}

.nav a.single_end:hover
	{
	line-height:40px;
	background-position:bottom left;
	}

/* Main Section
-------------------------------------*/
#contentContainer
	{
	background-color: white;
	width: 798px;
	min-height: 100%;
	color: #333;
	}

#content
	{
	line-height: 15px;
	width: 720px;
	padding: 40px 40px 40px 40px;
	text-align: justify;
	line-height: 1.4em;
	font-size: 1.2em;

	}

a, h2 a:hover, h3 a:hover
	{
	color: #06c;
	text-decoration: none;
	}

a:hover
	{
	color: #147;
	text-decoration: none;
	}

#bgpic
	{
	position:relative;
	background: center url(/images/bg_pic.jpg) no-repeat;
	margin: 0 auto;
	width: 720px;
	}

/* Footer
-------------------------------------*/
#footer
	{
	clear: both;
	width: 800px;
	height: 50px;
	border: 0 0 0 0px;
	background: url(/images/footer.png) 0 0 no-repeat;
	overflow: hidden;
	} 

#footer p
	{
	margin: 20px;
	text-align: center;
	color: white;
	font-size: 1.2em;
	}