.column-1 {
	top:0px;
	left : 0px;
	width : 150px;
	background-color : Aqua;
	height : 500px;
	font-size : 12px;
	position : absolute;
	margin-top : 140px;
}

A:HOVER, A:FOCUS {
	background-color : Silver;
	text-decoration : none;
}
A:LINK {
	text-decoration : none;
	color : Green;
}

A:VISITED {
	text-decoration : none;
	color : inherit;
}




.column-2 {
	margin-left : 150px;
	margin-right : 200px;
	background-color : #FFFFCC;
	top : 0px;
	position : absolute;
	margin-top : 140px;
	width : 500px;
}



.PageHeader {
	background-color : #FFFFCC;
	height : 105px;
	margin-top : 0px;
	position : absolute;
	padding-top : 0px;
	border : thin #FFFFB0;
}