html, body{
margin: 0;
padding: 0;
height: 100%;}

body{
font: 11px Verdana; 
color: #000000;}

div#header{
position: fixed;
left: 0;
top: 0;
height: 153px;
width: 100%;
background: url(img/header_bg.jpg)}

div#header h1{
margin: 0;
padding: 0;
font-size: 0;
color: #e9d504;
width: 100%;
height: 100%;
background: url(img/header.jpg) no-repeat center top} 

div#menu{
position: fixed;
top: 135px;
left: 0px;
width: 100%;
height: 18px;}

div#menu ul{
width: 750px;
margin: 0 auto;
padding: 0 0 0 20px;
list-style: none;}

div#menu li{
display: inline;
margin: 0 5px;}

div#menu a{
font-weight: bold;
color: #000000;
text-decoration: none;}

div#menu a:hover, div#menu a.active{
color: #ffffff}

div#content{
padding: 153px 0 75px 0;
width: 750px;
margin: 0 auto;}

div#text{
}

div#content h2{
margin: 0;
padding: 5px 0;
font-size: 14px;
text-transform: uppercase;}

div#footer{
position: fixed;
left: 0;
bottom: 0;
height: 75px;
width: 100%;
background: url(img/footer_bg.jpg)}

div#footer p{
margin: 0;
padding: 0;
font-size: 0;
color: #959595;
width: 100%;
height: 100%;
background: url(img/footer.jpg) no-repeat center top}

form, fieldset{
margin: 0;
padding: 0;
border: 0;}

label{
float: left;
width: 160px;
margin-bottom: 6px;}

input.text, textarea{
font-family: Verdana, Arial;
font-size: 11px;
width: 230px;
margin-bottom: 3px;}

input.button{
font-weight: bold;
width: 100px;}

fieldset br{
clear: left;}

div.image{
float: left;
margin: 2px;}

div.image img{
border: 1px solid #e8d503;}

div#gallery{
float: right;
width: 185px;}

.clear{
clear: both;}

a{
color: #000000;}

