body {
	margin: 0px;
	padding: 0px;
	background: center top repeat-x #EEF0F0;
	font: normal 0.85em verdana, arial, helvetica, sans-serif;
}
div#small {	
	font: normal 0.8em verdana, arial, helvetica, sans-serif;
}

div#container {
	position: absolute;
	top:50px;
	width: 750px;
	height: 620px;
	background: #FFF;
	left: 50%;
	margin-left: -375px;
}

div#header {
	background:url(library/header2.gif) no-repeat #006666;
	width: 30%;
	height: 620px;
	float: left;
}
#links {
	position:relative;
	top: 70%;
	margin: 0;
	padding: 10px;
	float: right;
}

#links ul {
	list-style-type: none;
}
#links li {
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
	list-style-type: none;
}

div#content {
	float:right;
	width: 64%;
	padding: 35px 20px;
	text-align: left;
	color: #566;
	line-height: 1.65em;
}
div#content h2{
	font-size: 1.5em;
	}
	
div#content a {
	color: #006666;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}
div#footer {
	margin-left: -375px;
	left: 50%;
	position: absolute;
	top:680px;
	width: 750px;
	color: #006666;
	font-size: 0.75em;

}

div#footer a {
	color: #006666;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
	
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


