
body {

	font-family:  verdana;
	font-size: small;
	background-color: gray;
}

.banner {

	position: absolute;
	top: 0;
	left: 0;

}
.nonadspace {
	
	position: absolute;
	top: 0;
	left: 130;
	width: 100%;

}
.leftadcolumn {
	position: absolute;
	top:0;
	left:0;
	width:120;
	height: 150%;
	background-color: #990000;

}
maincontent {

	position: absolute;
	top: 100;
	left: 20;
	width: 500;
	background-color: #555555;
	border-style: ridge;
	border-color: black;
}

.maincontentdiv {

	position: absolute;
	top: 100;
	left: 20;
	width: 500;
	background-color: #555555;
	border-style: ridge;
	border-color: black;
}

A:visited  {
	color: #BBBBBB;

}

A:link {
	color: #BBBBBB;
}
