
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: center;
	background-image: url("images/back.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#pagebottom {
	margin: 0px auto;
	padding: 75px 0px 0px 0px;
	width: 808px;
	text-align: center;
	background-image: url(images/back-bottom.gif);
	background-repeat: no-repeat;
	color: #e8d7c5;
}

#container {
	width: 808px;
	text-align: left;
	margin: 0px auto;
	background-image: url(images/back-container.gif);
}

#liner01{
	margin: 0px;
	padding: 0px;
	background-image: url("images/liner01.gif");
	background-repeat: no-repeat;
	background-position: 150px 0px;
}

#liner02{
	margin: 0px;
	padding: 0px;
	background-image: url("images/liner02.gif");
	background-repeat: no-repeat;
	background-position: 160px 0px;
}

#leftnav {
	float: left;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

#rightnav {
	float: right;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 468px;
	margin-left: 170px;
	padding: 10px 0px 0px 0px;
	line-height: 180%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

.navGrey{
	margin: 0px;
	padding: 20px 15px 20px 20px;
	width: 139px;
	background-image: url(images/back-dots.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #f1f5f5;
}

.navWhite{
	margin: 0px;
	padding: 20px 15px 20px 20px;
	width: 139px;
	background-image: url(images/back-dots.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #ffffff;
}

.leftNavFirst{
	background-image: url("images/back-left-nav-first.gif");
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 4px 10px 4px 0px;
	width: 140px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

.leftNav{
	background-image: url("images/back-left-nav.gif");
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 4px 10px 4px 0px;
	width: 140px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}

.leftNavContent{
	text-align: right;
	padding: 0px 10px;
	width: 130px;
	color: #ffffff;
}

.rightNav{
	background-image: url("images/back-right-nav.gif");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 6px 0px 4px 10px;
	width: 140px;
}

.rightNavContent{
	padding: 0px 10px;
	width: 130px;
	color: #ffffff;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #a0410d;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: georgia;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-family: georgia;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #8a380b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #bf6839;
	text-decoration: underline;
	font-weight: bold;
}

.leftNav a, .leftNavFirst a {
	color: #e3d6c7;
	text-decoration: none;
}

.leftNav a:hover, .leftNavFirst a:hover {
	color: #f4eee7;
	text-decoration: underline;
}

.rightNav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.rightNav a:hover {
	color: #f4eee7;
	text-decoration: underline;
	font-weight: normal;
}

#pagebottom a {
	color: #ffc600;
	text-decoration: underline;
	font-weight: normal;
}

#pagebottom a:hover {
	color: #f9e59e;
	text-decoration: underline;
	font-weight: normal;
}

