body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #444041;
	background-image:url(images/bg.jpg);
}


.wrapper {
	width: 998px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	background: url(images/mainbg.jpg) repeat-x;
}

#home .video {
	background-image:url(images/home_video.jpg);
	width:324px;
	height:179px;
	text-align:center;
}

.topwrapper {
}

#top {
	margin: 0 auto;
	width:960px;
	height:px;
}

#top .logo {
	float: left;
	width: 461px;
}

#top #rightlogo {
	float:right;
	width:499px;
}


#home .logo {
	width: 493px;
}

#home #rightlogo {
	width:467px;
}

#home .video {
	background-image:url(images/home_bottom.jpg);
	width:960px;
	height:272px;
}

#home .videopadding {
	padding-left:655px;
	padding-top:50px;
}
	
#main {
		width:960px;

}

.centerwrapper {
	background-color: #FFFFFF;
	border-top: 5px solid #7f0f0e;
	border-bottom: 5px solid #7f0f0e;
	width:960px;
	clear:both;
}

.center {
	padding: 20px;
	text-align: left;
	margin: 0 auto;
}

.center td {
	padding: 4px;
}

.center .padding {
	padding: 4px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #AB2128;
	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;
}

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

/*Contact Page*/
.textfield, .textarea {
	width: 250px;
	height: 25px;
  	background: #FFFFFF;
	border: 1px solid #000000;
}

.textarea {
	height: 150px;
}

.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;
}

.footerwrap {
	background: url(images/bottombg.jpg) repeat-x top;
}

#footer {
}

.blueback {
	background-color:none;
	border-bottom:2px solid #d2232a;
}
/*Copyright*/
.copy {
	font-size: 9px;
	text-decoration:none;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
}

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

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