@import "../style.css";

a { 
	color: #3F6B4C; 
}

#header h1 {
	font-size: 31px;
}

#header h1 a { 
	color: #232323; 
}

#menu {
	background: url(images/menu.jpg) no-repeat;
}

#menu ul li a {
	color: #666666;
}

#content h2 {
	color: #3F6B4C;
}

#content h3 {
	color: #3F6B4C;
}

#sidebar ul li {
	background: url(images/bullet.png) no-repeat center left;
}

