@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	vertical-align: bottom;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
	position: relative;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 15px;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	margin: 150px 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 250px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
} 
.boxtext {
	margin-top: 180px;
}
.boxtextbottomright {
	margin-top: 180px;
}
.twoColFixRtHdr #footer {
	padding: 20 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	height: 190px;
	background-color: #333333;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightcolumn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.line {
	background-color: e13414;
	height: 1px;
	width: 100%;
}
.orangeline {
	background-color: #e13414;
	height: 1px;
	width: 100%;
}
.presstitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e13414;
}
.press {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.biog {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
a.small:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.small:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.small:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.small:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.left{
	text-align:left;
	float:left;
	width: 235px;
	height: 123px;
	padding: 20px 20px 35px 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.centre{
	text-align:left;
	float:left;
	width: 230px;
	height: 123px;
	padding: 25px 20px 35px 45px;
}
.right{
	text-align:left;
	float:right;
	width: 300px;
	height: 123px;
	padding: 25px 20px 35px;
}
errormessage {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
}
.form{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 220px;
	float: right;
	border-top: 0px none;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	background-color: #666666;
	padding: 0px;
	margin: 0px;
}.emailheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.smallformtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	background-color: #333333;
	border: 0px none #333333;
}
a.footer:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.footer:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.footer:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #e13414;
	text-decoration: none;
}
.middle {
	float: none;
	left: 300px;
}
a.footer:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.textfield {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 3px 5px 5px 0px;
}
.subcribe {
	margin: 2px 2px 2px 0px;
}
.centre {
	text-align: center;
	padding-left: 60px;
	padding-top: 20px;
	vertical-align: top;
}
.signupform {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.address {
	margin: 1.3em 5%;
	clear: both;
	overflow: hidden;
}
.joinlist {
	left: 5px;
	padding-left: 20px;
}
.nowbooking {
	height: 342px;
	background-image: url(../images/Miss-Lillly-home.jpg);
	padding-left: 50px;
	text-align: left;
	top: 270px;
}
.bookingcredits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	position: fixed;
	margin-left: 50px;
}
.bookingbutton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: 50%;
	position: fixed;
	top: 412px;
}
.topbar {
	height: 120px;
	background-color: #000000;
	border-left: 50;
}
.previous {
	padding-top: 133px;
	background-color: #000000;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	font-weight: normal;
}
a.nav:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.topleftbox {
	background-color: #15788a;
	float: left;
	height: 236px;
	width: 286px;
	margin-left: 50px;
	margin-top: 50px;
	text-align: left;
	background-image: url(../images/miss-lilly-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxtextitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;
}
.boxtextcredits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 15px;
}
.middleleftbox {
	background-color: #15788a;
	float: left;
	height: 236px;
	width: 286px;
	margin-left: 23px;
	margin-top: 50px;
	text-align: left;
	background-image: url(../images/stephen-image-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.righttopbox {
	background-color: #15788a;
	float: left;
	height: 236px;
	width: 286px;
	margin-left: 23px;
	margin-top: 50px;
	text-align: left;
	background-image: url(../images/avocado-image-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightbottombox {
	background-color: #15788a;
	float: left;
	height: 236px;
	width: 286px;
	margin-left: 23px;
	margin-top: 25px;
	text-align: left;
	background-image: url(../images/birds-image-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomleftbox {
	background-color: #15788a;
	float: left;
	height: 236px;
	width: 286px;
	margin-left: 50px;
	margin-top: 25px;
	text-align: left;
	background-image: url(../images/realthing-image-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 50px;
}
.bottommiddlebox {
	background-color: #15788a;
	float: left;
	height: 236px;
	width: 286px;
	margin-left: 23px;
	margin-top: 25px;
	text-align: left;
	background-image: url(../images/stab-image-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 50px;
}
a.boxtextitle:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.boxtextitle:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}
a.boxtextitle:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.boxtextitle:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomrightbox {
	background-color: #FFFFFF;
	float: left;
	height: 236px;
	width: 286px;
	margin-left: 23px;
	margin-top: 25px;
	text-align: left;
	margin-bottom: 50px;
	padding: 0px;
}
.osipboxtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #15788A;
	width: 280px;
}

