* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	background-color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0.5em;
}

img {
	border: none;
}

a {
	color: #593007;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}

#body {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#main {
	color: #5D1A00;
	text-align: left;
}

.index {
	width: 536px;
	height: 630px;
	display: block;
	margin: 0 auto 0 auto;
}

#main .flashcontent {
	display: block;
	position: absolute;
	top: 70px;
/* 	left: 115px;*/
	margin-left: 115px;
	width: 404px;
	height: 497px;
}

.footer {
	color: #7D7D7D;
	text-align: center;
	margin: 1em;
}

.footer a {
	color: #7D7D7D;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.content  {
	background: url(/images/cleanbook.jpg) no-repeat;
	width: 870px;
	height: 630px;
	margin: 0 auto 0 auto;
}

#main .foot {
	text-align: center;
}

.pad {
	padding: 1em;
}

.centerpage {
	margin: 0 auto 0 auto;
	padding: 40px 100px 50px 100px;
}

#navigator {
	position: absolute;
	text-align: right;
	width: 650px;
}