#content
{
	width: 100%;
	float: left;
}

#col-one
{
	width: 15%;
	height: auto;
	float: left;
}

#col-two
{
	width: 69%;
	height: 100%;
	float: left;
}

#col-three
{
	width: 15%;
	height: auto;
	float: left;
}

#col-two #header
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100%;
	border-bottom: 0px solid #404040;
}

#col-two #middle
{
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	display: block;
	padding: 10px;
	margin-left: 20px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #5B5B56;
}

#col-two #footer
{
	position: relative;
	top: 0px;
	height: 0px;
	width: 100%;
}
