html, body { 
	margin: 0; 
	padding: 0;
	overflow-x: hidden;
	background: #FFC url("../img/back_body.jpg") 0px 200px repeat-y;
	text-align: left;
	scrollbar-3dlight-color: #5c4166;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #5c4166;
	scrollbar-face-color: #5c4166;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff; }

#wrapper {
	background: url("../img/back_top.jpg") 140px 0px repeat-x;}

#top { }
#top2 { 
	background: url("../img/back_logo.jpg") top left no-repeat;
	width: 820px;
	height: 195px;
	text-align: right;}

#middle {
	width: 990px;
	margin: 0;
	padding: 0;
	text-align: left;	}
#left {  
	width: 250px;
	text-align: left;}	
#content {
	width: 540px;
	padding: 0;
	text-align: left;}
#content div {  
	padding: 0 6px 0 6px;}	
#right {  
	width: 200px;
	text-align: left;}
#right div {  
	padding: 0 0 0 30px;}	
	
/*	MENU'S	*/
/* MENU LINKS */
#topmenu {
	position: relative;
	top: 163px;
	padding-right: 10px;
	color: #000;
	text-align: right;
	font-size: 13px;
	line-height: 1em;}
#topmenu a {	
	text-decoration: none;
	color: #000; }
#topmenu a:hover, #topmenu .link_active {
	text-decoration: underline;
	font-weight: normal; 
	color: #996c66; }

.leftmenu {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 10px; }	
.leftmenu li {
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style: none;
	width: 215px;
	list-style: none;}
.leftmenu li a {
	display: block;
	background: #996c66 url("../img/leftmenu.jpg") left top no-repeat;
	width: 205px;  	
	height: 30px;
	padding: 0 2px 0 8px;	
	margin: 0 0 0 0;
	font: bold 14px Arial,"Trebuchet MS", sans-serif;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
	text-align: left;}
* html .leftmenu li a { /* ONLY FOR IE/IEmac */
    width: 215px; /* ONLY FOR IE5.X */
    w\idth: 205px;} /* ONLY FOR IE6/IE5.5mac */
html>body .leftmenu li a {
	width: auto; }
.leftmenu li a:hover,.leftmenu .link_active {
	background: #5c4166 url("../img/leftmenu_on.jpg") left top no-repeat;
	color: #fff;
	text-decoration: none;  }
.leftmenu ul{
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 4px 0;
	text-align: left; }	
.leftmenu ul li {
	margin: 0 0 0 0;	
	padding: 0 0 0 15px;
	border: 0;
	width: 200px; 
	list-style: none;}	
* html .leftmenu ul li { /* ONLY FOR IE/IEmac */
 	margin: 0;
    width: 215px; /* ONLY FOR IE5.X */
    w\idth: 200px;} /* ONLY FOR IE6/IE5.5mac */
.leftmenu ul li a {
	display: block;
	background: url('../img/leftsubmenu.png');
	/* Mozilla ignores crazy MS image filters, so it will skip the following 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/leftsubmenu.png');*/
	width: 192px; 	
	height: auto;
	margin: 0 0 0 0;
	padding: 0 2px 0 5px;	
	border-left: 1px #5c4166 solid;
	border-bottom: 1px #5c4166 solid;
	font: bold 12px "Arial", sans-serif;
	color: #5c4166;
	line-height: 23px;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;}
* html .leftmenu ul li a { /* ONLY FOR IE/IEmac */
	display: block;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/leftsubmenu.png');
	cursor: hand;	
    w\idth: 192px;} /* ONLY FOR IE6/IE5.5mac */
html>body .leftmenu ul li a {
	width: auto; }
.leftmenu ul li a:hover, .leftmenu ul li .link_active {
	background: url('../img/leftsubmenu_on.png');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/leftsubmenu_on.png');
	color: #5c4166;
	text-decoration: underline;}
* html .leftmenu ul li a:hover, * html .leftmenu ul li .link_active {
	background: none;
	filter:progid:DXImageTransform.Microsoft.alphaImageLoader(src='../img/leftsubmenu_on.png',sizingMethod ='scale'); 	}
	
#change_content {
	width: 100% !important;
	padding: 0;
	margin: 0;}

#counter { 
	position:absolute;
	width:2px;
	height:1px;
	z-index:1;
	left: 1px; 
	top: 1px;
	visibility: hidden; }
