body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*background-color: #ff9933;*/
	/*background-color: #cd6839;*/
	background-color: #CC6633;
	background-image:url(../images/background.jpg);
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#Wrapper{
	margin: 0 auto;
	width: 801px;
}

#Banner{
	background-color: #CC6633;
	height: 110px;
	width: 801px;
}
#Banner h1{
	text-align: center;
	color:#E5DBCF;
	vertical-align: middle;
}

.movie {
	width: 100%;
	height: 100%;
}
div.movie {
	width: 759px;
	height: 300px;
	text-align: center;
	border: 1px solid #CC6633;
	margin: 10px auto;
}

#Content{
	width: 779px;
	background-color: #FFFFEC;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
	padding: 10px;
	font-size: 14px;
}
#Content table{
	width: 759px;
	vertical-align: top;
}
#Content table tr{
	vertical-align: top;
}
#Content table th{
	height: 27px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
#Content table td{
	vertical-align: top;
}
#Content table td h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	vertical-align: top;
	font-weight: bold;
	color: #CC6600;
}
.left_copy {
	float: left;
	width: 380px;
}
.right_copy {
	float: right;
	width: 380px;
}
#Testimonial {
	width: 350px;
	text-align: left;
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
}

#Footer{
	height: 34px;
	width: 801px;
	text-align: center;
	font-size: small;
	color: #FFFFEC;
}
