/* CSS Document */

.siteBox{
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
}
.siteBox h1{ !important
	width:600px;
	background-color:#fff;
	margin:0px;
	padding:0px 0px 5px 3px;
}

.siteBox a{
	width:600px;
	overflow:hidden;
	text-decoration:none;
	color:#000;
	height:130px;
	float:left;
	display:block;
}
.siteBox a:hover{
	text-decoration:none;
	color:#000;
	background-color:#eee;
	float:left;
	display:block;
}

