body {
	margin: 0;
	padding: 0;
	font: 1em "Lucida Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #FFF;
	background: #555 url(Images/background.gif) repeat top left;
}
#Wrapper {
	margin: 0px auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #FFF;
	color: inherit;
	width: 775px;
	text-align: left;
}
#BannerAdvert {
	background: #666 url(Images/bg_top_1.gif) no-repeat top left;
	color: inherit;
	height: 68px;
}
#BannerAdvert .Banner {
	margin-right: 35px;
	float: right;
	margin-top: 2px;
}
#CompanyName {
	clear: both;
	background: #666 url(Images/bg_top_2.gif) repeat top left;
	color: inherit;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
#CompanyName h1 {
	margin: 0px 30px;
	line-height: 115px;
	white-space: nowrap;
	font-size: 4.5em;
	text-transform: capitalize;
/*	color: #FFF;*/
}
#AddressBar {
	clear: both;
	background-color: #666;
	color: #000;
	border-bottom: 2px solid #000;
	text-align: right;
}
#AddressBar h3 {
	margin: 0px 30px;
	line-height: 25px;
	white-space: nowrap;
	font-size: 0.8em;
	text-transform: capitalize;
}
#ActionBar {
	width: 775px;
	height: 25px;
	background: url(Images/bg_top_3.gif) repeat top left;
	margin: 0px;
	padding: 0px;
}
#ActionBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ActionBar li {
	float: left;
	width: 110px;
	text-transform: capitalize;
	line-height: 25px;
}
#ActionBar li a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
	color: #F93;
	line-height: 25px;
	text-align: center;
}
#ActionBar li a:hover {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	background-color: #F93;
	color: #FFF;
	line-height: 25px;
	text-align: center;
}
#Content {
	clear: both;
	width: 775px;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #000;
	background-color: #FFF;
	color: #000;
}
#Content h1 {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 4px dashed #999;
	font-weight: normal;
	padding: 6px;
	background-color: inherit;
	color: #F93;
	text-transform: capitalize;
	display: block;
}
#Content h2 {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-weight: normal;
	background-color: inherit;
	color: #F93;
	text-transform: capitalize;
}
#Content p {
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}
#Footer {
	clear: both;
	position: relative;
	margin: 0px;
	border-bottom: 2px solid #000;
	background-color: #FFF;
	color: #F93;
	width: 775px;
}
#Footer p {
	margin: 0px 30px 6px 30px;
	padding-top: 6px;
	border-top: 4px dashed #999;
}
.leftmainimg {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.rightmaintext {
	float: right;
}
#RoomContainer {
	position: relative;
	background-color: #FFF;
	color: inherit;
	margin: 0px 30px 10px 30px;
}
#ClearRoom {
	clear: both;
}
.leftroomimg {
	float: left;
	padding: 0px 30px 10px 0px;
}
.leftroomtext {
}
.rightroomimg {
	float: right;
	padding: 0px 0px 10px 30px;
}
.rightroomtext {
	float: left;
}
.RatesTable {
	border: 1px solid #000;
	background-color: inherit;
	color: #FFF;
	padding: 0px;
	width: 475px;
	height: 317px;
}
#verticalForm fieldset
{
	display: block;
	text-transform: capitalize;
	background-color: #FFF;
	color: #F93;
	width: 17em;
	margin: 0px 30px;
	padding: 0 1em 1em 1em;
}

#verticalForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#verticalForm fieldset.radio label
{
	text-transform: capitalize;
	font-weight: normal;
}

#verticalForm input
{
	display: block;
	width: 15em;
}

#verticalForm textarea
{
	display: block;
	width: 15em;
}

#verticalForm label
{
	display: block;
	text-transform: capitalize;
	margin-bottom: 1em;
	font-weight: bold;
}

#verticalForm label.first
{
	text-transform: capitalize;
	padding-top: 1em;
}

#verticalForm select
{
	display: block;
	text-transform: capitalize;
}

#horizontalForm fieldset
{
	display: block;
	text-transform: capitalize;
	margin: 0 30px 3em 30px;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset2
{
	display: block;
	
	margin: 0 30px 3em 30px;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset legend
{
	text-transform: capitalize;
	background-color: #FFF;
	color: #F93;
}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
	text-transform: capitalize;
}

#horizontalForm input
{
	display: block;
	width: 15em;
}

#horizontalForm textarea
{
	display: block;
	width: 34em;
}

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	text-transform: capitalize;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}
