
	#page {
		width: 680px;
		margin: 0 0 0 60px;
	}	
		
		#header #identity {
			width: 205px;
			float: left;
		}
		
		#header #contact {
			width: 260px;
			margin-top: 60px;
			float: right;
		}
			#header #contact ul {
				width: 120px;
				float: left;
			}
			
			#header #contact .right {
				float: right;
				width: 105px;
				padding-left: 20px;
			}
		 
	#navigate {
		margin-bottom: 25px;
		margin-bottom: 10px;
	}
		#navigate dl {
			float: right;
			width: 80px;
			padding-left: 10px;

		}	
	
		#navigate dl.home {
			width: 260px;
		}
		
		
	
	#body {
		margin-top: 20px;
	}	
	
		#body div.left, #body fieldset.left {
			float: left;
			width: 360px;
		}
		
		#body div.right, #body fieldset.right {
			width: 270px;
			float: right;
		}

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