/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background:url("gfx/mainbg.jpg") repeat;
 font-family:Verdana, Arial, Helvetica, sans-serif;
} 

IMG.head {
border:none;
z-index:11;
} 
 #header{
 position:relative; 
 height:331px; 
 width:100%;
 z-index:10;
 width:780px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 } 
 
 #pagewidth{ 
 clear:both;
 width:780px; 
 position: relative; 
 text-align:center;  
 margin-left:auto; 
 margin-right:auto;
 text-align:center;
 } 
 
 #maincol{
 background-color: #000000;  
 display:inline; 
 text-align:left;  
 width:780px; 
 z-index:5;
 float:right;
 }
 
 #flash {
 z-index:2;
 }
 
 #footerMenu {
 clear:both;
 background: #000;
 text-align:center;
 height:20px; 
 width:100%;
 padding-top:10px;
 font-weight:bold;
 font-size:10px;
 }
 
 #footer{
 clear:both;
 height:20px; 
 width:100%;
 background-color:#000000; 
 font-size:10px;
 color:#FFF;
 }
 
 
 A:link, A:visited, A:active {
 color:#C30;
 }
 a:hover {
 color:#F63;
 }
 
 H1 {
 color:#FEE;
 font-size:16px;
 text-align:center;
 }
  
 H2 {
 color:#FEE;
 font-size:14px;
 }
 
 P {
 color:#FFF;
 padding-left:40px;
 padding-top:10px;
 padding-bottom:10px;
 padding-right:40px;
 text-align:justify;
 font-size:12px;
 }
 #center.P {
 text-align:center;
 }
 
 table {
 width:80%;
 border:none;
 color:#FFF;
 font-size:12px;
 margin-left:auto; 
 margin-right:auto;
 }
 td, tr {
 border:none;
 padding:10px;
 }
 
 td.b {
 font-weight:bold;
 }

 #gallery img{
 width:80px;
 height:80px;
 border: solid 2px #CC3300;
 }

.more {display: none; padding-left:20px;}

#center {
text-align:center;
margin-right:auto;
margin-left:auto;
}