/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body, div, h1, h2, td, p, a, select, textarea, a:active, a:link, a:visited, a:hover {
/*	font: 7.5pt/13pt verdana, arial, helvetica, sans-serif;
	color: #333333;*/
	scrollbar-face-color: #837b70;
	scrollbar-shadow-color: #837b70;
	scrollbar-highlight-color: #837b70;
	scrollbar-3dlight-color: #837b70;
	scrollbar-darkshadow-color: #837b70;
	scrollbar-track-color: #ded6c9;
	scrollbar-arrow-color: #ded6c9;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
}

/*p:first-letter {
	
}*/

#site {
	position: relative;
	width: 977px;
	height: 565px;
	clear: left;
	margin: auto auto auto auto;
}

#left-col {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 164px;
	height: 565px;
	float: left;
}

#logo {
	position: relative;
	width: 150px;
	text-align: right;
	padding-bottom: 10px;
}

#nav {
	position: relative;
	width: 150px;
	text-align: right;
	float: right;
	font-weight: bold;
/*	font-size: 11pt;*/
}

/*#nav ul {
	list-style-type: none;
	width: 150px;
}*/

.nav-1 {
	margin: 0;
	height: 24px;
	display: block;
}

.nav-line-top {
	width: 110px;
	height: 1px;
	float: right;
	margin: 0 0 0 40px;
	display: block;
	line-height: 0 !important;
}

.nav-line-bottom, .nav-2-line-bottom {
	width: 110px;
	height: 1px;
	float: right;
	margin: 0 0 0 40px;
	display: block;
	line-height: 0 !important;
}

.nav-2-line-bottom {
/*	margin-bottom: 5px;*/
}

.nav-1 a {
	/*font-size: 10pt;*/
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	/*margin-bottom: 6px;*/
	line-height: 22px;
}

.nav-1 a.act {
}

.nav-1 a:hover {
}

.nav-2-wrap {
	padding: 0 0 4px 0;
}

.nav-2 {
	height: 18px;
	padding-right: 8px;
}

.nav-2 a {
	font-size: 80%;
	margin-bottom: 0px;
	text-decoration: none;
}

.nav-2 a.act {
} 

.nav-2 a:hover {
}

.nav-3-wrap {
	padding: 4px 0 4px 0;
}

.nav-3 {
	height: 16px;
	padding: 0 20px 0 0;
}

.nav-3 a {
	font-size: 75%;
	margin-bottom: 0px;
	text-decoration: none;
}

.nav-3 a.act {
}

.nav-3 a:hover {
}


#left-text {
	float: right;
	text-align: right;
	width: 150px;
	padding-top: 10px;
	margin-right: 8px;
}

#vert-sep {
	position: absolute;
	left: 164px;
	top: 0px;
	width: 1px;
	height: 565px;
/*	background-color: #ccc;*/
	float: left;
}
#main-column {
	position: absolute;
	left: 180px;
	top: 0px;
	width: 795px;
	height: 565px;
	float: left;
	text-align: left;

}

#main-column p {
	margin: 8px 0;
}

.header-area {
	height: 85px;
	float: left;
	clear: both;
	width: 100%;
}

.header {
	float: left;
	width: 430px;
}

.header-img {
	float: right;
}

#center {
	float: left;
	width: 585px;
	height: 565px;
}

#right {
	float: right;
	width: 200px;
	height: 565px;
}

#footer {
	padding: 3px 0 3px 0;
	width: 977px;
	margin: auto auto auto auto;
}

#footer p {
	margin-left: 180px;
	display: block;
}

#footer .copyright {
	float: left;
}

#footer .address {
	float: left;
	margin-left: 50px;
}

#footer .developer {
	float: right;
}