* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 text-align:center;
}
#wrapper { 
	width: 1007px;
	margin: 0 auto;
	text-align:left;
}
#faux {
background-image: url(images/Unetz_10.jpg);
background-repeat: repeat-y;
 margin-left: 39px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 min-height:500px;
}
#header {
position:relative;
 margin-top: 10px;
 color: #333;
 width: 1008px;
 height: 176px;
 background: #fff;
}
#top{
	background: #fff;
	text-align  : right;
	 display: inline;
	 position: absolute;
	 bottom:140px;
	 right:20px;

}
#top ul { 
 background: #fff;
 text-align  : right;
 display: inline;

}

#top li{
  list-style-type:none;
  display: inline;
  padding-left:5px;
  
}
#top a, a:link, a:visited, a:active{
 text-decoration:none;
 color:#3E3E3E;
 background-color:#fff;
}
#top a:hover{
 text-decoration:none;
 color:#fff;
 background-color:#3E3E3E;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px ;
 padding: 0px;
 width: 210px;
 float: left;
 background-color: #A54A59;
 background-image: url(images/Unetz_10.jpg);
 background-repeat: repeat-y;
 overflow:hidden;
 min-height:500px;
 height:500px;
}

#leftcolumn a {
  font-weight      : bold;
  width            : 200px;
  -moz-opacity     : 0.85;
  text-align       : left;
  text-decoration  : none;
  letter-spacing   : 2px;
  text-indent      : 5px;
  padding          : 5px;
  display          : block;
  margin-top       : 2px;
}

#leftcolumn a.menu_default:link, a.menu_default:visited {
  border-top       : 1px solid #7E6D6F;
  border-bottom    : 1px solid #7E6D6F;
  background-color : #A54A59;
  color            : #3E3E3E;
}
#leftcolumn a.menu_default:hover {
  border-top       : 1px solid #000;
  border-bottom    : 1px solid #000;
  background-color : #3E3E3E;
  color            : #A54A59;
}


#leftcolumn a.menu_current:link, a.menu_current:visited {
  border-top       : 1px solid #000;
  border-bottom    : 1px solid #000;
  background-color : #7E6D6F;
  color            : #3E3E3E;
}
#leftcolumn a.menu_current:hover{
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #FFFFFF;
  background-color : #3E3E3E;
  color            : #7E6D6F;
}

#leftcolumn li{
	list-style: none;
	float: left;
	width: 100%;
	height:30px;
}


#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding-right: 50px;
 width: 700px;
 display: inline;
 position: relative;
}
#rightcolumn ul{
	padding-left: 25px;
	list-style-image:url('list_style.jpg');
}
#rightcolumn li{
	padding-left: 5px;
}
#rightcolumn td,p{
	padding: 5px;
}
#footer { 
 width: 1001px;
 clear: both;
 color: #333;
 background: #fff;
 margin-left: 39px;
 position:relative;
}

#foot{
position:absolute;
bottom:0px;
right:20px;}
  
}
.clear { clear: both; background: none; }