body {
	text-align: center;
	min-width: 740px;
	margin:0;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	background-color: #FFFFFF;
	border-left: solid #333300 6px;
	border-right: solid #333300 6px;
	width: 740px;
}

.shambala {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


.norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #493C2C;
}
.normBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #493C2C;
}

.pageHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #512800;
}


.pageSubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #512800;
}

.branded {
	font-family: "tempus Sans ITC";
	font-size: 16px;
	font-weight: bold;
	color: #57482B;
	font-style: normal;
}

.normBoldRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.normItalicRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	font-style: italic;

}
.fields {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #493C2C;
}
.smallItalicRed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	font-style: italic;
}
.smallItalic {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #493C2C;
	font-style: italic;
}
.small {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #493C2C;
	font-style: normal;
}


.nightlyRates {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #006600;
}

a:hover {
	font-weight: bold;
	color: #432A05;
	text-decoration: none;
}

a:visited {

	font-weight: bold;
	color: #284474;
	text-decoration: underline;
}

a:link {
	font-weight: bold;
	color: #2E4A7A;
	text-decoration: underline;
}

.button	{
	padding-left:7px;
}

#side_content {
	width:148px;
	float:left;
}

#main_content {
	width:560px;
	float:left;
	padding-left:10px;	
}

.picture_box {
	padding:10px;
	padding-left:15px;
}