*  {
  padding: 0;
  margin: 0;
  }
  
 * table {
    padding: 0;
    margin: 0;
	}

body {
	font: 11pt "Trebuchet MS", Verdana;
	background: #000000;
	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:#FFC726;
	background-image:url(../img/background1.jpg);
	background-repeat:repeat;
}
p	{
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Verdana;
}

#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {

}
#top	{
	background-image: url(../img/top.jpg);
	height: 410px;
	width: 850px;
	float: none;
	margin: 0px;
	padding: 0px;
}
#top1	{
	height: 357px;
	width: 766px;
	position:absolute;
	margin-top: 30px;
	margin-left: 40px;
}
#top2	{
	height: 45px;
	width: 766px;
	position:absolute;
	margin-top: 387px;
	margin-left: 40px;
}
#middle	{
	background-image: url(../img/background.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	float: left;
	width: 850px;
}
#middle1	{
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
}
#bottom	{
	padding: 0px;
	margin: 0px;
	float: none;
}

a:link{
	color: #b74f2a;
	text-decoration: none;
	
}
a:visited{
	color: #b74f2a;
	text-decoration: none;
}
a:hover{
	color: #000000;
	background-color: #ffc726;
	text-decoration: none;

}

a.event2:link{
	color: black;
	text-decoration: none;
	background-color: #ff0000;
}
a.event2:visited{
	color: black;
	text-decoration: none;
	background-color: #ff0000;
}
a.event2:hover{
	color: #000000;
	background-color: #ffc726;
	text-decoration: none;

}

a.ff:link{
	color: #fff;
	text-decoration: none;
}
a.ff:visited{
	color: #fff;
	text-decoration: none;

}
a.ff:hover{
	color: #CC3300;
	text-decoration: none;

}
label.review_label	{
	font-size:12px;
	color: #691c19;
}


div.review_field	{
	background-image:url(img/review_field.jpg); 
	width:497px; 
	height:226px;
	color: #691c19;
	font-size: 12px;
}
#menu	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #412d00;
	
	}
	
.menu h1 {
	font-family:"Trebuchet MS", Verdana;
	font-size: 16pt;
}
.menu h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #412d00;
	font-size: 14pt;
}
	
/* form start here*/
#contactform {
	margin: 0 0 0 40px;
	width: 430px;
	padding: 5px 0 0 0;
}
#contactform * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li {
	margin: 0 0 5px 0;
	padding: 6px;
}
#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label {
	margin: 0;
	width: 100%;
	display: block;
	padding: 10px 10px 2px 0;
}

#contactform p {
	margin:0 0 15px 0;
}
#contactform input.text {
	width: 265px;
	border-bottom: 1px dotted #999999;
	padding: 2px;
	margin: 0;
}

#contactform input.radio {
	width: 20px;
	margin: 5px 10px 2px 0;
	padding:0;
}
#contactform textarea {
	width: 265px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	height: 80px;
}
#contactform li.buttons input {
	padding: 4px;
	float: right;
	margin: 0 0 0 5px;
	width: auto;
}

#change {
	width: 28px;
	position: absolute;
	left: -68px;
	top: -3px;
	text-align:right;
	height: 91px;
	background-color: #000000;
	z-index: 99;
}

#iframe {
	width:97%;
	padding:0;
	margin:0;
	}