/* edited by Scott Marlow, http://www.marketingbymarlow.com, 206-784-5454
November 2011

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;
}
#mycustomscroll li {
	color: #562e18;
	font-size: 11px;
	margin-left: 20px
}
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;
}
table.special {
	margin-top: 10px;
	width: 460px
}
th {
	color: #562e18;
	;
	font-size: 11px
}
.special td+td {
	text-align: center
}
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 {
	font-family: 'Trebuchet MS', sans-serif;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 240px
}
#subnavigation li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase
}
#subnavigation a, #subnavigation a:visited {
	color: #ba9765;
	padding: 2px 4px;
	text-decoration: none
}
#subnavigation a:hover, #subnavigation a.select {
	color: #fff;
	text-decoration: 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 {
	font-family: 'Trebuchet MS', sans-serif;
	height: 20px;
	line-height: 20px;
	background-color: #562e18;
	background-image:url(../images/navigation-bg.gif);
	padding-left: 60px;
}
#navigation li {
	display:inline;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	list-style-type: none;
	margin-right: 30px;
	text-transform: uppercase
}
#navigation a, #navigation a:visited {
	color: #E7D8AC;
	text-decoration: none
}
#navigation a:hover {
	color: #f8f4e4
}
#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 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	float: right;
	letter-spacing: .06em;
	margin: 10px 20px 5px 0
}
#print a {
	color: #562e18;
	text-decoration: none
}
#print a:hover {
	text-decoration: underline
}
#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 {
	border: 4px double #562e18;
	font-family: 'Trebuchet MS', sans-serif;
	margin-left: 60px;
	padding: 0 10px;
	width: 160px
}
#bug h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 6px 0 4px 0;
	text-align: center
}
#bug p {
	font-size: 12px;
	text-align: center
}
#bug a {
	display: block;
	text-decoration: none
}
#bug a:hover {
	text-decoration: underline
}
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
}

