body {
	margin-left: 0em;
	margin-top: 0em;
	background-color: #666666;
	margin-bottom: 0px;
}

#symposia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 400px;
	width: 500px;
	padding: 5px;
	position: absolute;
	left: 220px;
	overflow: auto;
	top: 260px;
	background-color: #FFFFFF;
}
span.header {
	font-weight: bold;
	background-color: #3D2A27;
	width: 200px;
	padding: 2px;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	font-size: 1.1em;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	height: 230px;
	width: 200px;
	position: relative;
	top: 20px;
	left: 5px;
	font-weight: bold;
	border: 1px solid #3D2A27;
	background-color: #FFFFFF;
}
#sidebar a:link, #sidebar a:visited {
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3D2A27;
	height: 20px;
	text-decoration: none;
	color: #3D2A27;
	padding: 5px;
	width: 180px;
	left: 5px;
	position: relative;
	top: 10px;
	background-color: #DEE4E5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D2A27;
}
#sidebar a:hover {
	color: #486A97;
	text-decoration: underline;
}
#banner {
	display: block;
	position: relative;
	height: 200px;
	width: 735px;
	background-image: url(images/banner.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#about {
	display: block;
	position: relative;
	height: 30px;
	width: 500px;
	left: 220px;
	top: 5px;
	background-color: #666666;
	border: 1px solid #975960;
	padding: 5px;
}

#about span {
	position: relative;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	color: #FFFFFF;
	top: 0px;
	text-align: center;
	left: 0px;
}

#symposia a:link {
	color: #486A97;
}

#symposia a:visited {
	color: #486A97;
}
#container {
	display: block;
	width: 735px;
	border: 5px solid #FFFFFF;
	background-color: #D2D7DF;
	margin-left: -368px;
	position: absolute;
	left: 50%;
	height: 700px;
}
#footer {
	background-image: url(images/books.gif);
	height: 150px;
	width: 735px;
	position: relative;
	top: 80px;
	background-repeat: no-repeat;
}
