* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-size: 1em;
}
a , strong{
	color: #00a651;
}
a:hover {
text-decoration:underline;	
}

body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #eaeaf4;
	color: #2e3192;
}
hr {
	display: none;
}
.area {
	width: 30%;
	float: left;
padding-right:3%;
margin-bottom:2em;
}

#container {
	width: 779px;
	margin: auto;
	background: #FFF;
}

#content {
	background: url(../images/splash.gif);
	height: 226px;
	text-indent: -9999px;
}
#footer {
	padding: 40px;
	font-size: .8em;
	background: url(../images/logos.gif) no-repeat 520px center;
}

#sidebar {
	background: #f4f4f9;
	border-top: 1px solid #dddeed;
	border-bottom: 1px solid #dddeed;
padding:20px 40px;
}

#sidebar dd {
margin-bottom:1em;
}

#sidebar h2 {
font-size:1.7em;
}



#title {
	text-indent: -9999px;
	background: url(../images/photos.jpg);
	height: 229px;
}


.clear {
	clear:both;
}