html {
	font-size: 125%;
}

a:link {color: #003300;}     /* unvisited link */
a:visited {color: #003300;}  /* visited link */
a:hover {color: #003300;}   /* mouse over link */
a:active {color: #003300;}   /* selected link */

body {
	font: 50% Arial, Helvetica, sans-serif;
	background: #b2b2b2 url(/images/bkg.gif) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	font-size: 1.2em;
	text-align: left;
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF url(/images/white_bkg.gif) repeat-y;
}
.leftcol {
	float: left;
	width: 175px;
	padding-top: 24px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.address {
	height: 48px;
	width: 124px;
	font-size: .9em;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 26px;
	text-align: left;
}
.clear {
	clear: both;
}
.rightcol {
	float: left;
	width: 625px;
	padding-top: 93px;
}
.mainphoto {
	border-top: 1px solid #11320d;
	border-bottom: 1px solid #11320d;
}
.floatholder {
	width: 800px;
}
.newsbox {
	width: 576px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: .9em;
}
.newshead {
	background: #dadada;
	height: 23px;
	width: 576px;
	margin-bottom: 12px;
}
.footer {
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subcontent {
	font-size: 1.1em;
	width: 550px;
	margin-left: 25px;
	padding-top: 25px;
	border-top: 1px solid #000000;
}
h1 {
	font-size: 1.8em;
	color: #003300;
}
.subcontent p {
	margin-right: 25px;
}
.menus {
	padding: 15px;
	width: 200px;
	font-size: 1.3em;
	font-weight: bold;
	color: #003300;
	float: left;
}

.menus_sub {
	padding: 15px;
	width: 200px;
	font-size: 1.3em;
	font-weight: bold;
	color: #003300;
	float: left;
	height: 262px;
}
.floatright {
	float: right;
	margin: 12px;
}
.menus a {
	color: #003300;
	text-decoration: underline;
}

.menus_sub a {
	color: #003300;
	text-decoration: underline;
}
.floatleft {
	float: left;
	margin-right: 5px;
}
h2 {
	font-size: 1.4em;
	font-style: italic;
	color: #003300;
}

.rmtxt {text-align: center;
		width: 300px;
		float: left;
		}
		
.roomphotos {text-align: center;
		width: 250px;
		float: left;
		}

.boldtext
 {
	
	font-weight: bold;
	
}