body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #081034;
	background-image: url(images/outer_bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	background-color:#D7DEED;
}

.main {
	width: 745px;
}

.center {
	background-color: #FFFFFF;
	background-image:url(images/bg_middle.jpg);
	background-repeat:repeat-y;
	background-position:top;
	padding: 10px;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFB940;
	margin-left: 15px;
	text-align: left;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #56004E;
	font-size: 15px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
}

.nav {
	width: 745px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position:right;
	height:33px;
	
}

.logo {
	margin-bottom: 10px;
	margin-right:13px;
}

/*About Page*/
.about {
	text-align: justify;
	padding: 15px;
}

/*Contact Page*/
.textfield {
	width: 200px;
	position: relative;
  	left: -2px;
  	top: -2px;
  	background: #D7DEED;
	border: 1px solid #081034;
}

.contactinfo {
	text-align:left; 
	line-height:22px;
	padding-top: 15px;
}

.required {
	font-size: 10px;
	font-style: italic;
}

/*Reserve Page*/
.adtop {
	font-size: 11px; 
	padding-left: 10px; 
	font-style: italic;
	text-align: left;
}

/*Copyright*/
.copy {
	font-size: 9px;
	text-decoration:none;
	color: #081034;
}

.copy a {
	color: #081034;
	text-decoration: none;
}

.copy a:hover {
	color: #FAB53A;
}