html, body{ 
 margin:14px 0px 0px 0px; 
 padding:0; 
 text-align:center; 
 background-image: url(../images/bg.gif);
 background-repeat: repeat;
 font-family: verdana, sans-serif;
 color: #ffffff;
 font-size: 11px;
}

 
#pagewidth{ 
 width:751px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:297px; 
  background-color:#000000; 
 width:100%;
} 
 
#maincol{
 margin: 0px;
 padding: 0px 0px 0px 0px 0px; 
 background-color: #000000;  
 float: right; 
 display: inline;
 position: relative; 
 width:751px;
 height: 398px; 
 overflow: auto;
 background-image: url(../images/content.jpg);
 background-repeat: no-repeat;
 }
 
 #text {
 padding: 20px 20px 0px 20px;
 }
 
#footer{
 height:26px; 
 background-color:#000000; 
 clear:both;
 background-image: url(../images/footer.gif);
 background-repeat: repeat-x;
 text-align:right;
 vertical-align: baseline;
 } 
 
 #space{
 height:26px; 
 background-color:#000000; 
 } 
 

 
 /* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

h1 { 
color:#ffffff; 
font-size:14px; 
}

a:link { 
text-decoration: none;
font-weight:bold; 
color:#ffffff; 
}

a:visited { 
text-decoration: none; 
font-weight:bold; 
color:#ffffff; 
}
  
a:hover { 
text-decoration:none; 
font-weight:bold; 
color:#787854; 
}

a:active { 
text-decoration:none; 
font-weight:bold; 
background-color:#CCFFFF; 
}
