body {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666; /*colour of text*/
	background-color:#327127;
}
	
a {
	color:#136027;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#478833;
	text-decoration:underline;
	font-weight:bold;
}

img, #border {
	border:1px solid #136027;
}

p {
	text-align:justify;
}

.borderless {
	border:0px;
}

#main {
	background-color: #FFFFFF;
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	text-align:left;
}

#header {
	background-image:url(images/logo_large.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}
#logo {
	cursor:hand;
}

#time {
	font-size:15px;
	color:#327127;
	background-color:#ffffff;
	font-weight:bold;	
}

#home_but {
	font-size:13px;
	color:#327127;
	font-weight:bold;
	padding:5px 5px;
}
	
#top-nav {
	background-color:#ffffff;
	z-index:100;
}

#blog-comment {
	background-color: #EAEAEA;
	width:100%;
}

.sub-nav  {
	background-color:#ffffff;
	border:solid;
	border-width:1px;
	border-color:#000000;
}
#sub-nav li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
} 

#left-container {
	font-size:12px;
}

#right-container {
	font-size:12px;
}

#top-container {
	font-size:12px;
}

#bottom-container {
	font-size:12px;
}

#footer {
	font-size:10px;
}

.Gardtitle {
	color:#145e22;
	font-weight:bold;
	font-size:16px;
}

/*RELATED ARTICLES*/

.relatedArticles {
	margin-top:10px;
	border:2px solid #b8cfbe;
	background-color:#eff4ed; /*light green*/
}

/*INDEX PAGES AND SUB INDEX PAGES*/

.indexTable, .subIndexTable, .tipsSearch {
	margin-right:5px;
	margin-bottom:5px;
	background-color:#eff4ed; /*light green*/
}
	
.indexTable {
	width:250px;
	height:80px;
}

.subIndexTable {
	width:375px;
	height:140px;
}

.indexHeader, .subIndexHeader {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #327127;
	font-weight:bold;
}

.indexHeader {
	font-size:13px;
}

.subIndexHeader {
	font-size:16px;
}

.indexText, .subIndexText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*GARDENING TIPS*/

.tipsMain {
	width:360px;
	margin:10px;
	background-color:#eff4ed;
}

/*HEADINGS*/

h1, h2, h3, h4 {
	font-weight:bold;
}

h1, h2, h4 {
	color:#327127;
}

h1 {
	font-size:25px;
}

h2, h4 {
	font-size:16px;
}

h3 {
	font-size:12px;
	font-style:italic;
	color:#666;
}

h4 {
	margin:2px;
	padding:2px;
}