@import url(style.css);


body {
	background:#EDEDE6;
}

#logo a {
	/*background-image: url(spring_header.gif);*/
}

div#page {
	border-color: #B1BA9F;
}

div#header {
    background-color: #D8DDCF;
    border-color: #CBD0C3;
	background: #D8DDCF no-repeat url(spring_polaroid.jpg) 100% 0;
}
#header-inner {
    background: no-repeat url(spring_header.gif) 0 0;
}
div#footer {
    background-color: #D8DDCF;
    border-color:#CBD0C3;
    background-image:url(/css/spring_footer.gif);
}

div#pagefooter {
	border-top:2px solid #D8DDCF;
}


#menu a, #menu a:visited,
#sidebar a, #sidebar a:visited,
#language a, #language a:visited,
#footer a, #footer a:visited, 
#header a, #header a:visited 
{
	color:#647640;
}
a {	color:#647640; }
a:visited {
    color:#666;
}

#menu em {color:#bBc0b3;}
#language em, #footer em {
	color:#647640;
}

#sidebar h4 {
	color:#FFF;
	background-color:#B1BA9F;
}

.box, dl, p.more { 
	background-color:#EFF1EC;
}

p {
    color:#333;
}
/*
p.more a, a.more, ul.more a, ul.more a:visited {
	background-image: url(more.gif);
}
*/
p.more, a.more, ul.more li {
	background-image: url(more.gif);
}
