.thumbsBox{
	width: 160px;
	height: 100px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 0px;
	padding-bottom :25px;
}
.thumbsBox a{
	padding: 5px;
	border: 1px solid #5B7900;
	text-align: center;
	width: 150px;
	float: left;
	height:90px;
	overflow: hidden;
}
.thumbsBox a:hover
{
    background-color :#5B7900;
    border-color:#000;
	}

#contentBox {
	padding-top: 10px;
	min-height:500px;
}
.control {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5B7900;
}
#logoBox {
	float: left;
}

