body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #EBEBEB;
}

a
{
	color: #B90038;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #999;
	border-bottom: solid 1px #999;
}


img {
	border: 0px;
}

p a {
	color: #B90038;
	text-decoration: none;
	font-weight: bold;
}

p a:hover {
	color: #999;
	border-bottom: solid 1px #999;
}

blockquote
{
	margin: 0px 0px 10px 20px;
	font-style: italic;
	color: #666;
}


blockquote a {
	color: #B90038;
	text-decoration: none;
	font-weight: bold;
}

blockquote a:hover {
	color: #333;
	border-bottom: solid 1px #999;
}

ol a {
	color: #B90038;
	text-decoration: none;
	font-weight: bold;
}

ol a:hover {
	color: #333;
	border-bottom: solid 1px #999;
}

ul a {
	color: #B90038;
	text-decoration: none;
	font-weight: bold;
}

ul a:hover {
	color: #333;
	border-bottom: solid 1px #999;
}

cite	{
	color: #666;
}

cite a
{
	color: #B90038;
	text-decoration: none;
	font-weight: bold;
}

cite a:hover
{
	color: #6F0;
	border-bottom: solid 1px #999;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #B90038;
	line-height: 52px;
	margin: 0px 0px -20px 0px;
}

h2
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	margin: 0px 0px -20px 0px;
}

#header_wrapper 
{
	z-index: 20;
	position: absolute;
	top: 26px;
	left: 50%;
	width: 10px;
	height: 10px;
}
	
#header_content 
{
	position: absolute;
	top: 0px;
	left: -380px;
	background-image: url(images/header.gif);
	width: 760px;
	height: 82px;
}

#logo
{
	position: absolute;
	width: 320px;
	height: 45px;
	left: 10px;
	top: 18px;
	background-image: url(images/spacer.gif);
}

#logo a:hover
{
	border-bottom:  none;
}

#navbar_left
{
	position: absolute;
	top: 82px;
	left: 0px;
	width: 357px;
	height: 20px;
	font-size: 11px;
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #B90038;
	text-decoration: none;
	padding: 3px 0px 0px 23px;
	background-image: url(images/bg_nav.gif);
}

#navbar_right
{
	position: absolute;
	top: 82px;
	left: 380px;
	width: 357px;
	height: 20px;
	font-size: 11px;
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #B90038;
	text-decoration: none;
	text-align: right;
	padding: 3px 23px 0px 0px;
	background-image: url(images/bg_nav.gif);
	background-position: -380px;
}

#navbar_left a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#navbar_right a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#navbar a:hover
{
	color: #B8FF6A;
	border-bottom:  none;
}

#promo_wrapper {
	z-index: 10;
	position: absolute;
	top: 131px;
	left: 50%;
	width: 10px;
	height: 10px;
}

#promo_home
{
	position: absolute;
	top: 0px;
	background-image: url(images/bg_promopanel.gif);
	left: -380px;
	width: 760px;
	height: 172px;
}

#promo_content
{
	position: absolute;
	top: 0px;
	background-image: url(images/bg_subpromo.gif);
	left: -380px;
	width: 737px;
	height: 37px;
	padding: 6px 0px 0px 23px;
	color: #ffffff;
}

#redbar
{
	position: absolute;
	top: 0px;
	left: -380px;
	width: 760px;
	height: 1px;
	background-color: #CCC;
}

#promo_content a
{
	color: #ffffff;
}

#main_wrapper {
	z-index: 10;
	position: absolute;
	top: 294px;
	left: 50%;
	width: 10px;
	height: 10px;
}

#main_wrapper_subpage {
	z-index: 10;
	position: absolute;
	top: 168px;
	left: 50%;
	width: 10px;
	height: 10px;
}

#main_content
{
	position: absolute;
	top: 0px;
	background-image: url(images/bg_content.gif);
	left: -380px;
	width: 760px;
}

#text
{
	position: relative;
	width: 720px;
	left: 20px;
	top: 0px;
}

#footer
{
	position: relative;
	width: 714px;
	left: 0px;
	top: 0px;
	padding: 2px 23px 2px 23px;
	font-size: 10px;
	background-color: #3f3f3f;
	color: white;
}

#footer a
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.image_full
{
	border:	solid 1px #B90038;
	text-decoration: none;
}

.image_float
{
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid #B90038 1px;
	clear: both;
}

.standfirst	
{
	color: #000;
	font-weight: bold;
}

.subhead	
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.sidebar
{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
}

.sidebar a	
{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.sidebar a hover
{
	color: #B8FF6A;
	border-bottom:  none;
}

.booking_home
{
	color: #ffffff;
	line-height: 24px;
}

.booking_home a
{
	color: #ffffff;
}

.home_headline
{
	font-size: 16px; 
	color: #8e8e8e;
	font-weight: bold;
}

.form_page
{
	background-color: #ebebeb;
	border: 1px solid #d7d6d6;
	padding: 10px 10px 10px 20px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}


form 
{
	padding: 0px;
	margin: 0px;
}

input 
{
	padding: 2px;
	width: 230px; 
	height: 13px;
	margin: 0px; 
	font-size: 11px; 
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;
	border: 1px #B90038 dotted;
	background-color: #D4D9DF;
}

.form_page input
{ 
	margin: 0px 0px 5px 0px;
}

textarea 
{
	padding: 2px;
	margin: 0px; 
	font-size: 11px; 
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;
	border: 1px #B90038 dotted;
	background-color: #D4D9DF;
}

select 
{
	padding: 1px;
	margin: 0; 
	font-size: 10px; 
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;
	border: 1px #B90038 solid;
	background-color: #D4D9DF;
	height: 16px;
}


.checkbox 
{
	width: 12px; 
	height: 12px;
	margin: 0px; 
	background-color: #D4D9DF;
}


.radio {
	width: 12px; 
	height: 12px;
	margin: 0px; 
	background-color: #D4D9DF;
}