body, input, button, textarea {
	font-family: Candara, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #3b3b3b;

}
body.boxed {
#	background-image:url('http://files.fosswire.com/2008/07/gentoo-transparent.png');
#	background-repeat:no-repeat;
#	background-position:top left;
	background-color: #000000;
	margin: 0 auto;
	padding: 10% 0 0 0;
}

body.boxed * {
	text-align: center;
	letter-spacing: -0.05em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 75%;
	margin: 0.48em 6px 0.48em 6px;
	letter-spacing: -0.05em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	background: #3b3b3b;
	color: #fff;
	padding: 0 0.2em;
	font-weight: normal;
}

a {
	color: #3a6c9b;
	text-decoration: none;

}

