/* generated by csscreator.com */ 
/*@font-face {
	font-family: pmcfont;
	src: url('font/pmcfont.ttf');
}*/

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url(images/back.png);
 background-position:top;
 background-attachment:scroll;
 background-repeat:no-repeat;
 background-color:#FFFFFF;
 font-family:Calibri,Tahoma,Arial, Helvetica, sans-serif;
 font-size:medium;
 color:#215682;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 background-color:Transparent; 
 width:100%;
} 
 
#maincol{
 background-color:Transparent; 
 float: right; 
 display:inline; 
 position: relative; 
 width:100%;
 padding-top:20px;
 }
 
#footer{
 height:40px;
 background-color:Transparent; 
 clear:both;
 font-size:small;
 text-align:center;
 } 
 
img{
border:none;
}
 
 /* *** 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 */  


