/* @override http://somersetgrain.com/main.css */

html{
    background: #891517 url(images/main_bg.jpg) repeat-y center;
}

body{
	background: url(images/bg-overflow.gif) repeat-y center;
}



#hd{
    height:200px;
    background-image: url(images/header.gif);
	text-indent: -9999px;
}
#nav{
	margin-top: -30px;
	float: right;
	position: relative;
}
#nav ul{
	width: 545px;
	color: #FEF9CB;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#nav li{
	display: inline;
	padding-right: .6em;
}
#nav li a{
	color:#FEF9CB;
	text-decoration: none;
}
#nav a:hover{
	color:#FEF9CB;
	border-bottom: 4px solid #FEF9CB;
}

#content_text{
	
	color: #005200;
	text-align: justify;

	font: 14px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 500px;
	padding-left: 50px;
	margin-top: 20px;
}
#content_text h2,h3{
	color: #731018;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 10px;
}
p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.addy{
	text-align: center;
	position: relative;
	line-height: 1.8em;
}

#content_bottom{
	position: relative;
	height: 273px;
	width: 500px;
	background-image: url(images/content_bottom.jpg);
	margin-left: 65px;
}
.yui-gf{
	background: url(images/bg-layout.jpg) no-repeat;
}
div.yui-u{

}

li{
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 10px;
}
#ft{
	display: none;
}

/* Sidebar signup */
.signup{
	color: #FEF9CB;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#hours{
	margin-top: 20px;
	text-align:center;
	position: relative;
	right: -30px;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #005829;
}

#hours h4{
	color: #fef9cb;
	margin-top: 10px;
	margin-bottom: 10px;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}







