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

body {
	background-image	: url('../imgs/background.jpg');
	background-repeat	: repeat;
	font-size			: 11px;
	color				: #333333;
	margin				: 0 0;
	padding				: 0 0;
	text-align			: center; 
}

#wrapper {
	width				: 900px;
	margin				: 3px auto;
	display:			block;
	}
	
#wrapper_emailer {
	width				: 700px;
	margin				: 3px auto;
	display:			block;
	}
	
#top_nav {
	width				: 900px;
	height				: 35px;
	text-align			: center;
	line-height			: 30px;
	background-color	: #999999;
	font-size			: 14px;
	font-family			: Helvetica;
	text-transform		: uppercase;
}
.top_nav {
	background-color	: #999999;
	color				: #333333;
	font-weight			: bold;
}
.top_nav a {
	color				: #333333;
	text-decoration		: none;
}
.top_nav:hover {
	background-color	: #CCCCCC;
}
#header  {
	width				: 900px;
	height				: 75px;
	text-align			: left;
	background-color	: #000066;
	background-image	: url('../imgs/header_bg.jpg');
}
#header_emailer  {
	width				: 700px;
	height				: 75px;
	text-align			: left;
	background-color	: #000066;
	background-image	: url('../imgs/header_bg.jpg');
}
#main_content {
	width				: 900px;
	height				: 400px;
	background-color	: #CCCCCC;
	border-bottom		: 5px solid #fff;
	border-top			: 5px solid #fff;
}
#main_content_emailer {
	width				: 700px;
	height				: 550px;
	background-color	: #CCCCCC;
	border-bottom		: 5px solid #fff;
	border-top			: 5px solid #fff;
}
#main_content_mv {
	width				: 900px;
	height				: 625px;
	background-color	: #CCCCCC;
	border-bottom		: 5px solid #fff;
	border-top			: 5px solid #fff;
	
}
#main_content_testimonials {
	width				: 900px;
	height				: 3200px;
	background-color	: #CCCCCC;
	border-bottom		: 5px solid #fff;
	border-top			: 5px solid #fff;
		
}
#main_content_bring {
	width				: 900px;
	height				: 570px;
	background-color	: #CCCCCC;
	border-bottom		: 5px solid #fff;
	border-top			: 5px solid #fff;
}
#main_content_dest {
	width				: 900px;
	height				: 2150px;
	background-color	: #CCCCCC;
	border-bottom		: 5px solid #fff;
	border-top			: 5px solid #fff;
}
#schedule {
	width				: 900px;
	background-color	: #CCCCCC;
	border-bottom		: 5px solid #fff;
	border-top			: 5px solid #fff;
}

* {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sm {list-style:none; width:900px; height:400px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}

#bottom_nav {
	width				: 900px;
	height				: 50px;
	background-color	: #FFCC33;
	border-bottom		: 5px solid #fff;
	line-height			: 50px;
}
#bottom_nav a {
	color				: #333333;
	font-size			: 14px;
	font-weight			: bold;
	font-family			: Helvetica;
	text-transform		: uppercase;
	margin: 5px			;
}
#bottom_nav a:hover {
	color				: #0033CC;
}
	
#footer {
	width				: 900px;
	height				: 30px;
	background-color	: #000000;
	text-align			: center;
	color				: #ffffff;
	line-height			: 30px;
	font-size			: 12px;
}
#photo_credits {
	width				: 900px;
	margin				: 3px auto;
	text-align			: center;
}

.td_title {
	font-size: 13px;
	font-weight: bold;
	background: #eaeaea;
	padding: 3px;
}
.td_entry {
	font-size: 12px;
	background: #fff;
	padding: 3px;
}
#top_nav2 {
	width				: 900px;
	height				: 50px;
	text-align			: center;
	line-height			: normal;
	background-color	: #999999;
	font-size			: 12px;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	text-transform		: none;
	color: #000000;
	font-weight: normal;
}
