BODY {
margin:0px; 
background-color:#F7F7F7;
}
H1 {
font-family:ANTQUABI;
text-align:center;
font-size:24px;
color:#ff0000; 
}
H2 {
text-align:center; 
font-family: Arial;
font-size:17px;
}    
P { 
text-indent: 30px; 
text-align: justify; 
font-family:  Century Gothic;
font-size:16px;
}
LI {
font-family: Century Gothic;  
font-size:16px;
}
.pict {
margin-left:1px;
margin-right:1px;
margin-top: 1px;
margin-bottom: 1px;
border: 4px double black;  
}
.header {
    position:relative; 
    top:0px; 
    width: 100%;
    min-width:1000px; 
    background-color:#00AFDA;  
    text-align:center; 
    height:60px;
}
.navup {
    font-family: Arial;
    color: #F7F7F7; 
    padding-right: 25px; 
    padding-left: 25px; 
    font-size: 14px;
  }
.logo {
    font-family: MTCORSVA ;
    color:#F7F7F7; 
    font-size:38px; 
    text-decoration:none;
} 
.line {  
  width: 100%;
  min-width: 1000px; 
  height: 1px; 
  background-color: grey;
}
.main  {
  position: relative; 
  text-align: left; 
  width: 60%; 
  min-width: 1000px; 
  padding-top: 10px;
  padding-bottom: 10px;
  }
.main a {
   font-family: Century Gothic;
   color: #00AFDA; 
   text-decoration:none;
   font-size:16px;
  font-weight:bold;
}
.news  {
  position: relative; 
  text-align: left; 
  width: 40%; 
  min-width: 1000px; 
  padding-top: 10px;
  padding-bottom: 10px;
  height:auto;
  }
.news a {
   font-family: Arial;
   color: #00AFDA; 
   text-decoration:none;
   font-size: 18px;
}
.news a:hover {
    color:#ff0000; 
}
.news .line {  
  margin-top:10px;
  width: 100%;
  min-width: 1000px; 
  height: 1px; 
  background-color: grey;
}
.mark {
    font-size: 18px;
    text-align: center; 
    font-family:ANTQUABI;
    font-weight: bold;
    color: #ff0000;
}
.footer {
    width:100%;
    min-width:1000px; 
    text-align:center;
    background-color: #F7F7F7;
   }
.footer a {
  font-family: Arial;
  color: #00AFDA; 
  padding-right: 30px; 
  font-size: 14px;
}  
.copyright {
    font-size:12px;
    padding:5px;
    font-family:Arial;
    text-align:left;
}
.overthubms  {
  font-family: ANTQUABI; 
  font-size: 16px; 
  font-weight: bold; 
  position: relative; 
  text-align: left; 
  width: 100%;
  min-width: 1000px;  
  padding-top: 20px; 
  padding-bottom: 10px; 
  text-indent: 20px;
}
.date {
font-size:13px; 
font-family:Arial; 
text-align:left; 
padding-top:10px; 
padding-bottom:5px; 
font-style:italic;
}
#largeImg {
    width:100%;
    min-width: 1000px;  
    }
#thumbs {
	margin: 0;
	padding: 0;
    min-width: 1000px;
    width: 100%;
    height: 160px;
}  
#thumbs li {
	list-style: none;
    width: 13.2%;
    padding: 0.5%;
	margin: 0px;
	float: left;
}
@font-face {
    font-family: ANTQUABI;
    src: url(fonts/ANTQUABI.EOT); 
    src: local(ANTQUABI), url(fonts/ANTQUABI.TTF);
   }
@font-face {
    font-family: MTCORSVA; 
    src: url(fonts/MTCORSVA.EOT); 
    src: local(MTCORSVA), url(fonts/MTCORSVA.TTF);
   }

/* ######### Style for Drop Down Menu ######### */
.chromestyle{
position: relative;
left: 0px;
top: 0px;
background-color: F7F7F7;
width:100%;
min-width:1000px;
height:60px;
text-align:center; /*set value to "left", "center", or "right"*/
}
.chromestyle a{
color: black;
text-decoration: none;
font-weight: bold;
font-family: ANTQUABI;
font-size:16px ;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
right: 0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: F7F7F7;
width: 240px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
color: black;
width: auto;
display: block;
text-indent: 0px;
font-size:14px ;
font-weight: bold;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 3px;
text-decoration: none;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: white;
}