/* background color */
body {
	 background-color: #E4E7E4;
	/*background-color: #D3E7E2;*/
}

/* link colors */
a {
	/*color: #B91313;*/
	color: #208000;
}
a:hover {
	/*color: #E81E1E;*/
	color: #1A3F01;
}

/* border color for menu and columns */
.menu, #c1, #c2, #c3, #secondary-menu {
	border-color: #CDD8CD;
}

/* background color for selected page in the menu - same color as above */
.menu li.current_page_item > a, .menu li.current_page_parent > a, .menu li:hover > a, .menu li ul li a { 
	background: #CDD8CD;
	/*background: #ffffff;*/
}

/* background color for widgets */
.widget, .comment-body, .sticky {
	background: #F2F4F2;
}

/* wiget titles */
.widget h2 {
	background: #DBE3DC;
	color: #7E7E7E;
}
div#header {
	/*background: #fff;*/   
	background-image: url('/WordPressDev/images/small_diagonalx5a50s38.png');
}
div#content {
	background: #CDD8CD;    
	background-repeat:repeat-x
}
