body {
    background-image: url(images/body_bg_green.jpg);
    background-repeat: repeat-x;
}
#head {
    background-color:#2aa97f;
}

#left {
    background-color:#d4e9e1;
    background-repeat:y-repeat
 }

#right {
    background-color:#d4e9e1;
}
#menu {
	background-color: #2aa97f;
}
#menu a {
	color: #fff;
}

#menu a:hover {
	background-color: #fff;
	color:#2aa97f;
}


#submenu {
	background-color: #d4e9e1;
    background-image:url(images/nav_bg_green.gif);
}

#submenu a {
	color: #000;
}

#menu .class_current_cat a{
	color: #2aa97f;
    background-color: #fff;
}
#submenu .class_current_cat a{
	color: #2aa97f;
    background-color: #fff;
}

#submenu a:hover {
	background-color: #fff;
	color:#2aa97f;
}

#box {
    background-image:url(images/bg_green.gif);
}
#posthead h1 {
	color: #2aa97f; 
}

#posthead a {
    color: #2aa97f; 
}
#posthead a:hover {
    color: #d4e9e1; 
}

#postbody a, .showmore a , .comments a{
    color: #2aa97f; 
}
#postbody a:hover, .showmore a:hover , .comments a:hover{
    color: #d4e9e1; 
}
#content h1 {
	color: #2aa97f; 
}

#content h2 {
	color: #000; 
}
#content h2 a  {
	color: #000;
}

#content h2 a:hover {
	color: #d4e9e1;
}
#sidebarleft h1 {
    color:#2aa97f;
}
#sidebar h1 {
    color:#2aa97f;
}
#footer {
 background-color:#2aa97f;
}

a.previous_posts, a.next_posts  {
    color:#2aa97f;
}

#sidebarleft h1 {
   border: 2px solid #2aa97f;
   border-right:0;
}
#sidebar h1 {
    border: 2px solid #2aa97f;
    border-left:0;
    text-align:left;
} 
h3.reply {
   color: #2aa97f;
}

h3.searchresults {
   color: #2aa97f;
}
