body {
	background: #273041 url(../images/Background.gif) center repeat-y;
	color: #FFFFFF;
	font-family: Verdana, "Lucida Sans Unicode", Helvetica, Sans-serif;
	font-size: 12px;
	width: 800px;
	margin: auto;
}

a:link {
	color: #81A594;
	text-decoration: underline;
}

a:visited {
	color: #81A594;
	text-decoration: underline;
}

a:hover {
	color: #CCCAB1;
	text-decoration: underline;
}

#header {
	background-color: #273041;
	height: 290px;
	padding: 15px;
}
	
	#picture {
	width: 210px;
	height: 269px;
	float: left;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 15px;
	}

	#eric {
		font-size: 30px;
		color: #CCCC99;
		margin: 10px 0px 0px 225px;
	}
	
	#realestate {
		font-size: 20px;
		color: #FFFFFF;
		margin-left: 225px;
		margin-bottom: 15px;
	}
	
	#toppictures {
		word-spacing: 10px;
		text-align: center;
	}
	
	#toppictures img {
		border: 5px solid #FFFFFF;
	}
	
	#toppictures img:hover{
		border: 5px solid #CCCC99;
	}
	
	#searchmls {
		font-size: 15px;
		margin: 10px 0px 0px 235px;
	}

#main {
	background-color: #9A9A9A;
	height: 700px;
	padding: 15px;
}

#leftBar {
	background-color: #273041;
	width: 175px;
	height: 685px;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	padding-top: 15px;
}

.infoHeader {
	color: #CCCC99;
	font-weight: bold;
	text-decoration: underline;
}
	
#mainContent {
	background-color: #273041;
	width: 545px;
	height: 685px;
	line-height: 20px;
	float: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 15px 15px 0px 15px;
}

	#bottompictures {
		word-spacing: 25px;
		text-align: center;
	}
	
	#bottompictures img {
		border: 2px solid #FFFFFF;
	}
	
#footer {
	background-color: #273041;
	height: 150px;
	font-size: 11px;
}
	
	#mammothmondays {
		width: 240px;
		height: 94px;
		margin: 30px 5px 0px 35px;
		float: left;
		border: 1px solid #9A9A9A;
		}

	#footerinfo {
		width: 240px;
		margin-top: 30px;
		text-align: center;
		float: left;
	}
	
	#reservations {
		background-color: #000000;
		width: 240px;
		height: 69px;
		margin: 30px 35px 0px 0px;
		padding-top: 25px;
		float: right;
		border: 1px solid #9A9A9A;
	}
	
#slideshow {
	background-color: #273041;
	height: 280px;
	padding-bottom: 25px;
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
}
	
	#slideContent {
		width: 770px;
		margin-left: 15px;
		padding-top: 25px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	
	#slideContent img {
		border: 3px solid #FFFFFF;
	}
	
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:770px;
		height:260px;
		text-align:center;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		display: none;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */