/* Other stuff style sheet for andybettis.com web site */

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

body {
	color: #113;
	}

a {
	color: #113;
	}

a:hover {
	color: #f8f;
	}


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

.contentIndexed {
	margin-left: 0px;
	border-left: 120px solid #ddf;
	}

