body {
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color: black;
	
}

a:hover {
	text-decoration:none;
	color:blue;
}


.box {
	width: 205px;
	float: left;
	font-size: 12px;
	margin-right: 10px;
}

.imgbox {
	width: 205px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 3px;
}

.spacer {
	width: 645px;
}

.hilite {
	background-color:#FCE13D;
}



.liner {
	float: left;
	margin-top: -5px;
}

.container {
	width: 645px;
}

.top {

	float: left;
	padding-bottom: 5px;
	background-color: white;
}

.description {
	font-size: 11px;
	width: 420px;
	float: left;
}

.description2 {
	font-size: 11px;
	width: 645px;
	float: left;
}

.bottom {
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	display: none;
	background-color: white;
}

.images {
	width: 645px;
	float: left;
}

a {
	border: none;
}
