

html, body {
height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
 


body {
  background-image: url(background2.png);
  background-repeat: repeat-x;
  background-color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #dddddd;
}
h4, h3, h2, h1, p{
text-align: center;
}

  h3{
font-size: 20px;
}

  h4{
font-size: 17px;
}

a{
color: #ffc700;
text-decoration: none;
}
a:hover{
color: #ff4400;
}

#container {
  margin: auto;
  width: 960px;   
  min-height: 100%;
position: relative;   
  background-image: url(background.png);
  background-repeat: repeat-x;
  background-color: #111111;  
  height: auto !important;
  height: 100%; 
  margin-bottom: -163px; 
}

#top {
  float: left;
  width: 940px;
  height: 169px;
}
#title {
  float: left;
  width: 204px;
  height: 79px;
  padding-top: 30px;
}
#title h1 {
  display: block;
  float: left;
  width: 204px;
  height: 79px;
  padding-left: 30px;
  text-indent: -9999px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(title.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#navbar {      
  float: left;
  display: block;
  width: 920px}

#navbar a {     
  float: left;
  display: block;   
  width: 80px;
  height: 20px;
  padding-top: 7px;
  text-align: center;
}

.navbarh a{
background-image: url(yellowtriangle.png);
background-repeat: no-repeat;
background-position: center top;

}

ul {list-style:none;}

li {list-style:none;}

.top-links li a {
  float: right;
  width: 140px;
  height: 139px;
  text-decoration: none;
  color: #acb282;
  font-size: 18px;
  text-align: center;  
  padding-left: 10px;   
  padding-right: 10px;   
   padding-bottom: 4px;  
  background-repeat: no-repeat;  
  background-position: 0 0;  	   
  text-indent: -9999px;
     }


                                                   
.photolink a {background-image: url(photolinkbw.png);}
.photolink a:hover {background-image: url(photolink.png);}
.photolinkh a{background-image: url(photolink.png);}

.portlink a {background-image: url(portlinkbw.png);}
.portlink a:hover {background-image: url(portlink.png);}
.portlinkh a{background-image: url(portlink.png);}

.restolink a {background-image: url(restolinkbw.png);}
.restolink a:hover {background-image: url(restolink.png);}
.restolinkh a {background-image: url(restolink.png);}
                
.digilink a {background-image: url(digilinkbw.png);}
.digilink a:hover {background-image: url(digilink.png);}
.digilinkh a{background-image: url(digilink.png);}
                
#content h2{padding-top: 10px; padding-bottom: 10px;}

#content li{
  text-align: center;
  }
  
#contentblock1    {
 float: left;
 width: 920px;         
 padding:20px; 
 }
#contentblock23    {
 float: left;
 width: 600px;               
 padding:20px; 
 }
 
#contentblock2    {
 float: left;
 width: 440px;              
 padding:20px; 
 text-align: center;
 }
 
 img {
display: block;
margin-left: auto;
margin-right: auto
}
 
#contentblock3    {
 float: left;
 width: 280px;               
 padding:20px; 
 }
 
 
#contentblock4    {
 float: left;
 width: 200px;               
 padding:20px; 
 }
 
 #contentblock6   {
 float: left;
 width: 120px;               
 padding:20px; 
 }
   
    
 




#footer {       
  margin: auto; 
position: relative; 
  width: 960px;      
  height:163px;     
background-image: url(footerbg.png);
  background-repeat: repeat-x;
  
  background-color: #000000;
  text-align: center;
  padding-top:5px;
}       

#footer a{
color: ffc700;
text-decoration: none;
}


#footer, .push {
clear: both;
}
