/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
	margin-top:0px;
	background: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Times New Roman, Helvetica;
	font-size: 14px;
	line-height:130%;
	text-align:center;
	}
a {
	color:#660033;
	font-weight:800;
	}
a:hover {
	color:#33462A;
	text-decoration:none;
	font-weight:800;
	}
img {
	border:0px;
	}
ul {
	margin-top:0px;
	}
h1 {
	margin-bottom:3px;
	color:#660033;
	font-size:24px;
	font-weight:800;
	letter-spacing:2px;
	font-variant:small-caps;
	}
h3 {
	margin-bottom:0px;
	margin-bottom:0px;
	color:#395131;
	font-size:16px;
	font-weight:800;
	}
hr {
	width:90%;
	color:#670133;
	text-align:center;
	height:2px;
	}
/*****************************************
  FRAMEWORK
*****************************************/
#container {
	width:785px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	}
/*****************************************
  HEADER
*****************************************/
#header {
	background: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	height:136px;
	overflow:hidden;
	}
	#top_links {
		float:right;
		margin-right:10px;
		margin-top:4px;
		}
	#top_links a {
	font-size:16px;
	font-weight:800;
	text-decoration: none;
	color:#D0CF9F;
	}
	#top_links a:hover {
	Color:#FFFFFF;
	text-decoration: underline;
	}
	.bullet{width:11px; height:12px; margin-right:8px; margin-left:8px;}
/*****************************************
  BODY
*****************************************/
#content_index {
	width:641px;
	float:left;
	background-color:#CCCC99;
	}
#content {
	width:641px;
	padding-bottom:10px;
	float:left;
	background-color:#CCCC99;
	}
/*****************************************
  NAVIGATION
*****************************************/
#nav {
	float:left;
	width:141px;
	background-color:#660033;
	}
/*****************************************
  FOOTER
*****************************************/
#footer {
	background-color:#660033;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	}
	#footer a {
		font-size:11px;
		color:#D0CF9F;
		}
	#footer a:hover {
		color:#FFFFFF;
		}
#bottom {
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
	padding:5px;
	width:690px;
	text-align:center;
	}
/*****************************************
  INDEX PAGE
*****************************************/
#specials {
	height:75px;
	line-height:300%;
	padding-left:20px;
	margin-top:7px;
	/*border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background: url(images/l_specials.gif);
	background-repeat: no-repeat;
	background-position: center left;*/
	background-color:#CCCC99;
	}
	#specials a {
	font-size:36px;
	font-family:Myriad Pro;
	font-weight:800;
	font-style: italic;
	text-decoration: underline;
	color:#D0CF9F;
	}
	#specials a:hover {
	Color:#FFFFFF;
	text-decoration: underline;
	}

/*****************************************
  MISC
*****************************************/
#room_features {
	background: url(images/bg_features.jpg);
	background-repeat: no-repeat;
	width:300px;
	height:279px;
	}
.clear{height:.1px; clear:both;}
