body{
	font-family: arial, verdana, tahoma;
	font-size: 1em;
	margin: 6px auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #2E3640;
	color: #000000;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}

#container{
	margin: 0px auto;
	width: 820px;
	border: 0px solid #cacaca;
	background: #ffffff;
	background-image:url('images/bg-right.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
#contact_form p{
	text-align:left;
	margin: 0 6px;
	}
	
#contact_form label{
	text-align: right;
	vertical-align: top;
	width: 17em;
	float: left;
	text-align: left;
	margin-right: -10em;
	margin-left: 12px;
	display: block
	}
	
#contact_form .submit{
	margin-left: 8em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 0.8em;
	}



#header, #next_level, #credit{
	width: 100%;
	font-size: 0.8em;
	}
	
#header p{
	margin: 2px 6px;
	}
	
#header .right{
	text-align: right;
	}
	
#header a{
	color: #000000;
	}
	
#header .header_img{
	vertical-align: bottom;
	height: 200px;
	background-repeat: no-repeat;
	}

#header .nav{
	border-left: 1px solid #cdcdcd;
	border-right: 0px solid #cdcdcd;
	text-align: left;
	background:#2E3640;
	background-image:url('images/nav-right.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	}
	
#header .nav ul{
	font-size:14px;
	width:93%;
	list-style:none;
	padding: 0px;
	margin: 0px;
	position:relative;
	clear:both;
	}
	
#header .nav ul li{
	display:inline;
	float:left;
	}
	
#header .nav ul li a{
	width:auto;
	color:#F79647;
	display:block;
	margin: 0px 0px;
	padding:7px 14px;
	position:relative;
	font-weight: bold;
	text-decoration:none;
	}
	
#header .nav ul li a:hover{
	text-decoration: underline;
	background: #F79647;
	color: #000000;
	}

#next_level{
	overflow: auto;
	font-size: 0.9em;
	}
	
#next_level p{
	margin: 6px 16px;
	}
	
	
#credit{
	background:#2E3640;
	color: #cdcdcd;
	}
	
#credit p{
	text-align: center;
	margin:2px;
	}
	
 #credit p a{
 	color: #cdcdcd;
	}
	

