#envelope {
	position: relative;
	margin: 0 auto;
	width: 808px;
	text-align: left;
	}
	#header {
		position: relative;
		width: 808px;
		height: 131px;
		background: transparent url(../../img/interface/bg-header.jpg) top left no-repeat;
		overflow: hidden;
		}
		#logo {
			position: absolute;
			top: 15px;
			left: 48px;
		}
		#printLogo {
			display: none;
		}
		#navigation {
			padding: 3px 0 0 5px;
			margin: 0 0 141px 200px;
			width: 400px;
			height: 25px;
			background: transparent url(../../img/interface/bg-nav.png) top left;
			float:right;
			}
			<!--#navigation ul {
				<!--}
				#navigation ul li {
					float: left;
					}
	#middle {
		position: relative;
		background: transparent url(../../img/interface/bg-middle.jpg) top left no-repeat;
		}
		h1 {
			padding-left: 40px;
			margin: 0 0 54px 52px;
			background: #ff9d3c;
			width: 655px;
		}
		#content {
			padding: 0 249px 1px 93px;
		}
	#circlePhoto {
		position: absolute;
		top: 54px;
		left: 537px;
		z-index: 20;
	}
	#footer {
		position: relative;
		padding: 61px 0 0 213px;
		height: 59px;
		background: transparent url(../../img/interface/bg-footer.jpg) top left no-repeat;
		}
		#footer ul {
			}
			#footer ul li {
				float: left;
				}
	#printFooter {
		display: none;
	}