#envelope {
	background: url(../../img/interface/envelope-background.jpg) 0 0 no-repeat;
	margin: 0 auto;
	position: relative;
	width: 778px;
	}
	
	#envelope h1#logo {
		margin: 0 0 73px 250px;
			_margin-left: 275px;
		padding-top: 59px;
		}
		#envelope h1#logo a {
			background: url(../../img/interface/logo.jpg) 0 0 no-repeat;
			display: block;
			height: 53px;
			text-indent: -999em;
			width: 443px;
		}

#content {
	background: #fff;
	border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	float: right;
	min-height: 300px;
		_height: 300px;
	padding: 43px 20px 20px 20px;
	width: 488px; /* 528px */
		_width: 463px;
}
#envelope .homepage {
	background: none;
	float: none;
	padding-top: 20px;
	width: 738px;
}

#sidebar {
	padding-top: 50px;
	width: 250px;
}

#footer {
	clear: both;
	margin-left: 250px;
	padding-top: 20px;
	text-align: right;
	}
	
	#footer #credit {
		font-size: .833em;
	}
