﻿#header
{
	
	margin: 0px auto 10px auto;
	font-family: Kristen ITC, Comic Sans MS, Serif;
	color: #fff;
	height: 150px;
	width: 800px;
	text-align: center;
}

#header h1
{
	margin: 10px auto 15px auto;
	font-size: 1.4em;
}

.topnav
{
	position: relative;
	margin: 0px auto;
	background: url('images/nav.png') no-repeat;
	width: 800px;
	height: 95px;
}

.topnav a
{
	display: block;
	position: absolute;
	height: 30px;
	top: 38px;
}

.homework
{
	left: 30px;
	width: 145px;
}

.reading
{
	left: 215px;
	width: 75px;
}

.storytime
{
	left: 335px;
	width: 100px;
}

.events
{
	left: 485px;
	width: 75px;
}

.books
{
	left: 610px;
	width: 155px;
}

#header .logo
{
	background: url('images/logo.png') no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 235px;
	height: 100px;
}

.corner
{
background: url('images/corner.gif') no-repeat;
width: 370px;
height: 31px;
position: absolute;
right: 0px;
top: 0px;
padding: 6px 0px 0px 18px;
}

.catalog
{
width: 50px;
height: 31px;
position: absolute;
right: 101px;
top: 6px;
font-family: Segoe Print, Century Gothic, Comic Sans MS, Serif !important;
}


.login
{
width: 50px;
height: 31px;
position: absolute;
right: 20px;
top: 6px;
font-family: Segoe Print, Century Gothic, Comic Sans MS, Serif !important;
}

.sf_searchBox .sf_searchText
{
	background: #efefef !important;
	font-size: .8em;
	margin-top: 2px !important;
	color: #646 !important;
	border: none !important;
	width: 130px !important;
	height: 18px;
	padding: 0px !important;
	float: left;
	font-weight: bold !important;
	font-family: Century Gothic, Trebuchet MS, Arial Narrow, Arial, Sans-Serif !important;
}

.sf_searchBox .sf_searchSubmit
{

	width: 60px;
	background: transparent url('images/search.gif') no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	margin: 3px 0px 0px 0px !important;
	padding: 0px !important;
	height: 18px !important;
	font-family: Segoe Print, Comic Sans MS, Serif !important;
}

