
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align:center;
	background-image: url(images/back.gif);
}

#top {
	margin : 0px auto;
	width: 710px;
	padding : 0px;
	height: 256px;
}

#pagebottom {
	text-align:left;
	margin : 0px auto;
	padding : 20px 0px 0px 20px;
	width: 690px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
}

#container {
	width: 710px;
	text-align:left;
	margin : 0px auto;
	background-color : #dadada;
	background-image: url(images/wrap_back.gif);
}

#liner01 {
	margin: 0px;
	padding: 0px;
	width: 710px;
	background-image: url(images/liner01.gif);
	background-position: 14px 0px;
	background-repeat: no-repeat;
}

#liner02 {
	margin: 0px;
	padding: 0px;
	width: 710px;
	background-image: url(images/liner02.gif);
	background-position: 196px 0px;
	background-repeat: no-repeat;
}

#leftnav {
	float : left;
	margin : 0px 0px 0px 27px;
	padding: 35px 0px 20px 0px;
	width: 142px;
}

#content {
	width: 484px;
	margin-left : 203px;
	padding : 15px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div.pointer {
	margin: 0px;
	padding: 4px 0px 10px 24px;
	width: 460px;
	background-image: url(images/buttet_gold_arrow.gif);
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #400101;
	background-color : #0b061d;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
	font-style: italic;
}

hr {
	border: 0px;
	color: #400101;
	background-color: #400101;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color : #571612;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color : #9f6461;
}

#leftnav a {
	color : #ffdf63;
	font-weight:bold;
	text-decoration:underline;
}

#leftnav a:hover {
	color : #fff5ce;
}



