body {
	border-top: 4px solid #0099ff;
	color: #333;
	font-size: 16px;
	font-family: "helvetica neue", helvetica, verdana, arial, sans-serif;
	background: #efefef;
	padding-bottom: 60px;
}

a, a:link {
	color: #0099ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px dotted #999;
}

#grid {
	padding: 0 10px 20px 10px;
}

#splash {
	padding-top: 40px;
}


#splash h1 {
	font-size: 48px;
	font-family:  Georgia, "Times New Roman", serif;;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -2px;
}

#greeting {
	float: left;
	font-size: 24px;
	margin-left: 30px;
	background: url(../images/a.png) no-repeat 0px 0px;
	padding-left: 210px;
	margin-bottom: 60px;
}

#greeting p {
	line-height: 30px;
}

.section h2 {
	clear: both;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.linkbar {
	clear: both;
	height: 140px;
	margin-bottom: 20px;
}

.linkbar .box {
	width: 220px;
	margin-right: 20px;
	float: left;
}

.linkbar .last {
	margin-right: 0;
}

.box img {
	border: 1px solid #ccc;
	filter:alpha(opacity=60);  
	-moz-opacity:0.60;  
	-khtml-opacity: 0.60;  
	opacity: 0.60; 
}

.box img:hover {
	filter:alpha(opacity=100);  
	-moz-opacity: 1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}

.box a {
	background: #eee !important;
	width: 220px;
	height: 140px;
	display: block;
}

#footer {
	clear: both;
	font-size: 10px;
	width: 220px;
	padding: 5px 0;
	margin-top: 1px;
	margin-right: 10px;
	background: #333;
	color: #fff;
	float: right;
	text-align: center;
	border-bottom: 1px solid #999;
}
