@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0px;
	padding: 0px;
	background-image: url(/boomcity/librarybooks/resources/webdev/website_overview_site/images/background.jpg);
	background-repeat: repeat;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#topnav {
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 29px;
	width: 20px;
}
#content {
	margin: auto;
	width: 58%;
	padding: 2%;
	background-color: #FFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #B9B9D9;
}
#sidebar {
	position: absolute;
	width: 20%;
	top: 0px;
	right: 0px;
	background-color: #BABCEF;
	margin: 0px;
	padding: 0px;
}

.sidenote {
	background-color: #E8E8F2;
	padding: 4px;
	text-align: center;
}
#sidebar ul {
	list-style-type: none;
	padding: 5px;
}
#sidebar ul li {
	padding: 5px;
}

#sidebar ul li a {
	text-decoration: none;
	color: #3F3F74;
}


#header {
	height: 116px;
	width: 81%;
	background-color: #B9B9D9;
	position: static;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 5px;
	padding: 5px;
	position: relative;
	left: -999px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80%;
	list-style-type: none;
	position: relative;
	left: 0px;
	top: 48px;
}
#header ul li {
	display: inline;
}

#header ul li a {
	color: #FFF;
	background-color: #3F3F74;
	float: left;
	width: 13%;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #B9B9D9;
	padding: 1%;
	text-decoration: none;
	text-align: center;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #FFF;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: thick;
	border-left-color: #000;
	height: 15px;
}

#header ul li a:hover {
	color: #000;
	background-color: #E1C8B0;
}

