* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% "Verdana", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color:#333333;
	background:#e2cca8 url(../images/_bg-bv.jpg);
}

#wrapper {
	position: relative;
	width: 800px;
	margin: auto;
	text-align: left;

}

#top{
	height:73px;
	margin-top:10px;
	background:url(../images/top.png) no-repeat;
}

#logo a{
	text-indent:-999em;
	height:53px;
	margin:8px 20px 0 0;
	float:right;
	width:188px;
	display:block;
	background:url(../images/logo.png) no-repeat;
}

#banner{
	height:320px;
	background:url(../images/bv-header.jpg) no-repeat;
}

#main{
	background:#fff;
	background:url(../images/_bg-main.jpg);
	padding:5px 60px 5px 60px;
	font-size:0.7em;
	min-height:300px;
}

#padding{
	padding:0 0 0 12px;
}

/*------------------------------------------------------ FONT STYLINGS ---------------------------------------------------*/


p{ 
	margin:6px 0px 12px;
}

h2#home_text {
	height:55px;
	text-indent:-999em;
	background:url(../images/heading_home.gif) no-repeat;
}
h2#destinations_text {
	height:36px;
	text-indent:-999em;
	background:url(../images/heading_destinations.gif) no-repeat;
}
h2#contact_text {
	height:38px;
	text-indent:-999em;
	background:url(../images/heading_contact.gif) no-repeat;
}
h2#cruise-details_text {
	height:46px;
	text-indent:-999em;
	background:url(../images/heading_cruise-info.gif) no-repeat;
}
h2#rsvp_text {
	height:39px;
	text-indent:-999em;
	background:url(../images/heading_rsvp.gif) no-repeat;
}

h2, h3{
	margin:0;
	padding:0;
}

h3{
	font-size:1.3em;
	color:#3b5a6f;
}


ul{
	margin:0;
	padding:0px 0px 0px 0px;
}
ul.underground {
	list-style:none;
}

#main A {
	color:#000000; text-decoration:underline;
}
#main A:visited {
	color:#000000; text-decoration:underline;
}
#main A:hover {
	color:#ffffff; text-decoration:none; background:#007ea7;
}
#main A:active {
	color:#ffffff; text-decoration:none; background:#007ea7;
}
.stand-out{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#007ea7;
	font-style:italic;
}
.cruise-details{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	background:#fff0db;
	padding:10px;
	float:right;
	text-align:right;
	width:200px;
	border:solid #534333 1px;
	clear:both;
	margin-right:15px;
}
.small {
	font-size:0.7em;
}
.dropcap {
float:left;
color:#1187ad;
font-size:35px;
line-height:23px;
padding-top:2px;
font-family: Times, serif, Georgia;
} 

/*------------------------------------------------------ SIDE BAR ---------------------------------------------------*/

#sidebar_right{
	float:right;
	width:330px;
	margin-left:20px;
}

a#info_pack, a#fly_through{
	height:100px;
	width:330px;
	display:block;
	text-indent:-999em;
}

a#info_pack{
	background:url(../images/download_pdf.jpg) no-repeat;
	margin-bottom:5px;
}

a#plant{
	height:180px;
	width:330px;
	display:block;
	text-indent:-999em;
	background:url(../images/sidebar_image.jpg) no-repeat;
	margin-bottom:5px;
}

a#fly_through{
	background:url(../images/fly_through.jpg) no-repeat;
}

/*------------------------------------------------------ FOOTER ---------------------------------------------------*/

#footer{
	font-size: 0.7em;
	clear: both;
	padding:38px 0px 0px 0px;
	height:70px;
	text-align:center;
	color:#000000;
	background:url(../images/footer.jpg) no-repeat;
}

#footer p{
	margin:0;
	padding:0;
}

#footer a{
	color:#000000;
}

#footer a:hover{
	text-decoration:none;
}


/*------------------------------------------------------ IMAGES ---------------------------------------------------*/

#pic-right {
	float:right;
	margin-left:15px;

