@charset "utf-8";
/* CSS Document */

body, html {
	background-color:#f5f5f5 !important;
	padding:0;
}
#header #primary {
	
}
#footer {
	
}
a {
	color:#76873d;
}
a:hover {
	color:#89955f
}
input[type=submit], a.button {
	background:#76873d;
}
input[type=submit]:hover, .button:hover {
	background:#89955f;
}
/* Reset */
a.lightbtn {
	background:#ddd;
	color:#333;
}
a.darkbtn {
	background:#333;
	color:#eee;
}
