/* Computing section style sheet for andybettis.com web site */

/* Inport default styles */
@import url(../local.css);

body {
	color: #002;
	}

a {
	color: #002;
	}

a:hover {
	color: #88f;
	}


#bannerBox {
	background-image: url("pix/topBanner.jpg");
	background-repeat: repeat-x;
	}
	
#indexBox {
	background-color: #dff;
	width: 140px;
	}

.contentIndexed {
	margin-left: 0px;
	border-left: 140px solid #dff;
	}

