/* common markup */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0em;
	margin-top: 0em;
	background-color: #666666;
	margin-bottom: 0px;
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #486A97;
}
h1 {
	color: #60683F;
	font-size: 22px;
	display: block;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #502B30;
}
h3 {
	font-size: 16px;
	display: block;
	width: 350px;
}
.description {
	position: relative;
	display: block;
	font-size: 0.9em;
	font-style: italic;
	color: #2C1E1D;
	top: 0px;
	text-align: left;
	left: 0px;
	padding: 5px;
}
span.header {
	font-weight: bold;
	background-color: #3D2A27;
	width: 200px;
	padding: 2px;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	font-size: 1.1em;
}

/* section markup */
#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;
}
#topmenu {
	font-size: 0.75em;
	height: 20px;
	position: absolute;
	top: 205px;
	left: 440px;
	font-weight: bold;
	width: 300px;
}
#topmenu a:link, #topmenu a:visited {
	border-top-color: #3D2A27;
	text-decoration: none;
	color: #3E2B29;
	left: 5px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-color: #3D2A27;
	padding: 0 20px 0 0;
}
#topmenu a:hover {
	color: #60683F;
	text-decoration: underline;
}
#container {
	display: block;
	width: 735px;
	border: 5px solid #FFFFFF;
	background-color: #D2D7DF;
	margin-left: -368px;
	position: absolute;
	left: 50%;
	top: 15px;
}
#footer {
	background-image: url(../images/books.gif);
	height: 150px;
	width: 170px;
	position: absolute;
	top: 380px;
	background-repeat: no-repeat;
	left: 550px;
}
#sidemenu {
	width: 150px;
	left: 5px;
	top: 205px;
	background-color: #D2D7DF;
	float: left;
	padding: 0 0 10px 0;
}
#sidemenu h1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #60683F;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidemenu a:link, #sidemenu a:visited {
	display: block;
	background-color: #A7A78F;
	color: #3E2B29;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding: 5px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #747D4D;
	border-left-color: #747D4D;
}
#sidemenu a:hover {
	background-color: #60683F;
	color: #FFFFFF;
}
#content {
	font-size: 0.8em;
	width: 500px;
	padding: 5px;
	position: relative;
	left: 20px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #502B30;
	top: 55px;
}
#contact {
	font-size: 0.8em;
	width: 520px;
	padding: 5px;
	left: 116px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 1px solid #502B30;
	top: 50px;
	float: left;
	margin: 50px 0 50px 96px;
}
.large-text {
	font-size: 18px;
}
