	html, body {
		margin: 0;
		padding: 0;
		border: none;
		background: White;
		color: Black;
		text-align: center;
		width: 100%;
		height: 550px;	
		font: normal 14px/20px Tahoma, Arial, Helvetica, sans-serif;	
		SCROLLBAR-FACE-COLOR: white;
		SCROLLBAR-HIGHLIGHT-COLOR: white;
		SCROLLBAR-SHADOW-COLOR: white;
		SCROLLBAR-3DLIGHT-COLOR: white;
		SCROLLBAR-ARROW-COLOR: red;
		SCROLLBAR-TRACK-COLOR: #F9EEDC;
		SCROLLBAR-DARKSHADOW-COLOR: white;
		SCROLLBAR-BASE-COLOR: white;
		overflow: hidden;
	}
	body {margin: 0 auto;}
	a {color: Black; text-decoration: none;	font-weight: bold;}
	a:hover {color: #D50C03;}
	div {
		margin: 0;
		padding: 0;
		border: none;
		float: left;
		left: 0;
		top: 0;
		text-align: left;
	}
	div#pagecontent {
		text-align: center;
		margin: 0 auto !important;
		height: 550px;
		width: 1000px;
		float: none;
	}
	div#leftpannel {
		background: #E9C79A no-repeat url(images/left_pane_back.jpg) 0 0;
		border: 3px solid black;
		width: 207px;
		height: 379px;	
	}
	div#leftpannel img {
		border-bottom: 2px solid black;
		margin: 0;
		float: left;
		left: 0;
	}
	 a.menu_ {
		text-decoration: none; padding: 0;
	}
	 a.menu_  img {
		border: none;
		border-bottom: 2px solid black;
	}

	ul#navmenu {
		display: block;
		width: 207px;
		height: 120px;
		float: left;
		list-style-type: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	ul#navmenu li {
		border-bottom: 2px solid Black;
		height: 29px;
		line-height: 29px;
		width: 202px;
		padding-right: 5px;
		text-align: right;
		font-size: 12px;
	}
	ul#navmenu li a {font-weight: 900;}
	ul#navmenu li a strong {font-family: Arial;}
	ul#navmenu li a:hover {color:#C70200;}
	div#centerpannel {
		background: gray repeat-x url(images/center_pane_back.jpg) 0 0;
		width: 610px;
		border: 3px solid black;
		border-left: none;
		border-right: none;
		height: 379px;	
	}
	div#welcometext { 
		width: 250px;
		height: 300px;
		margin: 30px 0;
		float: left;
		left: 340px;
		position: relative;
		overflow: hidden;
	}
	div#rightpannel {
		background: #E9C79A repeat-x url(images/right_pane_back.gif) 0 0;
		width: 171px;
		height: 379px;	
		padding: 0;
		border: 3px solid black;
		overflow: hidden;
		font-size:11px;
		line-height: 16px;
		float: left;
		position: relative;
	}
	div#rightpannel ul {
		position: absolute;
		bottom: 0;
		display:block; 
		margin: 0 0 20px 10px;
		list-style-type: none;
		padding: 0;
		width: 146px;
	}
	
	div#footer {
		background: #D50C03;
		height: 31px;
		line-height: 15px;
		width: 994px;		
		border: 3px solid black;
		border-top: none;
		font-size: 10px;
	}
	div#footer img {float: left;
	}
	.lang {
		display: block;
		width: 202px;
		height: 31px;
		border-right: 3px solid black;
		text-align: right;
		line-height: 31px;
		vertical-align: bottom;
		padding-right: 5px;
		color: White;
		float: left;
	}
	.lang:hover {color: orange;}
	.contact {
		background: url(images/canvas_texture.gif) repeat 0 0;
		height: 31px;
		width: 600px;
		padding: 0 5px;
		float: left;
		border-right: 3px solid black; 
	}
	.contact span {color: #D50C03; font-weight: bold}
	a.act {
		color: #D50C03;
	}
