body {
	height: auto;
	min-height: 100%;
	padding-bottom: 182px;
	font-family: 'Sentinel-Book', 'Georgia', 'Serif';
	font-size: 16px;
	line-height: 1.4em;
	color: #666;
	text-align: left;
	background-image: url(../images/body_background.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
}

	body a {
		color: #78785e;
		-webkit-transition-property: color;
		-webkit-transition-duration: 0.5s;
	}
	body a:hover {
		color: #fff5ad;
	}

strong, b {
	font-family: 'Sentinel-Bold';
}


h1, .h1, 
h2, .h2, 
h3, .h3 {
	font-family: 'Sentinel-Black', 'Arial Black';
	color: #cccc98;
}

h1, .h1 {
	font-weight: 700;
}

h2, .h2 {
	font-weight: 700;
}

h3, .h3 {
	font-weight: 400;
}


fieldset {
	padding: 0px;
	border: none;
	background-color: transparent;
}


input[type='text'], 
textarea {
	border: solid 1px transparent;
	color: #cccc98;
	background-color: rgba(255, 255, 255, 0.1);
}


input[type='submit'], 
.button-like {
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #232323;
	border-radius: 4px;

	font-size: 14px;
	line-height: 1.9em;
	color: #bcbe8d;
	font-style: italic;

	background-color: #232323;
	box-shadow: 0px 2px #161616;

	-webkit-transition-property: background, border, color;
	-webkit-transition-duration: 0.5s;
}

input[type='submit']:hover, 
.button-like:hover {
	color: #19191b;
	background-color: #cccc9a;
}