html, body {
	margin: 0 auto;
	padding: 0;
	background-image: url('mainbg.gif');
	background-repeat: repeat-x;
	background-color: #e1d594;
	/*overflow:hidden;*/
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;	
	font-weight: bold;
	padding-bottom:20px;
}
h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin:0;
	padding:0;
	color: #632746;	
	text-decoration:none;
}
p {
	line-height: 18px;
}
#head {
	background-image: url('headbg2.gif');
	background-repeat: repeat-x;
	height: 220px;
	/*width: 100%;*/
	left: 0px;
	top: 0px;
	z-index: 0;
	/*border: 1px solid blue;*/
}
#logo {
	position: absolute;
	left: 0px;
	top: 8px;
	z-index: 1;
}
#leftnav {
	float:left;
	/*position: relative;*/
	/*left: 0px;*/
	/*top: 220px;*/
	background-repeat: no-repeat;
	z-index: 0;
	height: 381px;
	width: 237px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #632746;
	/*font-size: 15px;*/
	font-size:93%;
}
#main {
	display: inline;
	z-index: 2;
	/*border: 1px solid blue;*/
}
#maincontent {
	margin: 0px;
	padding: 0px;
	/*float:left;*/
	/*width: 100%;*/
	position: absolute;
	left: 240px;
	top: 58px;	
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: 1px solid blue;*/
}
.clear {
	clear: both;
	background: none;
}
#wrapper {
	float:left;
	background: url('mainpagebg.gif') no-repeat left top;
	/*overflow:hidden;*/
	width: 965px;
	/*border: 1px solid green;*/
}
.container {
	/*border: 1px solid red;*/
	background:#ffffff;
	margin: 0;
	padding: 1px 11px 1px 11px;
	border-left: 3px solid #ffffff;
	border-right: 4px solid #ffffff;
	/*border-top: 2px solid #f2eccf;*/
	width:436px;
}
#footer {
	height:26px;
	position:relative;
	display: inline;
	width: 955px;
	float:left;
	/*border:1px solid blue;*/
	overflow: auto;
}
#footer-left {
	float:left;
	width: 237px;
	/*border: 1px solid red;*/
	position:absolute;
	bottom:0;
	padding-bottom:3px;
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
#col1 {
	width:300px;
	float:left;
}
#col1 img {
	margin-bottom:20px;
}
#col1 p {
	margin-top:20px;
}
#col2 {
	width:300px;
	padding-left:32px;
	float:left;
}
#col2 img {
	margin-bottom:20px;
}
#col2 p {
	margin-top:20px;
}
#bottombox {
	margin:0;
	padding:6px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width:602px;
	height:53px;
	background:url('mainpgbtm.gif') no-repeat left top;
	text-align:center;
	/*border:1px solid green;*/
}
#bottombox a {
	color: #ffffff;
	text-decoration:none;
}
#bottombox p {
	/*border:1px solid yellow;*/
	margin:0;
	padding:0;
}
#lang {
	float:right;
	margin:0;
	height:28px;
	width:116px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	left: 848px;
	top: 221px;	
	z-index: 4;
	/*border: 1px solid red;*/
}
#lang ul {
	float:right;
	margin:0;
	padding:0;
	height:28px;
	/*width:110px;*/
	list-style:none;
	/*border:1px solid green;*/
}
#lang li {
	display:inline;
	float:left;
	height:28px;
	width:29px;
	text-align:center;
	padding: 0;
	margin: 0;
	/*padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;*/
	/*border:1px solid blue;*/
}
#lang #current {
	background-image:url(lang-on.gif);
	background-repeat:no-repeat;
}
#lang a {
	margin:0;
	padding:0;
	text-decoration:none;
}
#lang a span {
	/*display:block;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 28px;
	color: #000000;
	vertical-align:middle;
}