@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 26px;
}

#welcome, #services {
	float: right;
	width: 510px;
}
#home-image {
	height: 250px;
}
#home-image, #news {
	float: left;
	width: 365px;
}
#services, #news {
	padding-top: 25px;
}

#services a:link, #services a:visited {
	display: block;
	padding: 5px;
	width: 240px;
	text-decoration: none;
	border: 1px solid #fff;
}
#services a:hover, #services a:active {
	background: #c6deff;
	border: 1px solid #2362b9;
}

.service-name {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.service-description {
	font-size: 10px;
	color: #555;
}

.news-item { padding-bottom: 10px; font-size: 95%; }
.news-date { font-size: 95%; }
.news-title { font-weight: bold; }
