	#page {
		width: 750px;
	}
	
	#header {
		width: 580px;
		padding: 60px 10px 10px 10px;
		float: right;
		clear: both;
	}
		#header #identity {
			float: left;
			width: 70%;
		}
		#header #contact {
			margin-top: 15px;
			float: right;
			width: 25%;
		}
	
	#bar {
		clear: both;
		padding: 10px 0;
	}
		#bar div {
			float: left;
		}
		
		#bar #navigate {
			width: 150px;
		}

		
		#bar #label {
			width: 300px;
			padding: 5px 0 10px 10px;
		}
		
		#bar #label ul li {
			float: left;
		}
		
		#bar #message {
			float: right;
			width: 170px;
			padding: 10px 10px 10px 0;
		}			
	
	
	#body {
		width: 600px;
		float: right;
		clear: both;
		margin-bottom: 15px;
	}
	
	#footer {
		clear: both;
		margin-left: 160px;
		margin-right: 10px;
	}

/*	Fixes &	Hacks  */

	div:after {
	    content: "."; 
	    display: block;  
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	.clearfix:after {
	        content:".";
	        display:block;
	        height:0;
	        clear:both;
	        visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */	
	
	/* “.” */