/* edited by Scott Marlow, http://www.marketingbymarlow.com, 206-784-5454
May 2010

COLORS
Dk Brown: 		#562e18
Med Brown:		#ba9765
Off-white: 	#f8f4e4

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #562e18;
	font-family: "Times New Roman", Times, serif
}
h1 {
}
h2 {
	text-align: center;
	color: #562e18;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	clear: both;
	text-transform: uppercase
}
h3 {
	text-align: left;
	color: #562e18;
	font-size: 11px;
	line-height: 16px;
	margin-top: 15px;
	clear: both;
}
p {
	text-align: left;
	color: #562e18;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 8px;
}
p a {
	color: #562e18;
	text-decoration: underline;
}
p a:hover {
	color: #562e18;
	border-bottom: none;
	text-decoration: none;
}
table {
	margin-right: 25px;
	margin-bottom: 8px;
	float: right;
}
.alignleft {
	float: left;
}
td {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: #562e18;
	font-size: 11px;
}
#utility {
	position: absolute; top:50px; right: 0; 
	width: 40px
}
#container {
	width: 950px;
	height: 603px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color:#f8f4e4;
	background-image:url(../images/bg-truce.gif);
}
#left {
	width: 305px;
	height: 364px;
	margin-top: 57px;
	float: left;
	background-color: #754b1a;
}
#subnavigation {
	text-align: center;
	margin-top: 30px;
}
#subnavigation li {
	display: inline;
	list-style-type: none;
}
#right {
	width: 530px;
	height: 363px;
	margin-top: 57px;
	float: left;
	background-color:#f8f4e4;
	border-top: 1px solid #ba9765;
	border-right: 1px solid #ba9765;
}
#navigation {
	height: 20px;
	background-color: #562e18;
	background-image:url(../images/navigation-bg.gif);
	padding-left: 60px;
}
#navigation li {
	display:inline;
	list-style-type: none;
	margin-right: 30px;
}
#movie {
	width: 530px;
	height: 342px;
	background-image:url(../images/movie-bg.jpg);
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
			width: 495px;
	height: 305px;
	overflow: auto;
	padding: 0 15px 0 15px;
	/* IE overflow fix, position must be relative or absolute*/
			position: relative;
	background-color: #f8f4e4;
	margin-top: 15px;
	clear: both;
}
#print {
	float: right;
	margin: 10px 25px 5px 0;
}
#specials {
	padding: 0 0 0 20px;
	margin: 4px 0 8px 0;
}
#specials li {
	text-align: left;
	color: #562e18;
	font-size: 11px;
	line-height: 16px;
}
#email {
	width: 950px;
}
#email p {
	margin-top: 6px;
	margin-left: 610px;
}
.clear {
	clear: both;
}
#bug {
	padding-left: 60px;
}
div#footer2 {
	background-color: #562e18;
	color: #ba9765;
	margin: 6px auto;
	width: 480px
}
#footer2 input {
	background-color: #ba9765;
	float: left;
	margin-left: 4px
}
#footer2 p {
	color:#ba9765;
	float: left;
	font-size:12px
}
