body {
	background: #584539 url('images/bg.png') repeat-x;
	background-attachment: fixed;
	margin-top: 0;
}

h1 {
	color: #475c69;
	margin: 0 0 0 0;
	font-size: 14px;
	border-bottom: 1px solid #b6a9a1;
	border-top: 1px solid #b6a9a1;
	padding: 5px;
	background: #eaeefc;
}

h2 {
	color: #475c69;
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #b6a9a1;
	border-top: 1px solid #b6a9a1;
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 0;
}

h3 {
	color: #584539;
	margin-top: 0;
	font-size: 12px;
	padding: 5px;
	background: #eaeefc;
}

#images {
	float: right;
	padding: 0;
	position:relative;
	top:-18px;
}

#wrapper {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
}

#header-01 {
	width: 862px;
	height: 76px;
	background: url('images/header-01.png') no-repeat;	
}

#header-02 {
	width: 862px;
	height: 176px;
	background: url('images/header-02.png') no-repeat;	
}

#content {
	width: 862px;
	min-height:500px; /* workaround */
	height: expressoin(500);
	background: url('images/content-bg.png') repeat-y;
}

#navigation {
	width: 180px;
	position: relative;
	left: 75px;
	float: left;
}

#navigation-tbl {
	border-top: 1px solid #b6a9a1;
	border-bottom: 1px solid #b6a9a1;	
}

#navbtm {
	border-bottom: 1px solid #b6a9a1;	
}

#navbtm2 {
	border-bottom: 1px solid #b6a9a1;
	border-top: 1px solid #b6a9a1;
}

#navbtm3 {
	border-top: 1px solid #b6a9a1;
}


#sub-link {
	font-size: 10px;
	color: #806c60;
	font-family: arial, verdana, helvetica;
	display: block;
}

#sub-link a {
	font-size: 10px;
	color: #806c60;
	font-family: arial, verdana, helvetica;
	display: block;
	padding: 8px 0 8px 20px;
	text-decoration: none;
}

#sub-link a:hover {
	font-size: 10px;
	color: #584539;
	font-family: arial, verdana, helvetica;
	display: block;
	padding: 8px 0 8px 20px;
	text-decoration: none;
	background: #eaeefc;	
}

#text {
	width: 485px;
	margin-left: 300px;	
	padding-bottom: 15px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #806c60;
	line-height: 16px;
	text-align: justify;
}

#text a {
	font-weight: bold;
	color: #475c69;
	text-decoration: none;	
}

#text a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #eaeefc;	
}

#footer {
	clear: both;
	width: 862px;
	height: 120px;
	background: url('images/footer.png');	
}

#footer-text {
	margin-left: 75px;
	padding-top: 30px;
	width: 400px;
	font-size: 11px;
	color: #806c60;
	font-family: arial, verdana, helvetica;
}

#footer-text a {
	font-weight: bold;
	color: #475c69;
	text-decoration: none;	
}

#footer-text a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #eaeefc;	
}
	
#submenu {
	float: right;
	border: 1px solid #b6a9a1;
	padding: 10px;
	margin: 10px;
	background: #eaeefc;	
}
