body {
	margin: 0px;
	padding: 0px;
	background: center top repeat-x #EEF0F0;
	font: normal 0.80em verdana, arial, helvetica, sans-serif;
}

div#container {
	position: absolute;
	top:50px;
	width: 750px;
	height: 600px;
	background: #FFF;
	left: 50%;
	margin-left: -375px;
 	border: thin solid #CCCCCC;
}

div#header {
	background:url(library/title.gif) no-repeat #644264;
	width: 100%;
	height: 160px;
	float: left;
	clear:both;
}
#links {
	position:relative;
	top: 20%;
	margin: 0;
	padding: 13px;
	float: right;
}

#links ul {
	list-style-type: none;
}
#links li {
	padding-top: 10px;
	text-align: right;
	list-style-type: none;
}

div#content {

	float:left;
	clear:both;
	width: 95%;
	padding: 20px;
	text-align: left;
	color: #644264;
	line-height: 1.50em;
}
div#content h2{
	font-size: 1.5em;
	color: #644264;
	}
	
div#content h4{
	color: #999;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
	text-align: center;
	font-style: italic;
	}
div#content a {
	color: #644264;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}
div#small {
	font-size: 0.8em;
	line-height: 1em;
	}
	
div#bridge {
	background: url(library/bridgewatermark.gif) center no-repeat;
	height: 184px;
	}
div#footer {
	margin-left: -375px;
	left: 50%;
	position: absolute;
	top:660px;
	width: 750px;
	color: #644264;
	font-size: 0.75em;

}

div#footer a {
	color: #644264;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
	
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
