/* CSS Document */

/* Global Settings */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, {
	margin: 0;
	padding: 0;
	border: 0;
}

a{;
	text-decoration:none;
	color: #000000;
	}
	
a:hover{
	color: #000000;
	text-decoration:underline
	}
	
body{
	background-color:#666666;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper{
	position:relative;
	width: 770px;
	background-color:#e9e9bd;
	margin:10px auto;
	border: 1px solid #000000;
	text-align:left;
	text-color: #000000;
}

#nav{
	}
	
#nav a{
	font-style: normal;
	color: #000000;
	}

#nav a:hover, #nav a:focus {
	color: #000000;
	}

.navrightside{
	height: 50px;
	margin-left:150px;
	background-color: #cccc66;
	}
	
.navcontainer{
	float:right;
	width: 100%;
	margin-top: 34px;
	}


	
#midcontent{
}

.midrightside{
	height: 230px;
	margin-left:25px;
	background-color:#003300;
}

.leftimage{
	float:left;
	margin-top: 100px;
	margin-left:30px;
	}
.rightimage{
	float: right;
	margin-top:15px;
	margin-right:15px;
}

#content{
	}

.contentrightside{
	width: 620px;
	height:500px;
	margin-left:150px;
	background-color: #cccc66;
	position: relative;
	z-index: 0;
	}
	
.feature{
	float:right;
	width:300px;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	}
	
.featurethumb{
	float:left;
	border: medium #003300 solid;
	}	

#overtext {
	position:absolute;
	width:350px;
	height:115px;
	z-index:1;
	padding-left: 25px;
	padding-top:15px;
}

	
	
#footer{
	text-align: right;
	font-size:10px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	#footer a{
	font-style: normal;
	color: #000000;
	}

#footer a:hover, #footer a:focus {
	color: #000000;
	}
