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

#container {
	width: 976px;
	background-color: #060;
}

#header {
	width: 976px;
	height: 175px;
	background-image: url(../images/header1.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#leftbar {
	width: 156px;
	height: 525px;
	background-color: #060;
	float: left;
	padding:10px;
	text-align:center;
}

#navigation {
	height: 50px;
	width: 976px;
	background-color: #060;
	right: 0px;
	}

	#navigation ul {
		margin:0;
		padding:0;
		list-style:none;
		text-decoration:none;
		
	}
	
	#navigation ul li{
		display:inline;
		height:60px;
		width:190;
		margin:10px;
	}
	
	#navigation ul li a{
	line-height:45px;
	height:45px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color: #000;
	text-decoration:none;
	border-color:#CFF;
	border-width:thin;

	}
	
	#navigation ul li a:link{
	background-image: url(../images/images/button_click.gif);
	background-position: top center;
	background-repeat:no-repeat;
	width:250px;
	
	}
	
	#navigation ul li a:hover{
		background-image: url(../images/images/button_click.gif);
		background-position: bottom center;
		background-repeat:no-repeat;	
	}
	
	#navigation ul li a:active{
		background-image: url(../images/images/button_click.gif);
		background-position: top center;
		background-repeat:no-repeat;		
	}
	
	#navigation ul li a:visited{
	background-image:url(../images/images/button_click.gif);
	background-position: top center;
	background-repeat:no-repeat;
	}
	

#content {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#000;
	float: right;
	height: 545px;
	background:url(../images/backgroundImgcopy.jpg) no-repeat;
	background-color: #060;
}

#footer {
	height: 65px;
	background-color: #060;
	float: left;
	width: 956px;
	text-align:center;
	font-size:12px;
	text-align: center;
	padding: 10px;
}

.footernav {
	font-size:14px;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F03;
	font-size: 24px;
	border-bottom-style: groove;
	border-bottom-width:thick;
	
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-style:normal;
	font-weight:200;
	border-bottom-style: groove;
	border-bottom-width:thin;
	border-bottom-color:#FFF;
	font-size:24px;
}

p {
	font-size:16px;
	padding: 15px;
	color:#000;
}

h5 {
	text-align: center;
}

.sidebartext {
	font-size:8px;
	font-style: normal;
}


/* Members page code */

#memberscontent {
	background-color:#9F6;
	width:624px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#000;
	float: right;
	height: 545px;
}
#rightbar {
	width: 156px;
	height: 525px;
	background-color: #060;
	float: right;
	position: relative;
	padding:10px;
}


/*news page code */

#newscontent {
	background-color:#9F6;
	color: #CFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	float: right;
	width: 976px;
	
}

#l_col{
		width:300px;
		float:left;
	}
	
	#r_col{
		width:300px;
		float:right;
	}
	
#main_double{
	margin-left:300px;
	margin-right:300px;
	}


/* gardens page code */

#gardenscontent {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	float: right;
	height: 546px;
	background-color:#3F6;
}

#l_colG{
	width:375px;
	float:left;
	}
	
	#r_colG{
	width:375px;
	float:right;
	}
	
	
/* Contact Page code */

#contactcontent {
	width: 780px;
	background-color: #3F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#000;
	float: right;
	height: 525px;
	padding:10px;
}

/* catalog code */
#catalogcontent {
	background-color: #FFC;
	margin: 0px;
	padding: 10 px;
	border-top: 4px;
	border-top-color: #009;
	border-top-style: groove;
	padding-bottom: 10px;
	width: 976px;
	text-align: center;
	}
	
#catalogcontent ul {
	list-style:none;
	text-decoration:none;
	}
#catalogcontent ul li {
		display: inline;
	}

#catalogcontent ul li a{
	line-height:130px;
	height:130px;
	padding:20;
	height: 550px;
	
}
