
@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
body {
	background-image:url(../imgs/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#cfdf92;
	font-family:trebuchet ms;
	font-size:13px;
	color:#333333;
	}
.text {
	line-height:18px;
	}

#container {
	width:725px;
	height:auto;
	margin:0 auto 0 auto;
	}

#banner {
	background-image:url(../imgs/banner.jpg);
	background-repeat:no-repeat;
	width:725px;
	height:250px;
	float:left;
	margin:0;
	}
#content_containter {
	width:685px;
	height:auto;
	float:left;
	background-image:url(../imgs/content_bg.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	}
#below_content_round_corner {
	width:725px;
	height:15px;
	background-image:url(../imgs/content_round_corner_below.jpg);
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
	}

a:hover {
	text-decoration:underline;
	}
table tr td {
	line-height: 20px;
	border-bottom:1px solid #5d6e11;
	margin:0;
	padding:3px;
}

/* menu */

#menu_container {
	background-image:url(../imgs/menu_bg.jpg);
	background-repeat:no-repeat;
	width:188px;
	height:200px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	}
ul {
	display:block;
	margin:40px 0 0 0;
	font-family:trebuchet ms;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	list-style:none;
	
	}
a {
	color:#5d6e11;
	text-decoration:none;
	}

li {
	text-decoration:none;
	line-height:20px;
	margin:0;
	width:170px;
	color:#5d6e11;
	border-bottom:1px solid #f0ec9a;
	}
li a:hover {
	text-decoration:none;
	color:#f0ec9a;
	}
#active_link a {
	color:#000000;
	}
	
/* end of menu */	
	
#content_text_container {
	width:480px;
	height:auto;
	float:left;
	margin-top:10px;
	}
#menu_and_text_container {
	width:auto;
	height:auto;
	float:left;
	margin-bottom:20px;
	}
#footer_container {
	background-image:url(../imgs/footer_bar_top_green.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:700px;
	height:auto;
	clear:both;
	margin:0 auto 0 auto;
	color:#5d6e11;
	font-size:12px;
	text-align:center;
	padding:10px 0 10px 0;
	}
#footer_container a {
	color:#5d6e11;
	}
#footer_container a:hover {
	color:#aea93a;
	text-decoration:none;
	}
.title {
	font-size:14px;
	color:#5d6e11;
	font-weight:bold;
	margin:0;
	}
#courtest_text {
	font-size:10px;
	}

/* calicoan island page */


#images_container {
	width:430px;
	height:auto;
	margin:0 auto 0 auto;
	}
#images_container img {
	margin:15px 15px 15px 0;
	padding:5px;
	border:1px solid #5d6e11;
	}
#images_container a:hover img {
	border:1px solid #f0ec9a;
	}
