@charset "UTF-8";

@import url("navigation.css");

*{
	margin:0;
	padding:0;
	border: 0;
}

body
{
	margin: 0; 
	padding: 0;
	text-align: center;
	margin-top: 15px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(/images/layout/denim.jpg);	
	background-color: white;
}

#Content
{
	width:768px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-position: top left;
	background-repeat: repeat;
}

#Header
{
	float: left;
	width:768px;
	height:163px;
}

.H1Text
{
	float: left;
	width: 750px;
	margin-left: 20px;
	text-align: left;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	margin-top: 10px;
	margin-bottom: 15px;
}

#MainContent
{
	float: left;
	width: 768px;
	background-image: url(/images/layout/content-back.jpg);
	background-position: top left;
	background-repeat: repeat;	
}

#LeftColumn
{
	float: left;
	width: 500px;
	margin-left: 25px;
	margin-top: 15px;
	text-align: left;
}

#LeftColumn img
{
	float: left;
    margin-left: 2px;
    margin-right: 2px;
}

#RightColumn
{
	float: right;
	width: 170px;
	margin-right: 15px;
	margin-top: 15px;
}

#Footer
{
	float: left;
	width: 768px;
	height: 13px;
	background: url(/images/layout/footer.jpg);
	background-position: top left;
	background-repeat: repeat;
}

#FooterText
{
	float: left;
	width: 768px;
	margin: auto, 0;
	font-family: Gerogia, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:12px;
	color: white;
	text-align: center;
	padding-top: 8px;
}

#FooterText a
{
	color: white;
	padding-left: 18px;
}

.HotelIcons
{
	color: white;
	background: black;
	width: 13px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}