body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	font-size:13px;
	line-height:16px;
	text-align:center;
}

/* Default redefinitions */
strong { font-weight:bold; color:#000000; }
a:link { color:#444444;text-decoration:underline; }
a:visited { color:#85042d; text-decoration:underline; }
a:hover { color:#85042d; text-decoration:underline; }
li { line-height:16px; }
img { border:none; }
form { margin:0; }
td { vertical-align:top; }
.bigloud { background:#ffc0cb;color:#ff0000; }
/* /Default redefinitions */

#wholeThing {
	width:950px;
	margin:8px auto 0 auto;
	border:1px solid #ffffff;
	background:url(../images/bg.gif) top repeat-y;
	padding:0;
}

/* SIDENAV STUFF */
#nav {
	z-index:100;
	float:left;
	margin:0;
	width:240px;
	background:#ffffff url(../images/the-four-graces-banner.gif) top left no-repeat;
	padding:0 4px;
	text-align:center;
	float:left;
}

#nav ul {
	list-style-type:none;
	margin:0;
}

#nav li {
	margin:0;
	color:#000000;
	text-align:center;
	font-size:14px;
	line-height:42px;
}

#nav a {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

#nav a:hover, a:visited {
	color:#85042d;
}
/* /SIDENAV STUFF */

#mainRegion {
	float:right;
	padding:10px;
	width:680px;
	color:#000000;
	text-align:left;
}

#mainRegionNoMargin {
	margin:-10px;
}

h1 {
	margin-bottom:4px;
	border-bottom:2px solid #000000;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
}

h2 {
	margin-bottom:4px;
	color:#000000;
	font-size:20px;
	font-weight:bold;
}

h3 {
	margin-bottom:4px;
	border-bottom:1px solid #85042d;
	padding-top:8px;
	color:#85042d;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

h4 {
	margin-bottom:4px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	margin-top:0;
}

h1+p, h2+p, h3+p, h4+p {
	margin-top:4px;
}

center {
	text-align:center;
}

/* FOOTER */

#footer {
	clear:both;
	margin-left:260px;
	padding:20px 0 10px 0;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#000000;
}

#footer a { 
	color:#cccccc;
}

#footerLeft {
	text-align:left;
	float:left;
}

#footerRight {
	text-align:right;
	float:right;
}

#footerRight input {
	margin-top:-4px;
	color:#999999;
}

#subFooter {
	margin-top:12px;
	color:#ffffff;
}

#subFooter a {
	color:#ffffff;
}

/* /FOOTER */

.pageLink {
	clear:left;
	padding-top:12px;
	font-size:14px;
	line-height:16px;
	color:#6A3C28;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
}

.pageLink:hover {
	text-decoration:underline;
}

.quote {
	margin-bottom:0;
	font-weight:bold;
	font-style:italic;
}

.attribution {
	margin-top:0;
	margin-left:24px;
	font-style:italic;
}

.imageRight {
	float:right;
	border:1px solid #000000;
	margin:4px 0 4px 12px;
	background:#ffffff;
	text-align:center;
}

.imageLeft {
	float:left;
	border:1px solid #000000;
	margin:4px 12px 4px 0;
	background:#ffffff;
	text-align:center;
}

.imageCenter {
	border:1px solid #000000;
	margin:4px auto;
	background:#ffffff;
	text-align:center;
}

.caption {
	margin-top:0;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-align:center;
	font-style:italic;
}

#photoright {
	float:right;
	margin:0px 15px 10px 10px;
}

.subtitle {
	font-weight:normal;
	font-size:11px;
	color:#FFF;
}

.subsubtitle {
	font-weight:normal;
	font-size:10px;
	color:#FFF;
}

.winebutton {
	padding:5px;
	border:#FFF 1px solid;
	margin-top:10px 15px 10px 0px;
	float:left;
}

.winebutton a:hover {
	display:block;
	background:#FFF;
	color:#EEE;
	text-decoration:none;
}

.trade {
	font-size:11px;
	font-weight:normal;
}

.press {
	font-size:1.3em;
	font-weight:bold;
	color:#83242F;
	
}

.tocLabel a {
	color:#85042d;
	font-size:16px;
	text-decoration:none;
}

/* Form tables */
.formTable {
	width:100%;
	border:1px solid #000000;
}

.formTable th {
	padding:0px;
	background:#000000;
	color:#ffffff;
	text-align:left;
	padding-left:144px;
	font-weight:bold;
}

.formTable td {
	padding:2px;
	background:#ffffff;
}

.formTable tr td:first-child {
	width:140px;
	background:#000000;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
}

.formTable td.header:first-child {
	padding:4px;
	background:#d5d5ce;
	color:#000000;
	text-align:left;
	font-weight:normal;
	line-height:14px;
}

.formTable td.submit:first-child {
	padding:4px;
	text-align:center;
	background:#d5d5ce;
}
/* /Form tables */

.tocItem {
	float:left;
	width:225px;
	text-align:center;
}

.compact {
	font-size:.8em;
}