body
{
	background-image:url('/images/background_body.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	text-align:center;
	margin:0px;
}

#wrapper
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header
{
	background-color:#B7A395;
	height:125px;
	width:770px;
	color:#FFFFFF;
	clear:both;
	text-align: center;
}

#header img
{
	border: 0px;
}

#menu
{
	background-color:#352920;
	height:30px;
	width:770px;
	color:#B7A395;
	clear:both;
	text-align:center;
	font-family:Georgia;
	font-size:1.05em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#menu a
{
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover, a:hover
{
	color:#B7A395;
}

#welcome
{
	background-image:url('/images/background_middle.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	height:240px;
	width:450px;
	color:#FFFFFF;
	float:left;
}

#welcome p
{
	margin:0px;
	padding:10px 15px 10px 15px;
	font-family:Georgia;
	font-size:1em;
	text-align:justify;
	color:#000;
	line-height:140%;
}

#slideshow
{
	background-color:#CDCDCD;
	height:240px;
	width:320px;
	color:#FFFFFF;
	float:left;
}

#content
{
	background-color:#EFEFEF;
	width:770px;
	color:#000000;
	clear:both;
	border-top:1px solid #000;
}

#content .left
{
	width:380px;
	float:left;
}

#content .right
{
	width:385px;
	float:left;
}

#content h1
{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Georgia;
	font-size:1.25em;
	color:#352920;
}

#content .left h1, #content .right h1
{
	width:385px;
}

#content h2
{
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	line-height:140%;
	margin-left:20px;
	font-family:Georgia;
	font-size:1.15em;
	color:#352920;
}

#content p
{
	margin-top:0px;
	margin-bottom:10px;
	text-align:left;
	font-family:Tahoma;
	font-size:1em;
	line-height:140%;
	margin-left:20px;
	width:730px;
}

#content .left p, #content .right p
{
	margin-left:20px;
	width:345px;
}

#content ul
{
	list-style:square;
	padding-left:15px;
	margin-left:50px;
	width:300px;
}

#content ul ul
{
	list-style:square;
	padding-left:15px;
	margin-left:15px;
	width:250px;
}

#content li
{
	font-family:Tahoma;
	font-size:14px;
	line-height:140%;
}

#content table
{
	width: 740px;
	margin-left: 15px;
	font-family:Tahoma;
	font-size:14px;
	line-height:140%;
	margin-bottom: 15px;
}

#content th
{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color:#352920;
}

#content td
{
	vertical-align: top;
}

#content td.date
{
	width: 150px;
	font-weight: bold;
}

#content table.patron
{
	width: 700px;
}

#content table.patron th
{
	width: 350px;
	text-align: left;
}

#content table.patron td
{
	width: 350px;
}

#content td.position
{
	width: 250px;
	font-weight: bold;
}

#content img.thumb
{
	border: 1px solid #352920;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#content table img.patron
{
	width: 279px;
	height: 89px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#footer
{
	border-top:1px solid #CDCDCD;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:25px;
	padding-top:3px;
	width:740px;
	color:#352920;
	clear:both;
	text-align: center;
	font-family:Tahoma;
	font-size:12px;
	line-height:140%;
}

#footer a
{
	text-decoration:none;
	font-weight:bold;
}

a
{
	color: #352920;
}