/* generated by csscreator.com */ 

a {
	text-decoration:none;
} 

img {
   border: 1px solid #ffffff;
   }

html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ }

#index{
padding: 50px 50px 0px 50px;
}
 
#header{
 position:relative; 
 height:10%; 
  background-color:#FFFFFF; 
 padding: 25px
 } 
 
#leftcol{
 width:45%; 
 float:left; 
 position:relative; 
 text-align: center;
 padding-top: 25px
  }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:50%; 
 padding: 0px 25px;
 }
 

 
 /* *** 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 */  



