body {
	background-color:#000000;
	color:#444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 10px;
	padding: 0px;
	line-height:1.4;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	padding:0px;
}

.clear{clear:both;}

ol{margin:none;}
li{margin:none;}

#left a, #right a{
	text-decoration:none;
	color:#3C5A1E;
	border-bottom:1px dashed #3C5A1E;
}

#left a:hover, #right a:hover {
	color:#000000;
}
/************* HEADER *************/
#header {
	margin: 0px 0px 0px 0px;
	background:#000 url(images/header.jpg) no-repeat;
	width:900px;
	height:156px;
	position:relative;
}
#header ul{
	background:#669933 url(images/header_bg.jpg) no-repeat;
	width:900px;
	display:block;
	top:132px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:20px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}

#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover, #header li a.active{
	text-decoration:none;
	color:#CCFFCC;
}

/*********** CONTENT FORMATTING ************/
#content {
	background: #CCFF66 url(images/content_bg.jpg);
	background-color:;
	width:900px;
	padding:0px;
	margin:0px;
}

#content .notice{
	border:1px solid white;
	background-color:#3D5D1E;
	text-align:center;
	color:white;
}

/********** RIGHT SIDE *****************/

#right {
	float:right;
	width:630px;
	margin-right:27px;
	padding: 10px 0px 30px 0px;
	clear:none;
}

#right div.bordered {
	background:#99FF66 url(images/div.jpg) no-repeat top left;
	width:630px;
	border-bottom: 3px solid #FFFFFF;
	padding:10px;
	margin-top:10px;
	color:#000000;
}



	/*********** headers *********/

	#right h1, #right h2 {
		margin:auto auto;
		text-align:center;
		border-bottom:1px #444 solid;
		width:80%;
	}

	/*********** forms ***********/

	#right input, #right textarea {
		width:300px;
		float:right;
		clear:right;
		margin-right:150px;
	}

	#right form p {
		clear:both;
		margin-bottom:10px;
	}


	/*********** special offer **************/

	#right #special {
		width:500px;
		height:375px;
		background:#000000 url('/images/boulder.jpg');
		color:#FFFFFF;
		margin:auto auto;
	}

	#right #special h3 {
		width:360px;
		margin:65px;
		margin-bottom:5px;
		padding-top:60px;
		text-align:center;
	}

	#right #special p {
		margin:65px;
		margin-top:5px;
	}



/************* LEFT SIDE ***************/

#left {
	float:left;
	width:210px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	clear:none;
}
	/*********** pieces ***********/	
	#left ol{
		margin:none;
		padding:none;
	}
	#left ol li, #left div {
		list-style-type:none;
		margin:15px;
		margin-right:10px;
		margin-left:none;
		padding:5px;
	}

#left ul, #left li, #left p {
	margin-left:0px;
	padding-left:0px;
}

#left li{
	list-style-type:none;
}
	/*********** header ***************/
	
	#left h1, #left h2, #left h3 {
		text-align:center;
		margin:auto auto;
		width:90%;
		border-bottom:1px #444 solid;
	}

	#left h1{ font-size:1.6em; }

	#left h2{ font-size:1.4em; }

	#left h3{ font-size:1.2em; }

  #left h1 a, #left h2 a, #left h3 a{
    border-bottom:none;
  }

/*************** FOOTER ***************/

#footerline {
	clear:both;
	height:0px;
}

#footer {
	background: #000 url('images/footer_bg.jpg') no-repeat;
	width:900px;
	text-align:center;
	padding: 0px 5px;
	height:25px;
	color:#fff;
}


/******************* FAQ ***********************/
div.faq {
  margin-top:.5em;
}


