body  {
background: #000000;
margin: 0;
}


#container { 
width: 780px;
margin: 0 auto;
}

#header { 
padding: 35px 30px 5px 20px;
background: #204060;
background-image:url(images/bg.jpg);
} 

#header a {
color: #FFFFFF;
text-decoration: none;
font-size: 30px; 
font-family: "Lucida Sans Unicode";
}

#header p {
color: #ffffff;
text-decoration: none; 
font-size: 12px; 
font-family: "Arial Narrow";
text-transform: uppercase;
}

#front {
text-align:center;
}
#front h1 {
font-size: 30px;
}

#menu {
background-color: #204060; 
padding: 6px 30px 6px 0;
text-align:right;
}

#menu a {
color: #cccccc;
text-decoration: none; 
font-size: 12px; 
font-family: "Arial Narrow";
text-transform: uppercase;
}

#menu a:hover {
color: #ffffff;
}

h1 {
color: #406080;
font-size: 18px; 
margin: 20px 0 5px 0;
}

h2 {
color: #406080;
font-size: 15px; 
margin: 20px 0 5px 0;
}

h3 {
color: #999999;
font-size: 12px; 
margin: 20px 0 5px 0;
}

#main {
} 

#text { 
margin: 0 0 0 0px;
padding: 25px 30px 30px 30px;
color: #999999;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
text-align: justify;
} 

#text a {
color: #406080; 
text-decoration: none;

}

#text a:hover {
color: #999999;
}

#text p.small {
  line-height: 0pt;
  font-size: 8pt;
  color: #999999;
  background: #000000;
  text-align: center;
}

#text p.info {
  font-size: 8pt;
  color: #888888;
  background: #000000;
  text-align: center;
}
#text p.objects {
  font-size: 8pt;
  color: #888888;
  background: #000000;
  text-align: left;
}


#footer {
padding: 6px 30px 6px 30px;
background-color: #204060; 
font-family: "Lucida Sans Unicode";
color: #cccccc;
font-size: 10px;
text-align: center;
}

#footer a {
text-decoration: none; 
color: #cccccc;
}

#footer a:hover {
color: #ffffff;
}

.separator {
font-size:11px;
color:#FFFFFF;
}

.clear {
clear:both;
}

/* Image positioning styles */
.image-left {
  float: left;
  clear: both;
  padding: 0 1em 0 0;
  font-style: italic;
}
.image-right {
  float: right;
  clear: both;
  width: 225px;
  padding: 0 0 0 1em;
  font-style: italic;
}
.image-center {
  clear: both;
  text-align: center;
  padding: 0 1em 0 1em;
  font-style: italic;
}
.image-notes {
  float: right;
  clear: both;
  width: 320px;
  padding: 0 0 0 1em;
  font-style: italic;
}
.image-eq {
  float: right;
  clear: both;
  width: 320px;
  padding: 0 0 0 1em;
  font-style: italic;
}
.image-blog {
  text-align: center;
/*  text-align: justify;*/
  /*font-style: italic;*/
  color: #444444;
  background: #000000;
  font-size: 8pt;
}


div.thumbs {
  float: left;
  width: 160px;
  text-align: center;
  min-height: 165px;
  color: #aaaaaa;
  background: #000000;
  }
div.thumbs img {
  border: 0;  
}
