@charset "utf-8";
/* CSS Document Caribe Cove Golf Specials */

html, body {
	
	background-color:#386e91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	line-height:18px;
	
}

#container {
	
	background-color:#FFF;
	width:824px;
	height:100%;
	margin:0 auto;
	padding:0 auto;
	background:url(images/BG.jpg) repeat-y;
	
}

#header {
	
	width:824px;
	height: 261px;
	background:url(images/header.jpg) no-repeat;
	
}

#content {
	
	background:url(images/BG.jpg) repeat-y;
	width:824px;
	height:100%;
	
}

#footer {
	
	width:824px;
	height:78px;
	background:url(images/footer.jpg) no-repeat;
	
}

#main_content {
	
	width:750px;
	margin:0 auto;
	padding:0 auto;
	
}
h3 { color:#386e91;}

#navigation {
	
	width:250px;
	float:right;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	margin-top:225px;
	word-spacing:50px;
	
}

#navigation a { color:#FFF; text-decoration:none;}
#navigation a:hover {color:#ebe146;}
