/* CSS Document */

body{
	margin-left:auto;
	margin-right:auto;
	}
	
.wrapper{
	width:750;
	border-bottom:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
	padding:0;
	margin-top:0;
	}
	
#menu{
	margin-top:0;
	float:left;
	padding:0;
	}	


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

