/* CSS DOCUMENT */

/* STYLE SHEET FOR CITY-COUNTY LIBRARY SITE */



* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 10px;
	text-align: center;
	font-size: 1em;
	line-height: .9em;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	background-color: #76693C;
	}

h2 {font-size: .95em;}
h3 {font-size: .8em;}
p {font-size: .7em;}

#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background: #FCF3E4 url("../images/col_bg.gif") repeat-y top center;
	}

#header {
	width: 750px;
	height: 125px;
	text-align: right;
	font-size: 0;
	color: #76693C;
	background: transparent url("../images/head.gif") no-repeat top left;
	}

#welcomecontain {
	margin: 0 10px;
	padding: 10px 0;
	background-color: #76693C;
	}

#welcome {
	height: 244px;
	background: #5B5A62 url("../images/rotating_images/borges.jpg") no-repeat top left;
	color: #FFFFFF;
	text-align: right;
	}

	#welcome h2, #welcome h3, #welcome p {
		margin-left: 345px;
		margin-right: 20px;
		}

	#welcome h2 {
		padding-top: 20px;
		padding-bottom: 10px;
		}
	#welcome h3 {
		margin-top: 10px;
		padding-top: 5px;
		border-top: 1px solid #FFFFFF;
		}
	#welcome a {
		color: #FFFFFF;
		}

#news_and_events {
		margin-left: 10px;
		float: left;
		width: 530px;
		display: inline;
		padding-bottom: 50px;
		}
	#news_and_events h2, #news_and_events h3, #news_and_events p {
		margin-left: 10px;
		margin-right: 10px;
		}
	#news_and_events h2 {
		margin-top: 20px;
		color: #982417;
		border-bottom: 1px solid #982417;
		}
	#news_and_events h3 {
		margin-top: 10px;
		color: #D17415;
		}
	#news_and_events a {
		text-decoration: none;
		color: #D17415;
		}

#newbooks {
	margin-right: 10px;
	float: right;
	width: 200px;
	color: #FFFFFF;
	display: inline;
	padding-bottom: 50px;
	background: transparent url("../images/headerbg.gif") no-repeat top left;
	}
	#newbooks h2 {
		padding: 10px 10px 10px 60px;
		font-size: .75em;
		text-align: right;
		}
	#newbooks p {
		padding: 20px 10px;}

#footer {
	clear: both;
	height: 60px;
	text-align: center;
	font-size: .95em;
	line-height: .7em;
	color: #FFFFFF;
	background: transparent url("../images/foot.gif") no-repeat top left;
	}
	#footer p {
			padding: 4px;
			}
	#footer a {
			color: #FFFFFF;
			}
