* {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	outline:none;
	}
body {
	margin:0px;
	text-align:center;
	background-color:#c1a880;
	background-image:url(../images/background.jpg);
	}
img, td { /* ie6 png fix */
	behavior: url("../iepngfix.htc")
	}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#642206;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#642206;
	}
p, td, li, textarea {
	font-size:14px;
	}
a {
	color:#642206;
	}
a:hover, .wd a:hover {
	color:red;
	}
.iH {
	display:none;
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header {
	width:960px; height:321px;
	position:relative;
	margin:0 auto;
	font-size:0;
	}
#headerPic {
	position:relative;
	z-index:1;
	}
#headerFlash {
	position:absolute;
	left:478px; top:69px;
	z-index:2;
	}

/* ========================== */
/* ========== Menu ========== */
/* ========================== */

#menu a {
	width:257px; height:25px;
	display:block;
	padding:1px 1px 1px 13px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#612106;
	text-decoration:none;
	}
#menu .special {
	width:257px; height:25px;
	display:block;
	padding:1px 1px 1px 13px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	color:#612106;
	text-decoration:none;
	}
#menu a:hover {
	background-image:url(../images/menu.gif);
	border:1px solid #ba946a;
	padding: 0 0 0 12px;
	}
#menu a.sub {
	width:234px;
	color:black;
	padding-left:36px;
	margin:0;
	font-size:14px;
	font-weight:normal;
	}
#menu a.sub:hover {
	padding: 0 0 0 35px;
	}

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#contentContainer {
	width:967px;
	position:relative;
	margin:18px auto 10px auto;
	}
.container_left {
	background-image:url(../images/shadow_left.png);
	width:7px; height:8px
	}
.container_right {
	background-image:url(../images/shadow_right.png)
	}
.container_bottom {
	background-image:url(../images/shadow_bottom.png);
	width:953px; height:8px
	}
.container_bottomRight {
	background-image:url(../images/shadow_bottomRight.png);
	width:7px; height:8px
	}
#contentDiv {
	width:825px;
	padding:40px 75px 0 60px;
	margin:0 auto;
	text-align:left;
   background-color:#fae9b5;
	background-image:url(../images/paper.jpg);
	}
#mainContent {
	padding-left:31px;
	width:522px;
	}
.contact {
	margin:0 auto;
	padding:52px 0 0 19px;
	width:377px; height:272px;
	background-image:url(../images/contact.jpg);
	}
.specialsTable th {
	border:1px solid #ba946a;
	padding:3px;
	font-weight:bold;
	text-align:left;
	}
.specialsTable td {
	border:1px solid #ba946a;
	padding:3px;
	}
.specialsTable td span {
	text-decoration:underline;
	}
hr {
	height:2px;
	font-size:0;
	color:#642206;
	background-color:#ba946a;
	border:none;
	}

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

#footer {
	width:960px; height:96px;
   background-color:#fae9b5;
	background-image:url(../images/footer.jpg);
	position:relative;
	}
.copyright, .wd, .wd a {
	font-size:11px;
	color:#5e2006;
	}
.copyright {
	float:left;
	margin:76px 0 0 38px;
	}
.wd {
	float:right;
	margin:76px 46px 0 0;
	}

