#side1 {
	position: absolute;
	left: 0px;
	top: 55px;

	width: 300px;
}

#side2 {
	position: absolute;
	left: 350px;
	top: 55px;

	width: 300px;
}

.linkhead {
	font-family: Georgia, Lucidabright, serif;
	font-size: 18px;
	font-weight: bold;

	text-align: left;
	
	border-bottom-style: double;
	border-color: rgb(0,0,0);
}

.linkbody {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	
	text-align: left;
}