/* CSS Document */
* {
	margin-top: 0;
}

body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #2f2c22;
}

p{
	padding-left:10px;
	padding-right:10px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #ec5600;
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
	border-bottom: 1px solid black;
	line-height: 0.5em;
	margin-bottom: 10px;
}

h2{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 114%;
 	font-weight: normal;
 	color: #333366;
 	margin: 0px;
 	padding: 10px;
	line-height: 0.5em;
	margin-bottom: 5px;
}

h3{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 100%;
 	font-weight: bold;
 	color: #ffffff;
 	margin: 0px;
 	padding-left: 10px;
	padding-top: 0px;
	line-height: 0.5em;
	margin-bottom: 5px;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #76828e;
 margin: 0px;
 padding: 10px;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
 margin: 0px;
 padding: 10px;
}

ul{
 list-style-type: disc;
}

label{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/* Layout */

#wrapper{
	width: 700px;
	margin: 0 auto;
	background-color: #24221b;
	border-left-color: #443e2a;
	border-right-color: #443e2a;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
}

#header{
	height:250px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

#menu {
	width:145px;
	margin: 0 0 0 7px;
	padding: 5px 10px 5px 0;
	background-color: #2a2a1e;
	border: 1px solid black;
	float: left;
}

#menu a{
	color:#ec5600;
	font-size: 0.81em;
	line-height: 2;
	font-weight: bold;
	text-decoration: none;
	}
	
#menu a:hover{
	color:#CCCCCC;
	font-size: 0.81em;
	line-height: 2;
	font-weight: bold;
	}

#contact {
	width:145px;
	position: absolute;
	top: 490px;
	left: 158px;
}

#center {
	margin-left:155px;
	width: 345px;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	background-color: #999999;
	border: 1px solid black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	float:left;
	position:static;
}

#center_wide {
	margin-left:155px;
	width: 500px;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	background-color: #999999;
	border: 1px solid black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	float:right;
	position:relative;
}

#right {
	width:160px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #999999;
	border: 1px solid black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	float:left;
}

#footer {
	width: 700px;
	background-color: #24221b;
	line-height: 1em;
	color: #CCCCCC;
	font-size: 75%;
	background-color: #24221b;
	
}
/* Right Styles */
#right h1{
	font-size: 95%;
	font-weight: bolder;
	line-height: 0.75em;
}

#right dt{
	padding-left:5px;
	padding-right:5px;
	color: #333366;
	font-weight: bold;
	font-size: 75%;
	line-height: 1em;
		}

#right dl{
	padding-left:15px;
	padding-right:10px;
	color:#000000;
	font-size: 0.95em;
	line-height: 1.25em;
	padding-top: 5px;
	}

#right a{
	color:#ec5600;
	font-size: 0.95em;
	line-height: 2;
	font-weight: bold;
	top: -10px;
	margin-left: 15px;
	}

#right hr {
	border: none 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #ccc;
	width: 90%;
	height: 2px;
	text-align: center;
	margin-top: -10px;
	}
	
/* Contact Styles */
#contact p{
	line-height: 1.25;
	color: #fff;
	font-size: 65%;
	font-weight: normal;
	}		
	
/* Center Styles */
#center ul{
	line-height: 1.166;
	margin-top: -10px;
	}
	
#footer a{
	color:#ec5600;
	font-size: 0.95em;
	line-height: 2;
	font-weight: bolder;
	}
	
#footer a:hover{
	color:#CCCCCC;
	font-size: 0.95em;
	line-height: 2;
	font-weight: bolder;
	}