*{
padding:0;
margin:0;
}

#header{
   
      width: 100%;
      height: 75px;
      border-bottom: 1px solid #ccc;
      background-color: #333;
}

#logo{
     background:url(img/logo.png) no-repeat;
     float: left;
     width: 200px;
     height: 40px;
     border: 0px solid #333;
}

body{
	background-color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: inherit;
	text-transform: none;  
}
 
#wrapper{
        margin: 0 auto;
        width: 1280px;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }



#navigation{
      font-family:Verdana, Geneva, sans-serif;
      float: left;
      margin: 10px 5px 1px 10px;
      width:1240px;  
      background-color: none;
      border: 0px solid #333;
      letter-spacing:0em      
}

#navigation li{
      float: left;
      list-style: none;     
}
#navigation li a {
      float: left;
      color: #ccc;
      padding: 1px 5px 1px 6px;
 text-decoration: none;
 margin-right: 1px;
  margin-left: 1px;
      border-right: 0px solid #ccc;
      font-size: 110%;
      font-weight: bold;     
}

#navigation li a:hover { 
      background-color: none;
      color: white;
      text-decoration: underline;
}
ul#navigation li#current a {text-decoration: underline; color: white; }

#numbers{
      font-family:Arial, Geneva, sans-serif;
      float: left;
      margin: 30px 5px 1px 5px;
      width:1240px;
  
      background-color: none;
      border: 0px solid #333;      
}

#numbers li{
      float: left;
      list-style: none;     
}
#numbers li a {
      float: left;
      color: #999;
      padding: 1px 5px 1px 5px;
 text-decoration: none;
 margin-right: 1px;
  margin-left: 1px;
      border-right: 0px solid #333;
      font-size: 110%;
      font-weight: bold;     
}

#numbers li a:hover { 
      background-color: none;
      color: white;
      text-decoration: underline;
}
ul#numbers li#current a {text-decoration: underline; color: white; }





              
#img-box {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;	  
	background: none;
  border: 0px solid #333;   
	width: 100%;
	height: auto;
  text-align: center;  
}



#img-box p {
	font-family: Verdana, Geneva, sans-serif;
  font-size: 80%;
  color: #999;
	background: none;	
  text-align: center;
}


#adress-box {
	font-family: Verdana, Geneva, sans-serif;
  float: left;
  margin: 25px 1px 1px 1px;
	background: none;
  border-top: 1px solid #999;   
	width: 100%;
	height: 40px;  
}
  
#adress {
  
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	width: auto;
	margin-top: 20px;
	border: 0px solid #333;
	right: auto;
	height: auto;
	background-color: none;
	color: #666;
	text-decoration: none;
  text-align: center;}
  
#adress a {
  text-decoration: underline;
  color: #666;
}
#adress a:hover { 
      background-color: none;
      color: white;
      text-decoration: underline;
}