body {
margin: 0 auto;
background-color: #083959;
background-image: url(_images/bgtile.gif);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4e4e4e;
}

a {
color: #1c6391;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

a:hover {
color: #114567;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .80;   
opacity: .80;
-khtml-opacity: .80; 
}

#container {
width: 800px;
margin: 44px auto 0 auto;
background-color: #ffffff;
}

.dividersm {
width: 800px;
height: 2px;
border-top: 1px solid #bfbfbf;
margin: 0 auto;
}

.dividersmbot {
width: 800px;
height: 2px;
border-bottom: 1px solid #bfbfbf;
margin: 0 auto;
}

#contentbox {
width: 760px;
margin: 0 auto;
text-align: left;
}

.imgdiv {
width: 190px;
margin: 0;
float: left;
}

.imgthumb {
width: 111px;
height: 111px;
background-image: url(_images/thumb.gif);
background-repeat: no-repeat;
margin: 0 auto 3px auto;
}

.imgthumbpad {
padding: 8px 0 0 8px;
}

.centerit {
text-align: center;
}

.spacer2 {
margin: 0 0 2px 0;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer20 {
margin: 0 0 20px 0;
}

.title {
font-size: 18px;
line-height: 22px;
}

.smalltxt {
font-size: 10px;
}

.clearit {
clear: both;
}

#footer {
width: 800px;
height: 45px;
background-image: url(_images/footer.gif);
background-repeat: no-repeat;
margin: 0 auto;
font-size: 10px;
text-align: center;
color: #6b6b6b;
}

.footerpad {
padding-top: 16px;
}

.footerpad a{
font-size: 10px;
}


/* FORM */
form {
margin: 0;
padding: 0;
}

.formbox, select {
background: #beb199;
padding: 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 0 9px 0;
border: 0;
color: #4d3e24;
font-size: 11px;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}


/* GALLERY */
.pics {  
width: 800px;  
height: 300px;  
padding: 0;  
margin: 0;
} 
 
.pics img {  
width: 800px;  
height: 300px;  
top: 0; 
left: 0; 
} 




