#centerpage {
 width: 790px;
 position: absolute;
 left: 50%;
 top: 0;
 margin-left: -395px;
}

.clear {
	clear: both;
	font-size: 1px;
	}

body {
	font-family: Arial;
	font-size: 8pt;
}

img {
	border: 0px;
	}
	
a {
	text-decoration: none;
	color: #04315C;
	}

a:hover {
		text-decoration: underline;
	color: #077FF0;
	}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 200px;
	margin-bottom: 8px;
	}

#header h1{
	padding: 5px 0px 0px 400px;
	font-size: 35px;
	font-weight:normal;
    font-family:Trebuchet MS;
	color: #fff;
	}

#header a {
	text-decoration: none;
	}

#header a:hover {
	text-decoration: none;
	color: #0682F7;
	}

#header a:active {
	font-size: 10pt;
	text-decoration: none;
	color: #152839;
	}

#header a:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #152839;
	}

#headerlink {
	display: block;
	width: 790px;
	height: 110px;
	}
	
#nav {
	font-size: 10pt;
	padding-right: 15px;
	text-align: right;
	color: #666666;
	}

#nav a {
	font-weight: bold;
	}

#nav a:hover {
	text-decoration: none;
	color: #0682F7;
	}

p {	margin: 5px 0px 5px 0px; }

#searchbox {
	width: 326px;
	height: 355px;
	padding: 10px;
	background: #053563 url('../images/searchbox-bg.gif') repeat-x top;
	margin-bottom: 4px
float: right;
	}

/* layout
   ------ */

.content { 

	width: 790px;
	padding: 0px; 
}



	.logo {
		width: 290px;
		float: left;
	}


/* left side
   --------- */

.left {
	float: left;
	width: 427px;
	margin: 0px 0px 0px 0px;
	}

	.left_3_col {
	float: left;
	width: 199px;
	padding: 5px 8px 0 4px;
	}

.left p {margin-top: 7px; }

.left-head {
	float: left;
	width: 420px;
	height: 40px;
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-x;
	margin-top: 3px;
	}

.left-head h1 {
	font-style:normal;
	font-variant:normal; 
	font-weight:bold; 
	font-size:13px; 
	font-family:Tahoma, Arial, Sans-Serif;
	margin-top: 8px;
	margin-left: 5px;
	}


/* right side
   ---------- */
		
.right {
	float: right;
	width: 346px;
	margin-left: 4px;
	}

.right p {margin-top: 7px; }

.right-head {
	float: left;
	width: 346px;
	height: 40px;
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-x;
	margin-top: 3px;
	}

.right-head h1 {
	font-style:normal;
	font-variant:normal; 
	font-weight:bold; 
	font-size:13px; 
	font-family:Tahoma, Arial, Sans-Serif;
	margin-top: 8px;
	margin-left: 5px;
	}

.right_side_legend {
		float: right;
		width: 346px;
		background: #FFF;
		color: #414141;
		padding: 4px;	
		margin: 1px ;
		border: 1px solid #ccc;
		}
		
.featured_hotels {
		background: #e5e5e5;
		color: #000000;
		padding: 8px 3px 3px 6px;	
		margin: 8px 3px 6px 0px;
	}

.thumbs {
        border: 0px none;
        float: left;
	    margin: 0px 9px 3px 0;
        width: 120px;
	    height: 90px;
}
    

/* footer
   ------ */

.footer { 
	margin: 0 auto;	
	width: 780px;	
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	line-height: 15px;
}

.footer a { color: #808080; background: #fff; }
