html, body {
height: 100%;
}

body 
{
    font-family: 'Cantarell', arial, serif;
    color:#ffffee;
    padding:0px;
    margin: 0;
    padding: 0;
    background: #1d1d1d ;
    /*background-image: url(../media/page/background.png) ;*/
}

/*.index {
    background-image: url(media/page/horizontal.png);
    background-repeat:repeat-y;
    background-position:center; 
}*/

.container {
    background-image: url(../media/page/horizontal.png) ;
    background-repeat:repeat-y;
    margin:auto;
    width: 1010px;
    min-height: 100%;
    padding-top:10px;
    position:relative;
}

.controls {
    width:241px;
    margin:auto;
    overflow:none;
}

.controls button {
    margin:0px;
}

a {
    color:white;
    text-decoration: none;
    cursor:pointer;
}

h2
{ 
    color: #999;
}

#navblock {
    position:absolute;
    left:30px;
    z-index:10000;
}

.nav {
    float:left;
    position:relative;
}

.anav  {
    position:relative;
}

.subnav {
    position:relative;
}

.subnavblock {
    position:absolute;
    top: 52px;
    display: none;
}

.gallerynav {
    margin-top:10px;
}

.nav a, .subnav a, .gallerynav a
{
    font-size:8px;
    display: block;
    width: 130px;
    padding: 18px;
    /*margin: 0;*/
    margin: 2px;
    color: #999;
    background:#222;
    background-image: url(../media/page/button_left.jpg) ;
    background-repeat: repeat-y;
    border: 1px solid #1a1a1a;
    text-decoration: none;
    text-align:right;
}

.gallerynav a {
    padding: 0px;
    padding-top: 18px;
    width: 400px;
    position:relative;
    height: 50px;
}

.gallerynav a span {
    margin-right:18px;
}

img.navimage {
    position:absolute;
    left:5px;
    border:0px;
    /*display:none;*/
    width:30px;
    height:30px;
}

.nav a img.navimage {
    top:10px;
}

.subnav a img.navimage {
    top:12px;
}

#page {
    /*border:1px solid white;*/
    padding: 50px;
}


#page-centre-container {
    width: 660px;
    margin:auto;
    /*border:1px solid white;*/
}

#home-lefttext {
    float:left;
    width:250px;
    text-align:right;
    padding:5px;
    font-size:1.18em;
}

.pics {  
    height: 400px;
    width: 400px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    float:left;
} 

.pics img {  
    padding: 0px;  
    background-color: #1d1d1d;  
    width:  400px; 
    height: 400px; 
    top:  0; 
    left: 0; 
    display: none;
}

.hiddengallery {
    display: none;
}

#footer {
    
    position: fixed; 
    bottom: 0; 
    /* hack to do fixed position centering */
    width: 700px; 
    right: 10px; 
    
    text-align:right;
    font-size: x-small;

}