/************************* ID's *************************/
/*top right bottom left*/
#container {
	height:auto;
	width: 850px;
	text-align: left;
	left: 325px;
	top: 200px;
	margin: 200 auto;
}

#nav {
	position: relative;
	width: 210px;
	margin:0 0 0 0;
	display:block;
	border-right: 1px solid #FFFF99;
	padding:0 3 0 0;
	height: 600px;
	float: left;
}

#centerDoc {
	position: relative;
	padding: 10 0 0 25;
	height:auto;
	float: left;
	width: 600px;

}

#footer{
	position:static;
	height: 75px;
	text-align:center;
	clear: both;
	padding-top: 25px;

}
