html, body { margin: 0; padding: 0; }

body{
	font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #333333;
	background-color:#dfe5e3;
}


#borderwrap {
	position:relative;
	width: 1004px;
	height:950px;
	margin: 0 auto 0;
	padding-top:40px;
	background-image:url(images/floorboards.jpg);
	background-repeat: repeat-y;
	background-position:center;
}	

#wrapper {
	position:relative;
	width: 804px;
/*	height: 780px;*/
	height: 880px;
	margin: 10px auto 0px;
	padding: 2px;
	border: 2px outset #1e4132;
	background-color: white;
}

#header { 
  width: 800px;
  float: left;
  border-bottom: 1px solid #1e4132;
}
#maincontainer {
  width: 800px;
  float: left;
  border-top: 1px solid #1e4132;
}
#sidebar {
  width: 180px;
  float: left;
  padding: 0 10px 0 10px;
}
/* #sidebar ul li{
	list-style:disc;
	line-height:1.1;
	list-style-position:inside;
	margin:0 5px 0 -20px;
	font-weight:normal;
	text-transform:capitalize;
}*/
#sidebar ul li{
	list-style:disc;
	list-style-position:inside;
	margin:0 5px 20px -20px;
	font-weight:normal;
}

#main {
  float: right;
  width: 580px;
  border-left: 1px solid #1e4132;
  padding-left:15px;
  padding-top:1px;
}
#footer {
  position:absolute;
  bottom: 1px;
  left: .3em;
  width: 800px; 
  font-size:.8em;
  text-align:center;
} 



a:link, a:visited, a:hover {
/*	color:  #779447; */
	color: #336600;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #779447;
}

.logo {
	float:left;
	padding-right:1em;
	padding-bottom:1em;
}

.tinytype {
	font-size: xx-small;
}
.month_letter {
	font-weight: bold;
	font-size:18px;
	color: #CC0000;
	font-style: italic;
	font-variant:small-caps;
}
.green_letter {
	font-weight: bold;
	font-size:18px;
	color: #060;
	font-style: italic;
	font-variant:small-caps;
}
.smalltype {
	font-size: 13px;
	font-style: italic;
}
ul {
	list-style:none;
/*	line-height:2;*/
	list-style-position:inside;
	padding-left: 20px;
	font-weight:bold;
}
.specialbox {
	margin-top:10px;
	margin-right: 10px;
	padding-left: 200px;
	border: dotted medium #336600;
/*	background-color: #FFFF66;  pale yellow */
/*	background-color: #FF9900;  /*Halloween colors*/
/*	background-color: white;  /*Christmas colors*/
	background: #edeff0 url(images/buylocal_tn.png) top left no-repeat;
/*	text-align:center;*/
/*	color: #990000*/
	color: #CC0000;
	color: #F30;
}

.specialborder {
	border: dotted medium #336600;
}

.mainbox {
	margin: 5px 40px 10px 20px;
/*	border:  ridge thick #336600;*/
	border: dotted  medium #336600;
	background-color: #FF9900;  /*Halloween colors*/
	padding: 5px 20px;
	text-align:center;
	line-height:1.1;
}	
.fltrt {
	float: right;
	margin-left:8px;
}	
.fltlt {
	float: left;
	margin-right: 8px;
}
.smalltable {
	margin-top:-10px;
	font-size:11px;
}
.srbc_logo {
	position: relative;
	top: 15px;
	border: none;
}				

