@charset "utf-8";

a {
    color: #e1cb67;
    text-decoration: none;
    padding:0;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFF;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F1E5B3;
}
#header {
	background: #DDDDDD;
	padding: 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	clear: both;
}
#navbar {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: -1px;
}
#mainContent {
	padding: 0;
	background-color: #F1E5B3;
	display: block;
	float: left;
	width: 900px;
}
#mainContent p b a {
	color: #333367;
}
#mainContent p a {
	color: #333367;
}


#ratefloat1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	float: left;
	width: 300px;
	height: auto;
	position: relative;
	top: -15px;
	font-size: 14px;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#ratefloat2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	float: left;
	width: 300px;
	height: auto;
	position: relative;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#ratefloat3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	float: left;
	width: 300px;
	height: auto;
	position: relative;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#mapfloat {
	float: left;
	width: 600px;
	position: relative;
	top: -15px;
	text-align: center;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333367;
	letter-spacing: -0.03em;
}
.gallery li {
	display: inline;
	list-style: none;
	ma-height: 100px;
	float: left;
	text-align: center;
	background-color: #F1E5B3;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}

#footer {
	background-color: #333367;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	color: #e1cb67;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#footer p {
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
.social {
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #e1cb67;
	text-align: center;
	padding: 0px;
}
.footinfo {
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #e1cb67;
	text-align: center;
	padding: 0px;
}

