/* CSS Document */

/* PAGE FORMATTING */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #451f00;
	text-align: center;
}

div#container
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 695px;
}

div#content
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 695px;
	background-color: #FFFFFF;
	border: solid #582700;
	border-width: 1px;
}

#nav
{
	text-align: center;
}


/* IMAGES */

img
{
	behavior: url(lib/pngbehavior.htc);
	border: none;
}


/* TEXT FORMATTING */
#text
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #281400;
	text-align: center;
}

.text
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #281400;
}

.headline
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #780032;
	font-weight: bold;
}


#formText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #281400;
}

#listTitle
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #780032;
}

#listText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #281400;
}

a.link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #780032;
	padding: 2px;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

a.link:hover
{
	color: #FFFFFF;
	background-color: #780032;
	border: 1px solid #780032;
}

#formText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
}

#footerText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888888;
	text-align: center;
}

/* LIST FORMATTING */

#amenitiesList
{
	margin-left: 5px;
	padding-left: 0;
	list-style: none;
}

#amenitiesList li
{	
	padding-left: 11px;
	background-image: url(../images/gfx_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;	
}
.samplephotog {
	margin-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #281400;
}