html { width: 100%; }

body {
	background: #E0D8B4 url("../img/bg-body.gif") repeat-x;
	background-position: 262px left;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-family: Arial;
	width: 100%;
}

a {	
	color: #A59361;	
	text-decoration: none; 
	margin: 0;
}

a:hover {
	color: #b1bdbc;
}

#wrapper-top {
	background: white url("../img/bg-gray.gif") bottom left repeat-x;
	height: 241px;
	_height: 262px;			/* IE Hack */
	margin: 0;
	padding-top: 22px;
	width: 100%;
}

#dark-blue-top {
	background: #021E4D url("../img/bg-blue-top.gif") top left no-repeat;
	width: 675px;
	height: 18px;
}

#top-area {
	background: white url("../img/bg-top-area.jpg") bottom left no-repeat;
	height: 223px;
	width: 675px;
	margin-top: -11px;
	_height: 223px;			/* IE Hack */
	_margin: 0;				/* IE Hack */
}

#top-area img { 
	float: left; 
	margin-left: 1px;
	border-top: 1px solid white;
}

#top-area a:hover img { 
	border: 1px solid #2388b6;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

#wrapper-bottom {
	background: transparent;
	width: 675px;
}

#main {
	background: white;
	width: 674px;
	_width: 675px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
	border-left: 1px solid white;
	position: relative;
}

#content-title {
	background: #2388B6 url("../img/bg-title-top.gif") top left no-repeat;
	width: 535px;
	height: 39px;	
	color: white;
	float: left;
}

#content-title h1 {	
	font-size: 14px; 
	font-weight: normal;
	text-align: left;
	margin: 7px 20px 0 90px;
	_margin: 10px 20px 0 90px;
}

#content-title h1.mainpage {	
	font-size: 20px; 
	font-weight: normal;
	text-align: left;
	margin: 13px 20px 2px 90px;
}

#content-title-right-area {
	background: url("../img/bg-shadow.gif") top left repeat-x;
	width: 139px;
	height: 49px;
	float: right;
	text-align: right;
}

#content-title-right-area p.click {
	background: url("../img/square.gif") center right no-repeat;
	padding-right: 15px;
	margin: 7px 8px 0 0;
	color: #2388B6;
}

#content-title-bottom {
	background: #2388B6 url("../img/bg-title-bottom.gif") bottom left no-repeat;
	width: 535px;
	height: 10px;
	float: left;
}
#left {
	float: left;
}
#navbar {
	background: white;
	width: 167px;
	border-left: 5px solid #2388B6;
	padding: 24px 0 0 0;
	/*float: left;	*/
	margin: 0;
	text-align: left;
}

#navbar ul {
	background: transparent;
	width: 167px;
	padding: 0;
	margin: 0;
	float: left;	
}

#navbar li {
	border-bottom: 1px solid #2388B6;
	padding: 4px 5px 4px 20px;
	list-style: none; 
	float: left;
	clear: both;
	width: 142px;
	_width: 167px;				/* IE Hack */
}

#navbar li a { 
	color: #2388B6; 
}

#navbar li a:hover {
	color: #b1bdbc;
}

#navbar li a.active { 
	font-weight: bold; 
}

/* 2nd level links */
#navbar li ul {
	width: 131px;
	margin: 0 0 5px 8px;
	float: left;
	clear: both;
	_border: 0;					/* IE Hack */
}

#navbar li ul li {
 	border: 0;
	padding: 2px 0 0 0;
	margin: 0;
	width: 131px;
	float: left;
	clear: both;
}

#navbar li ul li a {
	padding-right: 27px;
}

#navbar li ul li a.active { 
	font-weight: bold; 
}

#navbar li ul li a.active img {
	margin-top: -11px; 
	float: right;
}
#tapiobanneri {
	width: 167px;
	padding: 20px 0 0 6px;
}
#text-content { 
	width: 450px; 
	_width: 430px;				/* IE Hack */
	float: left; 
	margin: 9px 20px 0 25px; 
	_margin: 29px 20px 0 25px;	/* IE Hack */
	text-align: left;
	color: #5E5E5E;
}

#text-content h1 { 
	font-size: 11px;	
	margin: 0 0 2px 0; 
}

#text-content p { 
	margin: 0 0 20px 0; 
}

#text-content-bottom-link {
	width: 450px;
	_width: 430px;				/* IE Hack */	
	height: 18px;
	_height: 21px;				/* IE Hack */
	border: 0;
	border-top: 1px solid #D9E1DF;
	border-bottom: 1px solid #D9E1DF;	
	margin: 0;
	margin-top: -12px;
	text-align: right;
	float: left;
	padding-top: 3px;
}

#text-content-bottom-link a {
	background: transparent url("../img/button-arrow-right-gray.gif") right center no-repeat;
	color: black;
	padding-right: 18px;
}

#text-content-bottom-link a:hover {
	color: #b1bdbc;
}

#footer {
	background: url("../img/bg-gray-bottom.gif") top left repeat-x;
	width: 673px;
	height: 59px;
	margin: 0;	
	border: 1px solid white;
	border-bottom: 0; 
	padding-top: 2px;
	float: left;
}

*html #footer {
	width: 675px;
}

#footer table {
	margin-top: -10px;
	_margin-top: 0;			/* IE Hack */
}

#additional-info {
	background: transparent url("../img/additional-info.gif") top left no-repeat;
	width: 17px;
	height: 55px;
	float: left;
	border-right: 1px solid white;	
}

.contact-details table {
	float: left;
}

.contact-details td {
	background: transparent url("../img/dots.gif") top left no-repeat;
	text-align: left;
	margin: 0;
	width: 142px;
	height: 55px;
	padding: 0 10px 2px 18px;
	font-size: 9px;
	color: #5E5E5E;
}

#bottom-logo {
	float: right;
	border-left: 1px solid white;
	width: 141px;
	height: 55px;
	margin-top: -11px;	
	_margin-top: 0;
}

#bottom-logo img { 
	border: 1px solid #B1BDBC; 
	_margin-bottom: -2px;
}

#dark-blue-bottom { 
	clear: both;
	background: transparent url("../img/bg-blue-bottom.gif") top left no-repeat; 
	width: 675px; 
	height: 20px; 
	padding: 3px 0 0 0;
	text-align: right; 
	margin: -10px 0 20px 0;	
	_margin: 0 0 20px 0;		/* IE Hack */
}

#dark-blue-bottom p { 
	color: white; 
	text-transform: uppercase; 
	font-weight: bold; 
	margin: 0 10px 0 0; 
}

.clear { clear: both; }

.admin {
	background: white;
	text-align: left;
	border: 1px solid black;
	padding: 15px;
}

.admin-button {
	float: left; 
	margin: 10px 0 0 300px;
	text-align: center;
}

