* { margin: 0; padding: 0; outline: 0; border: 0; list-style: none; text-decoration: none; }

body {
	background: #c2ebfc url(../images/mainbodybg.gif) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #041d28;
}

#container {
	width: 800px;
	margin: 20px auto 0 auto;
}

#welcome {
	width: 800px;
	height: 160px;
	margin: 20px 0;
	float: left;
	background: url(../images/mainlogo.png) bottom center no-repeat;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #0778a7;
	text-shadow: 0 1px 0 #e1f5fe;
}

#welcome span {
	display: none;
}

#intro {
	width: 800px;
	float: left;
}

#intro p {
	width: 800px;
	margin: 0 0 20px 0;
	float: left;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 1px 0 #e1f5fe;
}

#intro p strong {
	font-size: 24px;
}

#intro p a {
	color: #094761;
}

#intro p a:hover {
	color: #000;
}

#sites {
	width: 800px;
	float: left;
}

#sites h2 {
	width: 780px;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	float: left;
	font-size: 26px;
	font-weight: bold;
	color: #0778a7;
	text-shadow: 0 1px 0 #e1f5fe;
}

#sites ul {
	width: 760px;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	float: left;
	background: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#sites ul li {
	width: 320px;
	padding: 10px 30px;
	float: left;
	font-weight: bold;
}

#sites ul li img {
	display: block;
	margin: 0 auto 20px auto;
}

#sites ul li h4 {
	width: 320px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #666;
	font-size: 20px;
	color: #094761;
	text-align: center;
}

#sites ul li h4 a {
	color: #094761;
}

#sites ul li:hover h4 a {
	color: #000;
}

#sites ul li p {
	font-size: 14px;
	text-align: center;
}

#copyright {
	width: 800px;
	padding: 10px 0 20px 0;
	border-top: 1px dotted #247192;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #e1f5fe;
}

#banner {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 5px 0;
	background: #0778a7;
	color: #fff;
	text-align: center;
}

#banner a {
	color: #fff;
	font-weight: bold;
}