/* CSS Document */


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 

html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:90%;  

 min-width:760px;  
}

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

a.link {
	color:#CC0000;
	text-decoration: none;
}
a.visited {
	color:#CC0000;
	text-decoration: none;
}
a.hover {
	color:white;
	text-decoration: underline;
}
a.active {
	color:#Cc0000;
	text-decoration: none;
}
