

body {
	background-color: #6B6B58;
	font-size: 13px;
	line-height: 18px;
	font-family: myriad, arial, helvetica, Sans-Serif;
	color:#92BDB5;
	padding:0px;
	margin: 0px;
	}
	
	p {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	a:link, a:visited {
		color: #5CA4A4;
		}
				
	a:hover {
		color: #F0E2A3;
		}
		
	a {
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		}
	
	a.header:link, a.header:visited {
		color: #FCFAEC;
		}


	a.header:hover {
		color: #F0E2A3;
		background: #6B7456;
		}
	
	a.header:hover, a.header:visited, a.header:link{
	
		font-size: 12px;
		font-weight:normal;
		}

	h1 {
		font-size: 20px;
		font-family: myriad, Futura, arial, helvetica, Sans-Serif;
		color: #ECB35E;
		margin-bottom: 2px;
		font-weight: normal;
		}
		
	h2 {
		font-size: 12px;
		}

	h3 {
		font-size: 15px;
		font-family: georgia, times, arial;
		font-weight: bold;
		color: #fff;
		text-transform:uppercase;
		margin-bottom: 20px;
		}	
	
	
	img {
		border: 0px;
	}
			
	#wrapper {
		width: 100%;
		}

	#mainArea {
		width: 100%;		
		}

	#stage {		
		width: 100%;
		height:100%;
		background-color: #ffffff;
		}
		
	#top {
		width: 100%;
		height:320px;
		background-color: #ffffff;
		}
		
	#middle {
		padding-top: 10px;
		height: 30px;
		width: 100%;
		background-color: #6B6B58;
	}
	
	#midleft {
		width: 45%;
		float: left;
		text-align: left;
		color: #F0E2A3;
		}

	#midright {
		width: 45%;
		float: right;
		position: relative;
		text-align: right;
		padding-right: 15px;
		}
		
	#bottom {
		width: 100%;
		height: 200px;
		background-color: #6B6B58;
		background: url("images/brownBG.jpg");
		background-repeat: repeat-x;
	}
		
	#left {
		width: 40%;
		float: left;
		margin-left: 90px;
		}

	#right {
		width: 45%;
		float: right;
		position: relative;
		margin-left: 20px;
		margin-right: 20px;
		}
	

			
