/* #######
Lanier Library Association Style Sheet
Paul Fairchild, January 2009
########## */


body { 
	margin:10px;
	padding: 0px;
	color: #333333;
	background: #003f87 url('../image/bg.gif') repeat-x;
	font-family: Arial,sans-serif;
}

a:link, a:visited {
	color: #00152E;
	text-decoration: none;
}
a:hover, a:active {
	color: #0046A3;
	text-decoration: underline;
}
h1 {
	color: #000000;
	font-size: 110%
}
h2 {
	color: #000000;
	font-size: 105%;
}
h3 {
	color: #000000;
	font-size: 100%;
}
h4 {
	color: #000000;
	font-size: 90%;
}
h5 {
	color: #000000;
	font-size: 90%;
}
h6 {
	color: #000000;
	font-size: 80%;
}
p {
	font: 90% "Trebuchet MS";
}

li {
	font: 80% "Trebuchet MS";
}

table {
	font: 90% "Trebuchet MS";
}



/* ---- ELEMENTS  ---- */

#wrapper {
	position:relative;
	width: 760px;
	border: 2px solid #000000;
	padding: 0px;
	background-color: #FFFFFF;
	text-align:left;
	margin: 0 auto;
} 


#logo {
	background: url('../image/logo.jpg') no-repeat 0 0;
	width: 760px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

#nav_bar {
	background:  url('../image/menu.jpg') no-repeat 0 0;
	width: 760px;
	height: 40px;
	margin: 0px 0px 14px 0px;
	padding: 0px;
}


#menu_bar {
	background: url('../image/menubar_bg.png') repeat-x 0 0;
	width: auto;
	height: 23px;
	margin-top:-14px;
	padding: 0px 30px 0px 40px;
}


#main {
	padding: 0px 40px 10px 40px;
}


#main_bottom {
	background: url('../image/main_bottom_bg.png') repeat-x 0 0;
	width: auto;
	height: 23px;
	margin: 0px;
	padding: 0px 30px 0px 40px;
}

#footer  {
	position:relative;
	clear:both;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: .750em;
	padding: 0px;
	text-align:center;
}
