/* CSS Document */
html body {
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
background-image:url(../images/bg_tile.jpg);
}

h1, h2 { 
font-size: 16;
}

 #topBanner {
	background-color:#FFFFFF;
	position:relative;
	width:100%;
	
 } 
 

#header { 
position: relative;
float: left;
	background: #ffffff;
	text-align: left;
	padding-top: 10px;
	}
	
#topnav { 
 	position: relative;
	float: right;
	background: #ffffff;
	text-align: right;
	color: #4E6B4F;
	padding-top: 30px;
	}	
	
#footer { 
	font-size: 10px;
	position: relative;
	float: left;
	display: block; 
	clear: left; 
	margin: 0;
	width: 770px;
	text-align: center;
	}
	
	
#block_1{
 position: relative;
float: left;
 width:160px; 
 background-color:#FFFFFF; 
 border-left: 0px;
 border-top: 0px;
 }
 
#block_topimage{
	 position: relative;
	float: left;
 	width:430px; 
 	background-color:#FFFFFF; 
	border-left: 1px solid #4E6B4F;
	border-right: 1px solid #4E6B4F;

 }


#block_2
	{
	position: relative;
	float: left;
	display: block; 
	width: 215px;
	margin-right: 5;
	margin-left: 2;
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	border-left: 1px solid #4E6B4F;
	}

	
#block_2 p {
	text-align:left;
	}	
	
#block_3
	{
	position: relative;
	float: left;
	display: block; 
	width: 215px;
	margin: 0;
	background: #ffffff;
	text-align: left;
	padding: 0px;
	border-right: 1px solid #4E6B4F;
	
	
		/*\*//*/
	#block_3 {
	margin-right: = 15px;
	right: 15px;
	}
	/**/
	
	}
#block_4
	{
	position: relative;
	
	float: left;
	overflow: auto;
	display: block; 
	margin: 0;
	width: 160px;
	background: #ffffff;
	text-align: left;
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 10px;
 	border-right: 0px;
 	border-top: 0px;
	
		/*\*//*/
	#block_4 {
	margin-right: = 15px;
	right: 15px;
	}
	/**/
	
	}
	
ul#block_1 li {
	font-size:12px;
	font-weight: bold;
	line-height: 22px;
	list-style: none;
	padding: 0;
	margin: -10;

}	
	
	
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	width: 770px;
	display: inline-block;
	border: 1px solid #4E6B4F;
	background-color:#FFFFFF;
	margin: 0 auto; 
	text-align: left;
}
	
	
	
	
	
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

 

  
#wrapper1
	{
	width: 770px;
	display: inline-block;
	margin: 0 auto; 
	text-align: left;
	} 
 	
	
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper1
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper1:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/*\*/
#wrapper1
	{
	display: block;
	}
/* end easy clearing */ 
  
  
  
    /* *** nav styles *** */
   
a.food:link {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4E6B4F;
	text-decoration: underline;
	padding-left: 10px;
}
a.food:visited {
	color: #4E6B4F;
	padding-left: 10px;
}

a.food:hover {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2D3E2D;
	text-decoration: underline;
	padding-left: 10px;
}

a.crafts:link {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: underline;
	padding-left: 10px;
}
a.crafts:visited {
	color: #FF6600;
	padding-left: 10px;
}
a.crafts:hover {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666600;
	text-decoration: underline;
	padding-left: 10px;
}

a.resources:link {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3987AC;
	text-decoration: underline;
	padding-left: 10px;
}
a.resources:visited {
	color: #3987AC;
	padding-left: 10px;
}
a.resources:hover {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #255770;
	text-decoration: underline;
	padding-left: 10px;
}

#leftNav1, #leftNav2, #leftNav3 {
font-size:10px;
font-weight: 700;
text-align: left;
}

ul#leftNav1{ 
background-image:url(../images/green_bg.jpg);
} 

ul#leftNav2{ 
background-image:url(../images/orange_bg.jpg)}

ul#leftNav3{ 
background-image:url(../images/blue_bg.jpg)}  

ul#leftNav1, ul#leftNav1 li, ul#leftNav2, ul#leftNav2 li, ul#leftNav3, ul#leftNav3 li {
font-size:10px;
font-weight: 700;
line-height:22px;
list-style:none;
margin:0;
padding:0;

}

.intro { 
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:10px;
	font-size: 13px;
	line-height:18px;
	color: #333333;
	text-align: left;
	
	 }
	 
#signup {
	font-weight: bold;
	color: #3987AC;
	padding: 10px;
	border: 1px solid #3987AC;
	background-color:#FFFFFF;
	background-image:url(../images/blue_bg2.jpg);
	margin-left: 1px;
	margin-right: 2px;
	maargin-bottom: 10px;
}

#foodart {
	padding: 10px;
	background:#E7F3E2;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	line-height:15px;
	
		}
		
a.foodart1:link {
	font-weight: 700;
	color: #4E6B4F;
	text-decoration: underline;
	}

a.foodart1:hover {
	font-weight: bold;
	color: #2D3E2D;
	text-decoration: underline;
}

a.foodart1:visited {
	font-weight:700;
	color: #4E6B4F;
	text-decoration: underline;
}

a.cart:link {
font-weight:700;
	color: #FF6600;
	text-decoration: underline;
}

a.cart:visited {
	font-weight: 700;
	color: #FF6600;
	text-decoration: underline;
}

a.cart:hover {
	font-weight: 700;
	color: #666600;
	text-decoration: underline;
}


#craftart {
	padding: 10px;
	background:#FBF0E3;
	margin-left: 1px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	line-height:15px;
		}
		
#craftart-hd {
	background: #0000FF;
	color: ##FF6600;
	font-size: 13px;
	font-weight: bold;
	line-height:15px;
	margin-right: 2px;
		}
		
#bookart {
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:0px;
	background:#ffffff;
	margin-left: 1px;
	margin-right: 2px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height:15px;
		}
		
#bookart h1 {
	font-size: 18px;
	line-height:16px;
		}
				
a.bart:link {
font-weight:700;
	color: #666666;
	text-decoration: underline;
}

a.bart:visited {
	font-weight: 700;
	color: #FF6600;
	text-decoration: underline;
}

a.bart:hover {
	font-weight: 700;
	color: #666600;
	text-decoration: underline;
}

#wrapper_main {
width:416px;

		}

#rssbox {
padding-left:15px;
padding-top:10px;
padding-bottom:10px;
font-size:11px;
line-height:15px;
text-align:left;
color:#333333;
}

a.rssbox:link {
	color: #333333;
	text-decoration: underline;
}

a.rssbox:visited {
	color: #666666;
	text-decoration: underline;
}

a.rssbox:hover {
	color: #999999;
	text-decoration: underline;
}
