@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	padding:0;
	height: 100%;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	line-height: 22px;
	font-size: 14px;
	min-height: 100%;
	background: #ebe9e9 url(images/bg.jpg);
	}
	
p {
padding-right:25px;
padding-left:25px;
}	
	
#container {
	margin: 0px auto;
	width: 940px;
	height: 100%;
	display: block;
	min-height: 100%;
	height: auto;
}


#lcolumn {
float:left;
width:38px;

background: url(images/leftbg.jpg);
}

#left {
float:left;
width:38px;



}


#middle {
float:left;
width:864px;

}


#rcolumn {
float:left;
width:38px;

background: url(images/rightbg.jpg);
}

#right {
float:left;
width:38px;



}

#header1 {

width:864px;
height:108px;
background: url(images/headerbg.jpg);

}

#lcorner {

width:38px;
height:31px;
background: url(images/lcorner.jpg);
}

#rcorner {

width:38px;
height:31px;
background: url(images/rcorner.jpg);
}

#menuleft {
float:left;
width:261px;
height:27px;
background: url(images/menuleftbg.jpg);
}

#menu {
float:left;
width:603px;
height:27px;
background: url(images/menubg.jpg);
}

a.menulink {
text-decoration:none;
color:#ccebf0;
font-size:17px;
padding-right:25px;
}

a.menulink:hover {
color:#ffffff;
}

#content {


}


a {
color:#3a819e

}

#middle {
background:#ffffff;

}

.specialtext {
color:#2f8dab;
font-size:17px;

}

.specialtext a {
color:##2f8dab;
font-size:16px;

}

#leftframe {
float:left;
width:259px;
background:#ffffff;
}


#main {
float:left;
width:605px;

}

.subtitle, .subtitle a {
font-size:25px;
color:#eb8a31;
}

.subtitle2, .subtitle2 a {
font-size:20px;
color:#eb8a31;
}

#footer {
height:117px;
width:940px;
background:url(images/footerbg.jpg);
text-align:center;
color:#ffffff;
}

a.footerlink
{
color:#ffffff; text-decoration:none
}

a.footerlink:visited
{
color:#ffffff; text-decoration:none
}

.amenities, .amenities ul {	/* remove all list stylings */
	margin: 0 0 15px 15px;
	padding: 0;
	border: 0;
	list-style-type: none;
	font-style:italic;
}


.small {font-size: 11px; line-height: 13px; font-style: italic;}

