#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	/* TODD EDIT - 07.19.05 @ 11:31 PM */
	/* height: 80px; */
	height: 100px;
	background: #000000;
}

#frame {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 110px;
	height: auto;
	background-color: #333333;
}

/* EDITED #content TO TEST */
#content {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: outset #CCCCCC;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#menu {
	/* TODD EDIT - 07.19.05 @ 10:58 PM */
	/* position: relative; */
	width: 100%;
	margin-top: 30px;
	background-color: #333333;
	left: 10px;
	/* TODD EDIT - 07.19.05 @ 10:58 PM */
	/* top: 160px; */
	top: 0px;




}
