@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-attachment: fixed;
	background-image: url('images/background_tl.png'), url('images/background_br.png'), url('images/background.png');
	background-position: top left, bottom right, center;
	background-repeat: no-repeat, no-repeat, repeat;
	color: #666666;
	font-family: 'Zilla Slab', serif;
	font-size: 16px;
	line-height: 1.35em;
	padding: 3em 1em;
}

h1, h2 {
	color: #cc6600;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.25em;
}

h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.25em;
	margin-top: 1em;
}

hr {
	background-color: #cc0000;
	border-width: 0;
	color: #cc0000;
	height: 1px;
	margin: 3em auto 3em auto;
	width: 50%;
}

b, strong {
	font-weight: 500;
}

.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Titillium Web', sans-serif;
}

.style-inherit {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}
