body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #660000;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFCC99;
	text-decoration: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	text-align: left;
	border-bottom: 1px solid #CE9A9C;
	border-right: 1px solid #CE9A9C;
	border-left: 1px solid #CE9A9C;
	background-color: #9C3031;
}

#navigation {
	height: 20px;
	padding: 10px 0 0 0;
	background-color: #660000;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	display: inline;
}

#navigation li a, #navigation a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 0 10px 0 10px;
	border-right: 2px solid #fff;
}

#navigation li a:hover, #naviation a:hover {
	text-decoration: none;
	color: #FFCC99;
}

#main {
	clear: both;
	height: 100%;
}

#leftsubtitle {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	width: 100px;
	text-align: left;
}

#rightsubtitle {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	width: 690px;
	text-align: right;
}

#leftsubtitle p, #rightsubtitle p {
	padding: 5px 10px 5px 10px;
	margin: 0;
}

#leftcontent {
	clear: both;
	float: left;
	color:#FFCC99;
	width: 389px;
	border-right: 1px dotted #fff;
	background-color: #9C3031;
	height: 100%;
}

#leftcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 20px 10px 0 10px;
	margin: 0;
}

#leftcontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#rightcontent {
	float: left;
	color: #FFFFFF;
	width: 400px;
	text-align: center;
	background-color: #9C3031;
	height: 100%;
}

#rightcontent p {
	padding: 20px 10px 10px 10px;
	margin: 0;
}

#rightcontent td {
	border-bottom: 1px dotted #fff;
}

#footer {
	clear: both;
	padding: 10px;
	color: #FFFFFF;
	background-color: #660000;
	margin: 0;
	text-align: center;
	height: 100%;
}

#footer p {
	margin: 0;
	padding: 0;
}

.normal_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.views_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.white_font {
	color: #FFFFFF;
	font-weight: bold;
}

.barley_font {
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.normal_font_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#sampleglass {
	float: left;
	background-color: #9C3031;
	width: 790px;
	color: #FFFFFF;
}

#sampleglass td {
	border-bottom: 1px dotted #fff;
}
	

#sampleglass p {
	padding: 20px 10px 10px 10px;
	margin: 0;
}

#formfill td {
	border: none;
}

#frontnav {
	margin:0;
	padding:0;
}

#frontnav table {
	border-collapse: collapse;
}

#frontnav tr, td {
	padding: 0;
	margin: 0;
}

.ivoryStar { color: #FFCC99; font-weight: bold; }