body {
	background: url(../images/bkg-body.jpg) repeat;
	font: .8em Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 80%;
	margin: 1em auto 0 auto;
	background: #fff;
	border: solid  1px #666600;
	min-height: 400px;
	min-width: 780px;
	}
.gutter {padding: 0 2em}

#head {
	height: 97px;
	width: 100%;
	background: #951418;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	}

#logo {float: left}

#nav {
	float: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #fff;
	margin-top: .3em;
	padding: 0;
	}

#nav li  {
padding: .5em .8em 1em 25px;
background: transparent url(../images/bullet.gif) no-repeat 0 5px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	outline:none;
}

#nav li a:hover {
	color: #e2d7cd;
	}

	
#slide {
	width: 760px;
	margin: 1em auto;
	}

#footer  {
width: 80%;
background:#951418;
margin: 0 auto;
margin-bottom: 1em;
list-style-type: none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding: 1em 0;
color: #fff;
border: solid 1px #951418;
}


#footer li:first-child {border-left: none}
#footer li { display: inline; border-left: 1px solid #ccc; }
#footer li, #footer li a{
text-decoration: none;
padding: 0 .8em;
outline:none;
color: #fff;
}

#footer li a:hover {color: #e2d7cd;}

h1 {
	color: #951418;
	font: normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

h1.inquiry {
	background: #951418;
	color: #fff;
	padding-left: .5em;
	padding-bottom: .2em;
	margin: 0;
	}

a {color: #951418; outline:none}

.entry {
	clear:both;
	border-bottom: solid 1px #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 180px;
	}
.imgR {
	margin: .5em 0 1em 1.5em;
	border: solid 1px #000;
	float:right;
	}