@charset "UTF-8";
/* CSS Document */

body{
background-color:black;
font-family:Verdana, Arial, sans-serif;
font-size:10pt;
color:#cccc66;
text-align: left;
padding:0px 0px 0px 0px;
margin:0px;
}

a{
outline:none;
text-decoration:none;
color:yellow;
font-size: 11pt;
}

a:hover{
outline:none;
text-decoration:none;
color:orange;
font-size: 11pt;
}

H1{
color:orange;
font-size: 14pt;
text-align: center;

}


H2{
color:orange;
font-size: 12pt;
}


H3{
color:yellow;
font-size: 11pt;
}


#container{
font-family:Tahoma, Arial, sans-serif;
font-size:10pt;
font-color:white;
align:center;
text-align: left;
}


#banner{
height:83px;
align:center;
text-align: center;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
background-position:center top;
/* background-attachment: fixed;*/ 
}


#navigation{
font-size:10pt;
align:center;
text-align: center;
font-weight: bold;
position:relative;
top:4px;
}

#footer{
position: relative;
top:20px;
}

P.smallprint{
font-size: 11px;
color:#3F3F3F;
text-align: center;
}

#contenttabs{
// background-color: gray;
border: groove gray 3px;
border-color:gray;
}

#contenttabs2{
display:none;
// background-color: gray;
border: groove gray 3px;
border-color:gray;
}

#finegallery{
display:block;
width:100%
position:absolute;
top:300;
height:700px;
}
