html, body {
	margin:0;
	padding:0;
	border:0;
	background-color:#e5e5e5;
	background-image:url(images/notwood.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
}

.wrap {
	min-height:100%;
	position:relative;
}
.wrap2 {
	height:100%;
	
}
.wrap3 {
	width:965px;
	margin:auto;
}

.top {
	height:38px;
	line-height:38px;
	color:#757575;
}
.left {float:left;}
.right {float:right;}
.clear { clear:both;}
.logobar {
	height:100px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:5px 49px;
	padding-left:394px;
	padding-top:46px;
	padding-right:40px;
	color:#e5e2d9;
}
.logobar h1 { font-size:22px;}
/* NAVIGATION */
.nav {
	height:44px;
	background-image:url(images/photobanner_bg_top.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 10px;
}
.nav ul {
	display:inline;
	height:44px;
	width:956px;
}
.nav li {
	display:inline;
	float:right;
	height:44px;
	width:157px;
	list-style:none;
	padding-right:1px;
	padding-left:2px;
}
.nav li a {
	width:157px;
	background-image:url(images/navbtn.png);
	background-position:top;
	text-align:center;
	line-height:16px;
	font-size:16px;
	padding-top:14px;
	padding-bottom:14px;
	float:right;
	color:#bcbcbc;
}
.nav li a:hover {background-position:bottom; color:#222222;}
/* END NAVIGATION */

.photobanner {
	background-image:url(images/photobanner_bg.png);
	width:930px;
	padding:8px 13px 13px 13px;
	height:314px;
}

.content {
	padding:20px;
	background-color:#e5e5e5;
}

.content .left {
	width:500px;
}
.content .right {
	width:286px;
}

.box {
	widows:500px;
	height:182px;
	padding-bottom:10px;
}
.box .left {
	width:239px;
	height:182px;
}
.box .right {
	width:221px;
	height:142px;
	padding:20px;
	background-image:url(images/box_right.jpg);
	background-repeat:no-repeat;
}
.box h1 { color:#e5e2d9; padding:0; font-size:20px;}
.box p { color:#fff; padding:0;}
.box a { color:#e5e2d9; padding:0;}

.booking-top {
	width:256px;
	height:60px;
	line-height:60px;
	background-image:url(images/darkbox_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#3d3d3d;
	font-size:24px;
	color:#e5e2d9;
	padding-left:30px;
}
.booking-main {
	width:256px;
	padding:15px;
	background-color:#303030;
}
.booking-btm {
	width:286px;
	height:10px;
	background-image:url(images/darkbox_btm.jpg);
}

.footerclear {
	height:60px;		/*should be the same as the total height (inc. margin/padding) of .footer*/
}

.footer {
	height:60px;		/*you'll need a height, whatever fits your site*/
	line-height:60px;
	bottom:0;			/*required*/
	position:absolute;	/*required*/
	width:100%;
	margin:auto;
	text-align:center;
	background-color:#7a7a7a;
	color:#FFFFFF;
}
.footer a {
	color:#dee8c5;
}
/* TEXT STYLES */
h1, h2, h3, h4, h5, p { margin:0;}
h1, p { padding-bottom:10px;}
h2, h3, h4, h5 { padding-top:10px; color:#868686;}
h1, h2 { font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
a { text-decoration:none;}
img {border:none;}
h1 { font-size:26px; color:#868686;}
h2 { font-size:24px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}

/* booking-main form elements */
.booking-main input {
	height:25px;
	border:0;
	color:#FFFFFF;
	padding-left:10px;
	margin-bottom:8px;
	background-color:#1e1e1e;
	border:1px solid #4d4d4d;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.booking-main textarea {
	width:246px;
	height:150px;
	border:0;
	color:#FFFFFF;
	padding-left:10px;
	margin-bottom:8px;
	background-color:#1e1e1e;
	border:1px solid #4d4d4d;
	overflow:hidden;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.booking-main select {
	width:80px;
	height:25px;
	border:0;
	color:#FFFFFF;
	padding-left:10px;
	margin-bottom:8px;
	background-color:#1e1e1e;
	border:1px solid #4d4d4d;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.input { width:246px;}
.inputhalfright { width:115px; float:right; }
.inputhalfleft { width:115px; float:left;}
.pad5left { padding:5px 0 0 5px;}
.pad5right { padding:5px 5px 0 0;}