@charset "UTF-8";
/* CSS Document */


*{
margin:0;
padding:0;
}

body{
background: url(images/bg.png) repeat;
margin:0;
padding:0;
}

h2{
font-size: 10pt;
color: #2d6130;
margin: 5px 0 0 0;
}

#container{
width: 800px;
margin: 0 auto 0 auto;
}

#header{
background-image:url(images/header.png);
height: 300px;
width: 800px;
}

#logolinks{
height: 300px;
width: 300px;
float:left;
}

#logolinks ul{
padding: 0;
margin: 15px 0 0 0;
}

#logolinks li{
float:left;
width: 250px;
height: 25px;
list-style: none;
padding-top: 5px;
}


#headimg{
height: 300px;
width: 500px;
float:left;
}

#headimg img{
margin: 53px 0 0 3px;
}

#content{
height: 175px;
width: 790px;
background-color: #f7f8f2;
margin: 0;
padding: 10px 0 0 11px;
margin:0;
font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
color: #333333;
}

#content p{
font-size: 10px;
}

#specials{
	height: 165px;
	width: 252px;
	background-color:#FFFFFF;
	padding: 0;
	float: left;
	background-image: url(images/specials.png);
	background-repeat: no-repeat;
} 

#news{
	height: 165px;
	width: 252px;
	background-color:#FFFFFF;
	margin-left:11px;
	padding: 0;
	float: left;
	background-image: url(images/newsevents.png);
	background-repeat: no-repeat;
} 

#weather{
	height: 165px;
	width: 252px;
	background-color:#FFFFFF;
	margin-left:11px;
	padding: 0;
	float: left;
	background-image: url(images/weather.png);
	background-repeat: no-repeat;
}

#footer{
text-align: center;
padding: 0 0 4px 0;
color: #444444;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}

#footer a{
color: #333333;
text-decoration: none;
}

.rollover a { display:block;}
.rollover a:hover { background-color: #c9d48d}

#text{
margin: 0px 0 0 85px;
}

#newstext{
padding: 0 0 0 85px;
}

#specials a{
text-decoration:none;
}
.link a{
margin: 0 0 0 85px;
font-size:11px;
color:#FF0000;
text-decoration:none;
}

.linka a{
margin: 0 0 0 0;
font-size:10px;
color:#FF0000;
text-decoration:none;
}
