/*html, body* { margin: 0; padding: 0; }*/
html { height: 100%; }

body { 
  font-family:verdana;
  color:#FFFFFF;
  font-size:10px;
  /*background:#000000;*/
}

a:link { color:#6E90AB; text-decoration:none; font-weight:bold; }a:visited { color:#6E90AB; text-decoration:none; font-weight:bold; }a:active { color:#6E90AB; text-decoration:none; font-weight:bold; }a:hover { color:#6E90AB; text-decoration:underline; font-weight:bold; }

h1, h2, h3, h4, h5, h6 { font-family:verdana; font-weight:bold; font-size:11px; margin-bottom:10px; margin-top:2px; margin-left:2px; }

#bigbox{
  position:absolute;
  width:660px;
  margin-left:-330px;
  left:50%;
  top:0px;
  border:1px solid #777777;
  border-top:0px;
  background:#333333;
}




#topmenu {  position:relative;  float:left;  width:660px;  height:25px;  text-align:left;  color:#ffffff;  line-height:25px;  font-size:10px;
  font-weight:bold;
  background:#444444;
  border-bottom:1px solid #777777;
}

#topmenu a {
  padding:9px;
  border-right:1px solid #575757;
}

#topmenu .current a {
  background:#5392D5;
}

#topmenu a:link { color:#ffffff; text-decoration:none; }#topmenu a:visited { color:#ffffff; text-decoration:none; }#topmenu a:active { color:#ffffff; text-decoration:none; }#topmenu a:hover { color:#ffffff; text-decoration:none; background:#5392D5; }

#bigpic {  position:relative;  float:left;  width:100%;
  height:350px;  background:#444444;
  /*border-bottom:1px solid #777777;*/
}


#title {
  position:relative;
  float:right;
  margin-top:-340px;
  text-align:right;
  width:100%;
  height:60px;
  z-index:10;
  right:10px;
}

#subtitle {
  position:relative;
  float:right;
  margin-top:-290px;
  text-align:right;
  width:100%;
  height:20px;
  z-index:10;
  right:5px;
}

#menu {
  position:relative;
  float:left;
  width:130px;
  margin-top:-120px;
  left:10px;
  z-index:10;
}



#content {
  position:relative;
  float:right;
  width:600px;
  margin-top:20px;
  margin-bottom:20px;
  margin-right:30px;
  margin-left:30px;
  line-height:12px;
}

#content p {
  margin-top:2px;
  margin-bottom:6px;
  margin-left:2px;
  margin-right:2px;
}






#footer {  position:relative;  float:left;  width:660px;  height:30px;  text-align:center;  color:#ffffff;  line-height:14px;  font-size:10px;  
  background:#444444;
  border-top:1px solid #777777;
}

#footer p {
  margin:0px;
  padding:0px;
}





