#container {
		width: 100%;
		position: relative;
	}

#header {
		position: relative;
		left: 123px;
		width: 864px;
		height: 60px;
		background-color: #D5D5D5;
		border-bottom: 1px solid #BDBDBD;
}

#main {
		position: relative;
		left: 125px;
		width: 860px;
		height: 100%;
		background-color: #FFF;
		border-top: 1px solid #6A6A6A;
	}
#subnav {
		text-align: center;
	}
#content {
		width: 750px;
		min-height:440px;
		margin: 38px 0 0 67px;
		border: 1px solid #000;
		background-color: #D5D5D5;
		padding-left:20px;
	}
#footer {
		height: 22px;
		width: 760px;
		text-align:right;
		float: right;
	}
#container .related-hidden {
		position:absolute;
		visibility:hidden;
		display:none;
	}
