/* GLOBALS */
body {
margin: 0 auto;
background-color: #000000;
text-align: center;
}

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

a {
text-decoration: none;
color: #ec4343;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #b82b2b;
}

a.titlelink {
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #ec4343;
}

a.titlelink:hover {
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #b82b2b;
}

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: .8;   
opacity: .8;
-khtml-opacity: .8; 
}

#container {
margin: 0 auto;
width: 814px;
text-align: left;
}

.menu {
width: 900px
text-align: center;
margin: 0 auto;
}

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

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

.spacer15 {
margin: 0 0 15px 0;
}

.spacer25 {
margin: 0 0 25px 0;
}

.spacer35 {
margin: 0 0 35px 0;
}

.padit15 {
padding: 15px;
}

.boxsmall {
width: 262px;
background-image: url(../_images/boxbg.gif);
background-repeat: no-repeat;
}

.title {
font-size: 18px;
color: #ffffff;
}

.title2 {
font-size: 14px;
font-weight: bold;
}

.title3 {
font-size: 14px;
color: #dadada;
}

.title4 {
font-size: 26px;
color: #ffffff;
}

.imgbrdr {
border: 1px solid #525252;
}

.imgfloat {
float: left;
border: 1px solid #525252;
margin: 0 18px 0 0;
}

.clearit {
clear: both;
}

.divider {
width: 100%;
height: 20px;
margin: 20px auto 0px auto;
border-top: 1px solid #323232;
}

.smalltxtital {
font-size: 10px;
font-style: italic;
}

.smalltxt {
font-size: 10px;
}

.padleft {
padding: 0 0 0 15px;
}

.footer {
font-size: 10px;
line-height: 16px;
}

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

.formbox {
padding: 6px;
background-color: #ffffff;
border: 1px solid #e3d7ba;
font-size: 12px;
margin-bottom: 7px;
}

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

/* GALLERY */
.pics {  
width: 540px;  
height: 303px;  
padding: 0;  
margin: 0 0 10px 0;
border: none; 
} 
 
.pics img {  
width: 540px;  
height: 303px; 
top: 0; 
left: 0; 
border: 1px solid #525252;
} 