/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #000000;
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
font-family: arial;
background-image: url(bg1.gif);

} 
 
#header{
 position:relative; 
/* height:165px; */
/*  background-color:#1111B1; */
background-image: url(bg1.gif);
 width:100%;
 text-align: center;
 color: #FCF536;
 padding-top: 0px;
} 

div#header h1 {
 padding-top: 20px;

  font-size: 30px;
  }

div#header h2 {
  font-family: times;
  font-size: 20px;
  font-style: italic;
  }

 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
 background-image: url(bg1.gif);
 text-align: center;
 color: #FCF536;

 }
 
#maincol{background-color: #ffffff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:74%;
 }

.maincontent {
  padding: 10px;
  }

h1.maincontent {
   font-size: 24px;
   text-align: center;
  }



p.frontpage  {
padding: 10px;
}
 
#footer{
 clear:both;
 color: #FCF536;
 text-align: center;
 padding-top: 15px;
 padding-bottom: 15px;
 }
div#footer a {
  color: #FCF536;
  decoration: none; 
}

img.floatleft {
    float: left;
    padding-right: 25px;
 }

img.floatright {
    float: right;
    padding-left: 15px;
 }


.center { text-align: center; }

table {
  margin-left: auto; 
  margin-right: auto; }

td {
  text-align: left;
  }

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; float:none;}
}

