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

/* --------------Blanket rules for all elements----------- */


body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #68734d;
	}
	
h1 {
	font-size: 120%;
	line-height: 110%;
	color:#FFEBC6;
	font-weight: normal;
	text-align:left;
	}
	
h2 {
	text-align:center;
	font-size: 100%;
	color: #000;
	}
	
h3 {
	text-align:left;
	font-size: 90%;
	color: #000;
	margin-left:10px;
	}

h4 {
	text-align:left;
	font-size: 90%;
	font-style:normal;
	color: #86cccc;
	}	
			
p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 140%;
	text-align:left;
	}

#caption {
	text-align:left;
	font-size: 80%;
	font-style:italic;
	color: #000;
	margin-top: 10px;
	margin-left: 5px;
	}
	
/* --------- Blanket rules: navigation, list styles ---------- */

p a:link {
	color: #000000;
	text-decoration:underline;
	}

p a:visited {
	color:#000000;
	text-decoration:underline;
	}

h1 a:link {
	color:#FFEBC6;
	text-decoration:underline;
	}
	
h1 a:visited {
	color:#FFEBC6;
	text-decoration:underline;
	}
	
h2 a:link {
	color:#23506d;
	line-height: 80%;
	text-decoration:none;
	text-align:left;
	}
	
h2 a:visited {
	color:#23506d;
	line-height: 80%;
	text-decoration:none;
	text-align:left;
	}
	
h2 a:hover {
	text-decoration:underline;
	}

h3 a:link {
	color:#FFEBC6;
	text-decoration:none;
	text-align:left;
	line-height: 90%;
	}
	
h3 a:visited {
	color:#FFEBC6;
	text-decoration:none;
	text-align:left;
	line-height: 90%;
	}
	
h3 a:hover {
	text-decoration:underline;
	
	}
/* ------------- layout --------------*/

#wrapper {
	position:relative;
	width: 900px;
	height:1000px;
	padding: 0px;
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;
	background-image: url(images/bg_img.jpg);
	background-repeat:repeat-y;
	}
	
#masthead {
	width:900px;
	height:185px;
	margin-top: 0px;
	margin-left:0px;
	margin-right: 0px;	
	}
			
#index_container {
	position:absolute; 
	width:900px;
	height:450px;
	left:0px;
	top:200px;
	padding-top: 0px;
	}
	
#col_a {
	position:absolute; 
	width:110px;
	height: 300px;
	left: 10px;
	margin-top: 10px;
	}
	
#col_b {
	position:absolute; 
	width:550px;
	height: 650px;
	left: 150px;
	margin-top: 10px;
	}
	
#col_c {
	position:absolute; 
	width:150px;
	height: 300px;
	left: 730px;
	margin-top: 10px;
	}
	
#col_d_index  {
	position:absolute; 
	width:900px;
	height: 600px;
	left: 0px;
	margin-top: 480px;
	}
	
#col_d_packages {
	position:absolute; 
	width:900px;
	height: 600px;
	left: 0px;
	margin-top: 580px;
	}
	
#col_d_prices {
	position:absolute; 
	width:900px;
	height: 600px;
	left: 0px;
	margin-top: 750px;
	}

#col_d_contact {
	position:absolute; 
	width:900px;
	height: 600px;
	left: 0px;
	margin-top: 350px;
	}	
	
#body_text {
	width: 852px;
	background-image:url(images/bg_img_ct.jpg);
	margin-top: 60px;
	padding:10px;
	}
		
/* ---------------footer-------------- */
#footer {
	clear: both;
	padding: 20px;
	border: none;
	}
	
#footer p {
	text-align:center;
	font-size: 110%;
	line-height: 100%;
	color:#666;
	}
	
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	margin:0, 0, 0, 0;
	padding-top: 10px;
	padding-right: 15px;
	}

.image_float {
	margin:10px 0 0 10px;
	padding-top: 10px;
	}

.clear {
	clear:right;
	padding-top:0px;
	}
	
.spacer {
	clear:both;
	}

