/* CSS Layout Document */

	#page {
		width: 844px;
		margin: 0 auto;
	}
	
	#header {
		height: 145px;	
		margin-bottom: 15px;
	}
		#header .identity {
			padding-top: 49px;	
			margin-left: 15px;
		}
		
		#header .contact {
			float: right;	
		}
		
	#navigate {
		margin-bottom: 20px;	
	}
	
	#footer {
		margin-top: 20px;
		padding-bottom: 45px;
	}
