body {
	background-image:url(pageimg/bg-page.jpg);	background-repeat:repeat-x;	background-color:#7DA101;
	font-family:Tahoma, Arial;
	font-size:10pt;

}

.mast, .mast_low{ 
	background-image:url(pageimg/bg-mast.jpg);
	width:730px;
	margin:0 auto;
}
.mast_low { background-image:url(pageimg/bg-mast.jpg);	}


.head {
	background-image:url(pageimg/mast-top.jpg);	background-position:top center;	background-repeat:no-repeat;
	height:50px;
	padding:15px 20px 0px 20px;	
}
	.head h1 {
		background-image:url(pageimg/costa-logo.gif);	width:217px;	height:69px;
		text-indent:-2000px;	font-size:2px;		margin:0px;	padding:0px;
		float:left;
	}
	.head p {
		float:right;	margin:0px;	padding:0px;
	}
.nav {
	height:30px;	float:right;
	background-image:url(pageimg/nav-repeat.gif);	background-repeat:repeat-x;
	width:470px;	margin-bottom:3px;	*margin-bottom:0px;
}	
	.nav a {
		display:block;		float:left;		padding:5px 8px 2px 6px;		height:25px;
		text-decoration:none;	color:black;	font-weight:bold;
	}
	.nav a:hover {	color:#333333;	color:#FF6600;	padding:6px 8px 1px 6px;}
	.nav a.first {
		background-image:url(pageimg/nav-left.gif);	background-repeat:no-repeat;
		padding-left:15px;
	}
	.nav a.first:hover { padding-left:15px; }
	.nav span {
	background-image:url(pageimg/nav-right.gif);	background-repeat:no-repeat;	background-position:right;
	width:10px;	display:block;	height:30px;	float:right;
	}

.midsep {
	background-image:url(pageimg/mast-sep.jpg);	height:25px;	width:100%; 
	clear:both;
}

.footer {
	background-image:url(pageimg/mast-bottom.jpg);	background-position:bottom center;	background-repeat:no-repeat;
	padding:0px 20px 15px 20px;		text-align:center;
}
.footer p {	margin:0px;	padding:0px;	margin-top:10px;}

hr.sep {
	height:1px;
	background-image:url(pageimg/dots.gif);
	width:700px;
}

hr {
	clear:both;	
}


/* Splits	*/
.split {
	clear:both;
}
.split .left {
	width:49%;	float:left;
}
.split .right {
	width:50%;	float:right;
	border-left:1px solid #CCCCCC;
}
.split h1 { color:#990000;	font-size:14pt; font-style:italic;	}
.split h2 { color:#990000;	font-size:12pt;	font-style:italic;	}

/* General Page Rules	*/
h1, h2, h3, h4, h5, h6, p {	margin-left:20px;	margin-right:20px;	}

.left_photo {
	width:200px;
	float:left;
	padding-left:20px;
}
.left_photo img { margin-left:5px; }
.left_photo h1 { color:#990000;	font-size:12pt;	font-style:italic;}

.right_of_photo { float:right; width:510px;}
.right_of_photo h1 {
	color:#990000;	font-size:12pt;	font-style:italic;
}

a img { border:none; }