
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal; 
 background-color: #F7F7EE;
 height:100%;
} 
 
#pagewidth{ 
 height:100%;
 width:809px; 
 text-align:left; 
 margin-left:auto; 
 margin-right:auto;
 border-left:1px solid #000;   
 border-right:1px solid #000;   
} 
 
#header{ 
 height:111px; 
 width:100%; 
 background-color:#000000; 
 } 
 
#navigation{ 
 height:31px; 
 width:100%; 
 background-color:#F5F4CC; 
 } 
 
#outer{ 
 border:solid white 0px;
 background-color: #F5F4CC; 
 width: auto; 
 } 
 
#footer{
 height:17px; 
 width:100%; 
 background-color:#F5F4CC; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #F5F4CC;  }

#fill{
 width: 100%;
 background-color: #F5F4CC;
 height: 100%; 
 }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
.fotoframe{margin-left:30px;} 
.text {margin-left: 35px;
margin-right: 35px;
}
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

a:link img {	border: none;}
a:visited img { border: none }
a:hover img { border: none }
a:active img { border: none } 
