@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/background.jpg);
	background-color: #4E4E56;
}
body,td,th {
	color: #FFC;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#nav {
	width: auto;
	padding-top: 15px;
}

#center_box {
	margin-right: auto;
	margin-left: auto;
	height: 684px;
	width: 640px;
	border: medium solid #D6624A;
}
#center_box_features {
	margin-right: auto;
	margin-left: auto;
	height: 525px;
	width: 500px;
	margin-top: auto;
	margin-bottom: auto;
}
#second_box {
	width: 640px;
	border: medium solid #D7634A;
}


#center_box_location {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	width: 648px;
	line-height: 40px;
}

#center_box_updates {
	margin-right: auto;
	margin-left: auto;
	height: 684px;
	width: 640px;
}

#center_box_contact {
	margin-right: auto;
	margin-left: auto;
	height: 684px;
	width: 640px;
	line-height: 15px;
}
#center_box_register {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 500px;
}
#center_box_suites {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 500px;
}


.header {
	padding-top: 15px;
}


.footer {
	color: #FFFFC6;
	text-align: center;
}

.container {
	width: 960px;
	margin: 0 auto;
}


.content {
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
