body {
	background-image:url(images/background.jpg);
	color: #4d4b4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #e5e2db;
	background-repeat: repeat-x;
}
* {margin: 0px;padding: 0px;}
.clear{
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 774px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width: 774px;
	height:344px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#header a {
	decoration: none;
	border: 0;
	margin: 0;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 774px;
	height:344px;
}
#menubar {
	margin: 0px;
	background-image: url(images/menubarbg.gif);
	background-repeat: repeat-x;
	width: 774px;
	height: 28px;
	text-align: center;
	padding: 13px 0px 0px;
	position:relative;
}
#menubar .entry .child{
	border-right: 1px solid #ABA690;
}
#menubar .entry .childSelected{
	border-right: 1px solid #ABA690;
	color:#900000 !important;
}
#menubar .entry .lastchild{
	border-right: 0px none #ABA690 !important;
}
#menubar .entry .lastchildSelected{
	border-right: 0px none #ABA690 !important;
	color:#900000 !important;
}
#menubar .entry a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4d4b4a;
	text-decoration: none;
	padding: 3px 10px 3px 6px;
	border-right: 1px solid #ABA690;
}
#menubar .entry a:hover{
	color:#000000;
}


/********************** Content ***************************/

#content {
	background-color: #7b6b5c;
	width:774px;
	display:block;
	
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px 23px 6px 28px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #bbb6a0;
}

/******************** Announcement ************************/

#announcement {
	background-color: #7b6b5c;
	width:774px;
	display:block;
	
}
#announcement h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 23px 6px 28px;
	padding: 20px 0px 20px 0px;
	/*border-bottom: 1px solid #bbb6a0; */
}

/********************** Content - left ***************************/

#left {
	background-color: #ddd8c6;
	border: 1px solid #c2bdaa;
	width:550px;
	margin: 0px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
.text{
	float:left;
	width:422px;
}
.text table {
	border: 0;
	color: #000000  !important;
}
.text table tr td {
	padding: 5px;
}
.text table tr td, .text table tr th {
	text-align: center;
}
.text table tr.even td, .text table tr.even th {
	background-color: #C3BEAD;
}
.text table tr.odd td, .text table tr.odd th {
	background-color: #D4CEBC;
}
.text ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 50px;
	padding-bottom: 10px;
}
.text ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 50px !important;
	margin-left: 25px !important;
	padding-bottom: 10px;
}
.text li {
	margin-top: 7px;
}
#left h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #4d4b4a;
	text-decoration: underline;
	margin: 20px 0px 10px 23px;
}
#left h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #961412;
	margin: 20px 10px 0px 23px;
}
.text h3 .dateInterval {
	font-size: 11px;
	font-weight: normal;
}
.text h3 .special-price {
	color: #49542E;
	background-color: #FDF8E6;
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.text h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #961412;
	text-decoration: none;
	margin: 15px 0px 10px 23px;
}
#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	color: #3C3A39;
	margin: 0px 0px 7px 23px;
	line-height: 19px;
}
#left p strong {
	font-weight:bold !important;
}
#left p.large,
#left p.large a {
	font-size: 14px;
	font-weight:bold;
	color: #3C3A39;
	line-height: 21px;
}
#left p.specials,
#left p.specials a {
	font-size: 12px;
	font-weight:bold;
	color: #3C3A39;
	line-height: 19px;
}
#left p.smallprint,
#left p.smallprint a {
	font-size: 11px;
	font-weight:normal;
	color: #3C3A39;
	line-height: 15px;
}
p.spaceBefore {
	padding-top: 15px;
}
.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #9d4b4a !important;
	margin: 12px 36px 0px 48px !important;
	line-height: 19px;
	font-style: italic;
}
.tableComment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	font-weight:lighter;
	color: #9C5758 !important;
	line-height: 19px;
	font-style: italic;
}
#left table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #4d4b4a;
	margin: 12px 0px 0px 23px;
	line-height: 19px;
}
#left a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; color: #4d4b4a;
}
#left a:hover {
	color:#000000;
}
.photos {
	float:right;
}
.photos img {
	display:block;
}
.illustrationsLeft {
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.illustrationsLeft img {
	display:block;
}
.illustrationsRight {
	float:right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.illustrationsRight img {
	display:block;
}


/********************** Content - right ***************************/

#right {
	float:right;
	width:156px;
	background-color:#dad9cf;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	display:inline;
	border: 1px solid #c2bdaa;
}
#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #2c2c2c;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#c2bdaa;
	width:156px;
	text-align:center;
	padding: 3px 0px 3px 0px;
}
#right p {
	padding: 0px 9px 10px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4b4a;
}
#right p.intro {
	padding: 10px 9px 10px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4d4b4a;
}
#right p img {
	padding: 10px 4px 0px;
}
#right p.spaceBefore {
	padding-top: 15px;
}
#right .tighter {
	padding-top: 0px;
	padding-bottom: 0px;
}
#right .condensed {
	line-height: 1.0em;
}

#right a {
	padding: 8px 9px 5px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	font-weight:bolder;
	display:block;
}
#right a:hover{
	color:#000000;
}
#right span a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #605c4c;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#c2bdaa;
	width:138px;
	text-align:center;
	padding: 3px 0px 3px 5px;
	margin: 5px 6px 0px 6px;
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #bbb6a0;
	width: 774px;
	height:22px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #4d4b4a;
}
#footer a:hover {
	color:#000000;
}
#flashcontent {
	text-align:center;
}
#right .badge {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
