﻿body  {
	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: #FFF;
	background-color: #cfff49;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #424242;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	height: 134px;
	position: relative;
	color: #424242;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 470px; /* 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: #424242;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1ShowsPrev {
	float: right; /* since this element is floated, a width must be given */
	width: 760px; /* 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: #424242;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1ShowsPrev .header img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.subheader {
	font-weight: bold;
	line-height: normal;
}
.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	color: #cfff49;
}
.twoColFixRtHdr #mainContent {
	background-color: #424242;
	margin-top: 0;
	margin-right: 500px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
} 
.twoColFixRtHdr #mainContentFriends {
	background-color: #424242;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
} 
.twoColFixRtHdr #mainContentBooking {
	background-color: #424242;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
} 

.twoColFixRtHdr #mainContentGallery {
	background-color: #424242;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#mainContentGallery .p img {
	padding-right: 20px;
}
.twoColFixRtHdr #mainContentSuccess {
	background-color: #424242;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 300px;
} 
.twoColFixRtHdr #footer {
	background-color: #000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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;
}
.mailing {
	margin: 0px;
	width: 352px;
	position: absolute;
	left: 420px;
	top: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #CFFF49;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #header .mailing #form1 #Submit2 {
}
#banner {
	font-family: Tahoma, Geneva, sans-serif;
}
.p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	line-height: normal;
}
.li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	line-height: normal;
	margin-left: 15px;
	margin-bottom: 10px;
}
#btn { 
	display: inline-block;
	margin-left:300px;
	padding: 4px;
	text-decoration: none;
	color: #424242;
	background-color: #CFFF49; 
	font: bold 84% Tahoma, Geneva, sans-serif;
	border: 1px solid; 
	border-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Gradient 
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
} 
input.submit { 
	display: inline-block;
	margin-right: 7px;
	margin-top: 4px;
	padding: 4px;
	text-decoration: none;
	text-transform:uppercase;
	color: #424242;
	background-color: #CFFF49; 
	font: bold 84% Tahoma, Geneva, sans-serif;
	border: 1px solid; 
	border-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Gradient 
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
}
a:link, a:visited, a:active, .MyAccount a[disabled="disabled"]
{
	COLOR: #FFF;
}
a:hover, a:active
{
	COLOR: #cfff49;
}
.twoColFixRtHdr #container #sidebar1 #cast {
	float: left;
	padding-right: 10px;
}
.twoColFixRtHdr #container #sidebar1 div .p {
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.boldgreen {
	font-weight: bold;
}
#header .mailing #frmRegister {
	padding-bottom: 10px;
}
#sidebar1 div .p img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
smallprint {
	font-size: 8px;
}
.smallprint {
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
}

