* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-family:  Arial, Helvetica, sans-serif;
}

body {
	background: #000000;
}
/*-----------------------------------------------Layout DIVS------------------------------------------------*/
#container {
	position: relative;
	margin: auto;
	background: #000000 url(../images/LibraryBackground.jpg) repeat-x;
	overflow: hidden;
}
#hdr {
	width: 1000px;
	margin: auto;
	height: 480px;
	text-align: center;
}
#hdr a {
	color: #A32123;
}
#logo {
	margin: auto;
	width: 1000px;
	background: #000000 url(../Images/Library.jpg) no-repeat;
}
#bigbox {
	margin: auto;
	width: 800px;
}

/* left column */
#lftcol, #rgtcol {
	position: relative;
	width: 49%;
	background: #FFFFFF;
}
#lftcol {
	float: left; 
}

/* right column */
#rgtcol {
	float: right; 
}

#bttmbar {
	float: right;
	text-align: center;
	font-size: 0.7em;
	height: 4em;
	line-height: 4em;
	width: 100%;
	background: #A32123;
	border-top: 4px solid #000000;
	color: #FFFFFF;
}

/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {
	margin: 15px 0 0 5px;
	color: #000;
	font-weight: bolder;
	text-decoration: none
}

/* italic words in titles */
h1 em, h2 em, h3 em, h4 em {
	font-weight: normal
}

h1 {
	position: absolute; 
	right: 0px; 
	top: 30px; 
	font-size: 2.25em; 
	letter-spacing: 0.1em; 
	line-height: 1.00em; 
	padding-right: 10px; 
	border-right: 15px solid #fff
}

h2 {
	font-size: 1.7em;
	letter-spacing: 0.1em
}

p, ul, ol {
	margin: 10px 10px 0 7px;
	font-size: 0.70em;
	line-height: 1.60em;
	color: #000;
	letter-spacing: 0.05em
}
p {
	font-size: 0.80em;
	line-height: 1.60em;
	color: #000;
}

/* shouting words */
p span {
	font-size: 1.50em;
	font-weight: bold
}

a:link, a:visited {
	color: #8A5823;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #792533
}

a:hover, a:active {
	color: #fff; 
	border-color: #fff
}

/* general lists */
ul {
	list-style: inside square
}

/*---------------------------------------------Main Navigation-----------------------------------------------*/

/* navigation list */
ul#nav {
	margin: 8px 0 8px 5px;
	padding: 0;
	list-style: none inside
}
	
ul#nav li {
	float: left;
	display: block
}

ul#nav li a {
	width: 155px;
	margin: 6px 6px 6px 6px;
	padding: 5px 6px 7px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #A32123;
	background: #AAAAAA;
	border-bottom: 6px solid #000000;
	border-right: 6px solid #CCCCCC;
	border-top: 6px solid #FFFFFF;
	border-left: 6px solid #DDDDDD;
}

ul#nav li a#current {
	border-color: #FFFFFF
}

ul#nav li a:hover {
	background: #A32123; 
	color: #fff;
	border-bottom: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	border-top: 6px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
}
