body {
	background-color : #1C314E;
	margin:20px 0 0 0;
	font-family:Arial,Verdana,Times New Roman;
	font-size:9pt;
}

body.admin {
	background-image:none;
	background-color:White;
}

#mainContainer {
	width: 749px;
	margin-left: auto;
	margin-right: auto;
 	position: relative;
	left: 50%;
	margin-left: -378px;
	background-color:#FFFFFF;
	border:4px solid #DF5F30;
}

#headerTop {
	width: 749px; 	
	height:168px;
}

#logo {
	width:217px;
	height: 168px;
	background-image: url(images/logo_top.jpg);
 	float: left;
}

#header {
	width:532px;
	height: 168px;
	float: left;
}

#navRow {
	background-color:#DF5F30;
	width:749px;
	height:20px;
	line-height: 20px;
	border-top:2px solid White;
	border-bottom:2px solid White;
	color:White;
	text-align:center;
}

#navRow ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navRow ul li {
	float:left;
	color:White;
	font-size:9pt;
}

#navRow ul a {
	color:White;
	font-weight : bold;
	text-decoration: none;
	padding-right:6px;
	padding-left:6px;
}

#navRow ul a:hover {
	color:#000000;
}

#contentRow {
	width:749px;
	background-color:#FFFFFF;
	background-image: url(images/contentback2.jpg);
	background-repeat : repeat-y;
}

#contentRow2 {
	width:749px;
	background-color:#FFFFFF;
	background-image: url(images/contentback.jpg);
	background-repeat : repeat-y;
}

#bookTrip {
	width: 187px;
	float:left;
	background-color: #4B6C95;
}

#content {
	width: 365px;
	float:left;
	padding:5px;
}

#content2 {
	width: 552px;
	float:left;
	padding:5px;
}

#features {
	width: 187px;
	float: left;
}

.sideFeatures {
	background-color: #425269;
	width:187px;
	height:75px;
	color: White;
	font-weight:bold;	
	border-bottom:2px solid White;
	margin-bottom:10px;
}

.sideFeatures h2 {
	background-color: #1C314E;
	display: block;
	font-size:9pt;
	line-height:10pt;
	margin:0;
}

#bottomContain {
	width: 749px;
	height:102px;
}

.bottomFeatures {
	width:186px;
	height: 102px;
	background-color:#C9CBCA;
	color: White;
	font-weight:bold;	
	float:left;
	border-right:1px solid White;
}

.bottomFeatures2 {
	width:186px;
	height: 102px;
	background-color:#C9CBCA;
	color: White;
	font-weight:bold;	
	float:left;
	border-right:2px solid White;
}

.bottomFeatures3 {
	width:186px;
	height: 102px;
	background-color:#C9CBCA;
	color: White;
	font-weight:bold;	
	float:left;
}

.bottomFeatures h2 {
	background-color: #1C314E;
	display: block;
	font-size:9pt;
	line-height:10pt;
	margin:0;
}

.bottomFeatures2 h2 {
	background-color: #1C314E;
	display: block;
	font-size:9pt;
	line-height:10pt;
	margin:0;
}

.bottomFeatures3 h2 {
	background-color: #1C314E;
	display: block;
	font-size:9pt;
	line-height:10pt;
	margin:0;
}

#footer {
	height:83px;
	background-color:White;
	border-top:1px solid #1C314E;
}

#designedBy {
	width: 757px;
 	margin: 0px auto;
	font-size:8pt;
	text-align: right;
	font-weight:bold;
}

#footerlogo {
	width:247px;
	float:left;
}

#footersignup {
	width: 500px;
	padding-top:10px;
	float:left;
	text-align:center;
}


#designedBy a{
	color:White;
}

.packageActions {
	padding-top:20px;
	padding-bottom:25px;
}

a.buyitnow {
	background-color: #1C314E;
	color: #FFFFF0;
	margin-top:10px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #4B6C95;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #4B6C95;
	border-top-style: solid;
	border-top-width: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
}


