html, body {
	background : #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

#Container {
	color: #000000;
}

#Space {
	width: 627px;
	background: #d0d0d0;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	margin-left: auto;
	margin-right: auto;
	color: #d0d0d0;
}

#Logos {
	margin-left: auto;
	margin-right: auto;
	background: repeat-x url(images/Center_Header.png) #650000;
	display: block;
	height: 57px;
	width: 597px;
}

.NYPL_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.FSU_logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: right;
}

#Outter {
	background: #650000 url(images/side_bg.png) repeat-x;
	height: 198px;
	clear: both;
}

#Inner {
	margin-left: auto;
	margin-right: auto;
	width: 627px;
	height: 198px;
	background: #861716 url(images/center_bg.png) repeat-x;
}

.Menu {
	float: left;
	font: small-caps 16px/40px Georgia, "Times New Roman", Times, serif;
	list-style: circle outside;
	margin-top: 40px;
}

.LWW_logo {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#Content {
	width: 597px;
	background: #d0d0d0;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.ADS_logo {
	display: block;
	margin-right: 5px;
	margin-left: auto;
}

h1 {
	font-size: 18px;
	font-variant: small-caps;
}

h2 {
	font-size: 16px;
	font-variant: small-caps;
}

.Links {
	font: small-caps 16px/40px Georgia, "Times New Roman", Times, serif;
	list-style: circle outside;
	color: #000000;
}

.Small_Links {
	font: small-caps 14px/20px Georgia, "Times New Roman", Times, serif;
	list-style: circle outside;
	color: #000000;
}

a:link,a:visited {
	color : #000000;
	text-decoration: none;
	border-width: 0;
	border-style: none;
}

a.Body_Links:link,a.Body_Links:visited {
	color : #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a.Body_Links:hover,a.Body_Links:visited:hover {
	color : #650000;
	text-decoration: underline;
}

a.Header_Links:link,a.Header_Links:visited {
	color : #d0d0d0;
	text-decoration: none;
}

a.Header_Links:hover,a.Header_Links:visited:hover {
	color : #ffffff;
	text-decoration: underline;
}