/* THIS IS CRUISE IN VTS */

body {
	background-image: url('.../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
	}

#sidebar {
	float: left;
	width: 240px;
	background-color: #f8f0c4;
	border: #666 dashed 1px;
	margin-left: 20px;
	padding: 15px;
}

#review {
	float: left;
	}
#container {
	width: 965px;
	margin-bottom: 60px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#header {
	height: 160px;
	background-image: url('.../images/header.gif');
	background-repeat: no-repeat;
	}
#content {
	width: 965px;
	color: #333;
	font-family: Trebuchet MS;
	padding-top: 30;
	text-align: left;
	}
#content .header  {
	color: #de851f;
	font-family: Trebuchet MS;
	font-size: 16pt;
	border-bottom: #de851f dashed 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
#content .sectionheader {
	color: #de851f;
	font-family: Trebuchet MS;
	font-size: 14pt;
	border-bottom: #de851f dashed 1px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#content .sectionestimate {
	color: #eea711;
	font-size: 12pt;
	margin-bottom: 0px;
}

IMG.display {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
#services b {
	color:#de851f;
	}
	
#menu{
	text-align: right;
	margin-top: 10px;
	float:right;
	font-family: Trebuchet MS;
}

#menu td a{
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

#menu td a:hover{
color: #000;
border-bottom: 3px solid #eea711;
}

#content a:visited{
color: #0000ff;
text-decoration: none;
}

#content a:link{
color: #0000ff;
text-decoration: none;
}