body {
	width:764px;
	margin:20px auto;
	background: #52617f;
	color: #000;
	background-image:url(/images/layout/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.booksearch {
	margin-left:20px;
	width:197px;
	height:31px;
	cursor:pointer;
	background: url(/images/layout/new_book_search.gif) no-repeat top;
}

.booksearch_over {
	margin-left:20px;
	width:197px;
	height:31px;
	cursor:pointer;
	background: url(/images/layout/new_book_search.gif) no-repeat bottom;
}

#wrapper{
	background-image:url(/images/layout/wrapperbg.gif);
	width:764px;
	background-repeat:repeat-y;
}

#header {
	height:207px;
	background-image:url(/images/layout/mainphoto.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

#graybox {
	background:url(/images/layout/graybg.gif) repeat-x bottom;
	padding:0 15px;
	margin:0 7px;
	height:230px;
}

	#graybox h4 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		margin-top: 0px;
	}
	
#randomphoto {
	float:right;
	width:315px;
	padding:15px 0;
}

#randomphoto h3 {
	margin-top:0;
	margin-bottom:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#020D95;
}

div.utility {
	margin: 5px;
	padding: 5px 0;
}
	
	div.utility a {
		padding: 5px 8px;
		text-decoration: none;
		background: #fff;
		color: #000;
		border: 1px solid black;
	}

	div.utility a:hover {
		background: #285C42;
		color: #fff;
	}

#news {
	width:365px;
	padding:15px 20px 15px 0;
	background-repeat:no-repeat;
	background-position:bottom right;
	line-height:20px;
}

	#news h1 {
		margin-top:0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		font-weight:normal;
	}
	
	#news h4 {
		margin: 0;
		font: 700 18px Georgia, "Times New Roman", Times, serif;
		color: #4678c1;
	}

	#news a:link, #news a:visited {
		color: #006600;
	}

	#news a:hover {
		color: #003366;
	}

#footer {
	clear:both;
	margin:0 1px;
	padding:15px;
	background:url(/images/layout/footertop.gif) no-repeat center top #2c6447;
	border-bottom:1px solid #52a47a;
	color:#b3c7bd;
	line-height:20px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #4e9c74;
}

.boldblue {
	font-weight:bold;
	color:#4678c1;
}

.columns {
	margin:5px;
	float:left;
	width:30%;
	padding:5px;
}

#inclind {
	float:right;
}

#content{
	margin:20px 30px;
}

	#content a:link, #content a:visited {
		color: #006600;
	}

	#content a:hover {
		color: #003366;
	}

#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	color:#006600;
}

#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
	color:#020D95;
}

#content h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
}

table#contact input.submitButton, table#askLibrarian input.submitButton {
	background-color: #2c6447;
	width: 75px;
	height: 25px;
	color: #FFFFFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: double #FFFFFF;
}