  /* CSS Document */
/* 2 Column Design from matthewjamestaylor.com */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	background: #FFFFFF;
}

#header {
	clear: both;
	width: 100%;
	position: fixed;
	top: 0;
	text-align: right;
	color: #FFFFFF;
	float: left;
	background-image: url(/faculty/petersen/ftp/advice/Images/header.gif);
}

#container {
	position: fixed;
	top: 83px;
	bottom: 65px;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;  
	background: #FFFFFF; //THE SIDEBAR WILL BE THIS COLOR
}

#container #columnsWrapper {
	float: left;
	width: 200%;
	position: fixed;
	left: 200px;
	background: #FFFFFF;
}

#container #contentWrapper {
	float: right;
	width: 50%;
	position: fixed;
	right: 200px;
	padding-bottom: 1em;
}
/* change overflow:auto to overflow:hiddent */
#container #content {
	margin: 0px 0px 4px 215px;
	padding: 0px 15px 0px 5px;
	position: fixed;
	top: 83px;
	bottom: 65px;
	left: 0px;
	overflow: auto;
	background: white;
}

#container #sidebar {
	float: left;
	border-right: 1px solid #000000;
	background: #EBEBEB;
	width: 200px;
	overflow: auto;
	text-align: center;
	position: fixed;
	top: 83px;
	bottom: 65px;
	left: 0px;
}

#footer {
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #000000;
	margin-top: 10px;
	text-align: center;
	background-image: url(/faculty/petersen/ftp/advice/Images/footer.GIF);
	color: white
}