html {
	background: #8A0000;
	font-family: verdana, arial;
	color: #bbb;
	font-size: 9pt;
	line-height: 1.5em;
	/*letter-spacing: 1px;*/
}
body {
	margin: 0;
	padding: 0;
	background: url(images/template-1a-bg.gif) top left repeat-x;
	text-align: center;
}
h1 {
	font-size: 12pt;
	color: #CCCC99;
}
h2 {
	font-size: 10pt;
	color: #CCCC99;
	border-bottom: 1px solid #CCCC99;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #CCCC99;
	text-decoration: underline;
}
a:active {
	color: #EABB00;
	text-decoration: underline;
}
input, textarea, select {
	border: 1px solid #490000;
	font-family: verdana;
	font-size: 9pt;
	background: #ccc;
}
#outer_wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#top_row {
	background: url(images/template-1a_01.gif) no-repeat;
	width: 800px;
	height: 120px;
	margin: 0;
	padding: 0;
	text-align: left;
	/*border: 1px solid #fff;*/
}
#mid_row {
	float: left;
	background: url(images/template-1a_02.gif) repeat-y;
	width: 800px;
	margin: 0;
	padding: 0;
	/*border: 1px solid #f00;*/
}
#mid_inner {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#bottom_row {
	float: left;
	background: url(images/template-1a_03.gif) no-repeat;
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 0;
	/*border: 1px solid #00f;*/
}
#footer_content {
	color: #aaa;
	font-size: 8pt;
	width: 650px;
	padding: 0;
	margin: 0 auto;
	margin-top: 23px;
	/*border: 1px solid #fff;*/
}
#footer_content a:link {
	text-decoration: none;
	color: #bbb;
}
#footer_content a:visited {
	text-decoration: none;
	color: #bbb;
}
#footer_content a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer_content a:active {
	text-decoration: underline;
	color: #fff;
}
ul#top_nav {
	position: relative;
	top: 85px;
	width: 500px;
	padding: 0;
	margin: 0 0 0 220px;
	text-align: left;
	list-style: none;
	/*border: 1px solid #fff;*/
}
#top_nav li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	margin: 0 15px;
}
#top_nav a:link {
	text-decoration: none;
	color: #EABB00;
	font-weight: bold;
}
#top_nav a:visited {
	text-decoration: none;
	color: #EABB00;
	font-weight: bold;
}
#top_nav a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#top_nav a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.img_1 {
	border: 1px solid #CCCC99;
}
.float_img_col {
	width: 220px;
	text-align: center;
	float: right;
	background: #490000;
	border: 2px solid #CCCC99;
	padding: 10px 0 0 0;
	margin: 0 0 10px 15px;
}
.float_img_col img {
	border: 1px solid #CCCC99;
	margin: 0 0 10px 0;
}
.local_anchor {
	text-decoration: none;
	color: #bbb;
}
.menu_nav_box {
	padding: 10px;
	text-align: center;
	border: 2px solid #B55300;
	background: #8A0000;
}
.menu_nav_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu_nav_box li {
	display: inline;
	margin-right: 5px;
}
.menu_box {
	padding: 10px;
	text-align: left;
	border: 2px solid #B55300;
	background: #8A0000;
}
.content_box {
	padding: 10px;
	text-align: left;
	border: 2px solid #B55300;
	color: #ccc;
	background: #8A0000;
}
.voucher_box {
	padding: 20px;
	border: 3px solid #000;
	background: #fff;
	color: #000;
}
.voucher_h1 {
	font-size: 2em;
	text-align: center;
	margin: 10px auto;
}
.voucher_h2 {
	font-size: 1.5em;
	text-align: center;
	margin: 10px auto;
}
.voucher_footer {
	text-align: center;
	margin: 10px auto;	
}