/* CSS Document */
body{
margin-top:150px;}
img {
	margin:0px;
	border:none;
}
#splashpage{
	width: 649px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-image: url(images/splash/top.gif);
	padding-top: 125px;
	
}

.box {
	height: 148px;
	float: left;
	background-repeat: no-repeat;
	text-align:justify;
}
#box1 {
	width: 162px;
	background-image: url(images/splash/1.gif);
	padding-left: 40px;
	padding-right: 20px;

}
#box2 {
	background-image: url(images/splash/2.gif);
	width: 161px;
	padding-left: 20px;
	padding-right: 20px;
}
#box3 {
	background-image: url(images/splash/3.gif);
	width: 156px;
	padding-left: 20px;
	padding-right: 50px;
}
#box1 a {
	color: #496d91;
}
#box2 a {
	color: #be7329;
}
#box3 a {
	color: #657d3d;
}
.box img {
	border: none;
	float: right;
}
