/* CSS Document */

body {
	background: #026f83 url(../images/gradient/links.gif) repeat-x;
	}

#wrapper {
	background: #026f83;
	color: #000;
	}
	
#content {
	background: #e5f0f2;
	}

#link {
	padding: 10px 10px 0;
	margin-top: 15px;
	margin-bottom: 30px;
	border: 1px solid #c1dbe0;
	padding-bottom: 30px;
	background: #fff;
	}
	
#link p {
	margin-top: 5px;
	line-height: 150%;
	}

#link a:link, #link a:visited {
	font-size: 125%;
	color: #3b6269;
	text-decoration: none;
	}
	
#link a:hover, #link a:active {
	color: #3b6269;
	text-decoration: underline;
	}
	
#horizon #wrapper #content h2 {
	color: #e5f0f2;
	}
