@charset "UTF-8";
body  {
	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: #C4A266;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-image: url(images/texture.jpg);
	background-repeat: repeat-x;
	background-color: #271713;
	margin: 0px;
}

.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

img {
	border: none;
}

#flash {
	text-align: left;
	width: 785px;
	background-color: #271713;
}

#logo {
	padding-left: 315px;
}

#form {
	padding: 20px;
	text-align: left;
	background-color: #271713;
	min-height: 430px;
} 
 

.twoColFixLtHdr #header {
	height: 120px;
} 
.twoColFixLtHdr #reservations {
	padding-right: 10px;
	padding-top: 60px;
	padding-bottom: 10px;
	float: right;
}
a {
	font-family: "Times New Roman", Times, serif;
	color: #C4A266;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #F9DDAD;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #F9DDAD;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #C4A266;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	color: #C4A266;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	height: 475px;
	text-align: right;
	padding-right: 20px;
	line-height: 9pt;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	
}

#wrap {
	background-color: #C4A266;
	width: 785px;
	min-height: 430px;
	padding: 5px;
}
 
.twoColFixLtHdr #footer {
	padding-bottom: 25px;
} 

p {

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
