body {
	margin: 0;
	background: #fff url(../images/back_top.gif) repeat-x;
}
form {
	margin: 0;
}
input.search {
	width: 180px;
	background-color: #fff;
	font-weight: bold;
	font-size: 12px;
	color: #700203;
}
input.drop {
	width: 250px;
	background-color: #fff;
	font-weight: bold;
	font-size: 12px;
	color: #700203;
}
input.submit {
	background-color: #fff;
	font-weight: bold;
	font-size: 12px;
	color: #700203;
	margin-left: 5px;
}
div, p, span, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5B5e;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #933;
	margin: 10px 10px 10px -10px;
}
h1 {
	background-color: #933;
	text-align: center;
	width: 205px;
	color: #fff;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: #e1e2e3 solid 10px;
}
h2 {
	font-size: 14px;
}
span.red {
	font-size: inherit;
	font-weight: bold;
	color: #933;
}
span.grey {
	font-weight: normal;
	color: #5a5B5e;
}
span.white {
	font-size: 12px;
	color: #fff;
}
p.left {
	font-family: "Times New Roman", Times, serif;
	color: #999;
	margin: 10px 0 10px 0;
}
p.spread {
	word-spacing: 0px;
}
p.small {
	font-size: 10px;
}
p.step {
	margin: 10px;
}
p.footer {
	position: relative;
	background-color: #fff;
	color: #333;
	font-size: 9px;
	width: 400px;
	height: 14px;
	left: 50%;
	margin: 6px 0 0 -200px;
	padding-top: 4px;
	text-align: center;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #933;
}
a:hover {
	text-decoration: none;
	color: #933;
}
a.head:link, a.head:visited, a.head:active, a.head:hover {
	font-size: 15px;
}
img {
	display: block;
	border: none;
}
img.navFloat {
	float: left;
	margin-top: 57px;
}
img.navHome {
	float: left;
	margin-top: 0;
}
img.footNum {
	position: relative;
	top: 2px;
	left: 50%;
	margin-left: -480px;
}
div.thumb {
	float: left;
	margin: 0 17px 25px 17px;
}
div#prevBtn {
	clear: both;
	float: left;
	width: 33%;
	text-align: left;
	margin-top: 10px;
}
div#thumbCt {
	float: left;
	width: 34%;
	text-align: center;
	margin-top: 10px;
}
div#nextBtn {
	float: left;
	width: 33%;
	text-align: right;
	margin-top: 10px;
}
div.clear {
	clear: both;
}
div#thumbArray {
	width: 680px;
	margin-top: 20px;
}
div.step {
	float: left;
	width: 205px;
	margin-right: 10px;
}
div.stepTxt {
	width: 205px;
	border-left: #5a5B5e solid 2px;
	border-right: #5a5B5e solid 2px;
	padding-top: 1px;
}
div#content {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}
div#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 102px;
	background: url(../images/nav_logo.jpg) center no-repeat;
}
div#body {
	position: absolute;
	top: 150px;
	padding-bottom: 20px;
	z-index: 2;
}
div#bodyBack {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -780px;
	z-index: 1;
}
div#left {
	float: left;
	width: 260px;
}
div#search {
	width: 240px;
	height: 55px;
	background: url(../images/back_search.gif) no-repeat;
	margin-top: 25px;
	padding: 7px 10px 7px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
div#center {
	float: left;
	width: 430px;
}
div#right {
	float: left;
	width: 250px;
}
div#rightBig {
	float: left;
	width: 680px;
	padding-left: 20px;
}
div#screen0 {
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	height: 550px;
}
div#screen1, div#screen2 {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	height: 550px;
}
div#footer {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 150px;
	margin-top: -150px;
	background: #700203 url(../images/back_foot.gif) top repeat-x;
	z-index: 3;
}