body { 
	margin-top:0px;
	text-align: center;
	background-color: #271410;
	font-family: Georgia, Garamond, Times New Roman, serif;
	}

/* ----- LAYOUT ----- */

#container { 
	width: 955px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:0; 
	padding:0; 
	text-align:left; 
	background-image: url(images/sub-container-bg.jpg); 
	background-repeat: repeat-y; 
	background-position: left 0; 
	}
#nav { 
	width: 225px; 
	float:left; 
	background-image: url(images/sub-nav-bg.jpg); 
	background-color: #5a3d1c; 
	background-repeat: no-repeat; 
	background-position: left 0; 
	text-align: right; 
	padding-top: 100px; 
	min-height: 595px; 
	}
#col2 { 
	width: 75px; 
	float:left; 
	background-image: url(images/sub-col-2.jpg); 
	background-color: #d49658; 
	background-repeat: no-repeat; 
	background-position: left 0; 
	min-height: 595px; 
	}
#content-wrapper {
	width:506px;
	padding:32px;
	float:left;
	background-color:#471F11;
	min-height: 595px;
	}
#grapes { 
	width:85px; 
	float:left; 
	background-image: url(images/sub-col-4.jpg); 
	background-repeat: no-repeat; 
	background-position: left 0; 
	min-height: 595px; 
	}
#footer { 
	clear:both; 
	margin-top:0; 
	width:955px; 
	background-image: url(images/sub-ftr-bg.jpg); 
	background-repeat: no-repeat; 
	background-position: left 0;
	background-color: #271410;
	}
#crumbs {
	width:500px;
	text-align: right;
	font-size: 10px;
	}
/* ----- NAVIGATION ----- */

.menu div { 
	font-size:16px;
	}
.menu a:link { 
	color:#d49758; 
	text-decoration: none; 
	}
.menu a:hover {
	color:#fff;
	text-decoration: none;
	}
.menu a:visited {
	color:#D49758;
	text-decoration: none;
	}
.menu a:visited:hover {
	color:#fff;
	text-decoration: none;
	}
.menu a { 
	display: block; 
	padding-top:24px; 
	padding-right: 29px; 
	}
.menu br {
	display: none;
	}
.slink a {
	font-size:12px;
	padding-top:6px;
	font-family: Gill Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
	}
.slink a:link { 
	color:#908071; 
	text-decoration: none; 
	}
.slink a:hover {
	color:#fff;
	text-decoration: none;
	}
.slink a:visited {
	color:#908071;
	text-decoration: none;
	}
.slink a:visited:hover {
	color:#fff;
	text-decoration: none;
	}
#onlink {
	font-weight:bold;
	}
	
/* ---- CRUMBS ---- */
#crumbs {
	color:#d49758;
	}
#crumbs a:link {
	color:#d49758; 
	text-decoration: none; 
	}
#crumbs a:hover {
	color:#fff;
	text-decoration: underline
	}
#crumbs a:visited {
	color:#d49758; 
	text-decoration: none; 

	}
#crumbs a:visited:hover {
	color:#fff;
	text-decoration: underline
	}

/* ----- CONTENT ----- */
.content p,li,td {
	font-size: 14px;
	line-height: 24px;
	color:#E3BB98;
	}
.content p { 
	text-align: justify; 
	}
.content h1,h2,h3 {
	font-family: Gill Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
	}
.content h1 {
	font-size: 24px;
	font-weight: normal;
	color:#d49758;
	}
.content h2 {
	font-size: 18px;
	font-weight: normal;
	color:#908071;
	}
.content h3 {
	font-size: 14px;
	font-weight: normal;
	color:#E3BB98;
	}
.content a:link {
	color:#d49758; 
	text-decoration: none; 
	}
.content a:hover {
	color:#fff;
	text-decoration: underline
	}
.content a:visited {
	color:#d49758; 
	text-decoration: none; 

	}
.content a:visited:hover {
	color:#fff;
	text-decoration: underline
	}
	
.content a img, .content a:visited img {
	border: 2px solid #d49758;	
}

.content a:hover img, .content a:visited:hover img {
	border: 2px solid #fff;	
}


/* ----- FOOTER ----- */
#footer p { 
	font-size: 10px; 
	color:#d49758; 
	padding-top: 110px; 
	}
#footer a:link {
	color:#D49758;
	text-decoration: none;
	}
#footer a:hover {
	color:#D49758;
	text-decoration: none;
	}
#footer a:visited {
	color:#D49758;
	text-decoration: none;
	}
#footer a:visited:hover {
	color:#D49758;
	text-decoration: none;
	}
	
/* ----- SUBFOOTER ----- */

.subftr div {
	background-color:#271410;
	}
.subftr a { color: #d49659; text-decoration: none; }
.subftr p {
	font-size: 10px; 
	color:#d49758; 
	}
	
/* ----- Image and Table formatting ----- */

.image-right-aligned {
	padding:0 0 12px 12px;
}

.image-left-aligned {
	padding:0 12px 12px 0;
}
	
table.data {
	border-collapse: collapse;
	border: 1px solid #333;
	font-size:12px;
	margin-top:12px;
}

table.data th {
	border-collapse: collapse;
	border: 1px solid #333;
	background-color: #ccc;
	text-align: left;
	padding:4px;
}

table.data td {
	border-collapse: collapse;
	border: 1px solid #333;
	padding:4px;
}