body {
	background-color: #E6E8D3;
	margin: 0;
	padding: 0;
	text-align: center;
	align: center;
}

#pageContainer {
	background-color: #FFF;
	border: 0;
	border-color: #414431;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 760px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;

}

#header {
	width: 760px;
	height: 128px;
	position: relative;
	top: -4px;
	background-image: url(../images/bkg_green.gif);
	background-position: left top;
	margin: 0;
	padding: 0;
	padding-left: 32px;
	text-align: left;
	
}

#header h1 {
	margin: 0;
	padding: 0;
}

#content {
	text-align: left;
}

#content h2 {
	color: #71395B;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Trajan", "Garamond", Georgia, "Times New Roman", serif;
	line-height: 160%;
	padding-left: 192px;
	padding-right: 64px;
}

#content h2 img {
	
	float: right;
	margin-right: 32px;
}

#content p {
	color: #252522;
	font-family: "Garamond", Georgia, "Times New Roman", serif;
	font-size: 100%;
	line-height: 125%;
	padding-left: 192px;
	padding-right: 64px;
}

#content em {
	color: #71395B;
	font-size: 130%;
}

#navigation {
	position: relative;
	margin: 0;
	width: 156px;
	float: left;
	padding-top: 24px;
	
	color: #575B48;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 115%;
	font-weight: normal;	
	text-align: right;
	line-height: 180%;
	list-style: none;
}

#navigation li{
	display: block;
	overflow: visible;

}

#navigation li.selected {
 	background-image: url(../images/ico_leaf.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #657318;
}
 
#navigation a:link {
	color: #575B48;
	text-decoration: none;
}

#navigation a:visited {
	color: #575B48;
	text-decoration: none;
}	

#navigation a:hover {
	color: #703F59;
	text-decoration: none;
}

#navigation a:active {
	color: #575B48;
	text-decoration: none;
}

#content hr {
	color: #C3A7B6;
	margin-left: 192px;
	margin-right: 64px;
	height: 1px;
	
}

#footer {
	width: 760px;
	height: 128px;
	position: relative;
	top: -4px;
	background-image: url(../images/bkg_green.gif);
	background-position: left top;
	margin: 0;
	margin-top: 32px;
	padding: 0;
	padding-left: 32px;
	text-align: left;
}	

/* The winter specials */
img.special {
	float:right;
	margin:1em 1em 1em 0;
	border:0;
}
#special {
	background-color: #FEFAEB;
	border: 1px solid #CFDE85;
	padding:1em;
	margin-left: 192px;
	margin-right: 64px;
	width:400px;
	
}
#special img {float:none !important;}
#special p, #special ul li, #special strong {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif !important; 
	font-size:12px;
	padding:0;
	color:#666666 !important;
}
#special ul {
	margin:0; 
	padding:0 !important;
	list-style-type:none;
}
#special .sub {width:50%; float:left;}
#special .clear {clear:both;}
