/* Tools Section Specifics */

#toolswrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}



.width300 {
	width: 280px;
	margin-right: 20px;
	margin-left: 10px;
}

.width620 {
	width: 620px;
	margin-right: 20px;
	margin-left: 10px;
}

#toolswrap h1{
	background: black url(../images/titleback.png) repeat-x -11px;
	display: inline;
	padding: 4px;
	color: white;
	font-weight: bold;
}

#toolswrap h2{
	padding: 4px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
	border-bottom: 1px solid #b3b3b3;
}

#toolswrap ul, li {
	margin-left: 5px;
	margin-top: 10px;
	
} 
 

#toolswrap a:hover {
	background: black url(../images/linkback.png) repeat-x -11px;
	color: white;
}
