body {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	text-align: center;
	padding: 0px;
	background-color: #C9C8E1;
}

a:link {
	color: #191875;
}
a:visited {
	color: #0F5CFF;
}
a:hover {
	color: #FFCC00;
}

#container {
	width: 800px;
	margin: 15px auto;
	text-align: left;
	border: 1px solid;
	background-color: #FFFFFF;
}

#heading {
	background-color: #666666;
	height: 100px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	background-image: url(images/bre-heading.jpg);
	background-repeat: repeat-x;
}
#heading img {
	position: inherit;
	left: 600px;
	top: 0px;
}
#pageTitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	color: #030133;
}



#heading-text {
	text-indent: -9999px;
}

#sidebar {
	float: right;
	width: 170px;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 30px;
	height: auto;
}
#sidebar a {
	text-decoration: none;
}

#content {
	font-size: 13px;
	padding: 15px;
	margin-right: 190px;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #030133;
	margin-top: 24px;
}
.small-text {
	font-size: 9px;
}



#sidebar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
}


#footer li {
	display: inline;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}
#sidebar li {
	list-style-type: none;
}







#footer {
	background-color: #666666;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
	font-size: x-small;
	text-align: right;
	clear: both;
	margin-top: 10px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFCC00;
}


#footer a:visited {
	color: #B7CEFF;
	text-decoration: none;
	}

#address {
	font-size: 12px;
}
#heading #library {
	float: right;
}
#menu {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0F0D3E;
	position: absolute;
	text-align: center;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #AD8315;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #AD8315;
	display: block;
	word-spacing: 8px;
}
#address img {
	text-decoration: none;
}

#menu a {
	color: #F6D32F;
	font-size: small;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu a:visited {
	color: #F9E06A;
}
