@CHARSET "ISO-8859-1";

/*
	Positions, Floats, and Essential Widths
	
	--Should not be changed.
*/

#leftcol {
	position: relative;
	float: left;
	height: auto;
}

#rightcol {
	position: relative;
	float: left;
	height: auto;
}

#titles {
	float: left;
	margin-left: 5px;
}

.main {
	float: left;
}

.links {
	position: relative;
	float: right;
	right: 40px;
	height: auto;
}

.footer {
	float: left;
}