html, body {
	height: 100%;
}

body {
	background: #FFF url('bg.png') fixed no-repeat 50% 0%;
	background-attachment: fixed;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #595757;
}
body, td, th, a, h1, h2, h3, li, div {
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #E60012;
}

input, select, textarea {
	border: 0;
	vertical-align: middle;
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	height: 22px;
	padding: 2px;
	color: #888;
	background: #D0D0D0;
}

.btn {
	border: 0;	
	font-size: 11px;
	line-height: 140%;
	height: 22px;
	background-color: #555;
	color: #FFF;
}
textarea {
	background: #D0D0D0;
	height: 100px;
	width: 500px;
}

hr {
	color: #a6937c;
	height: 1px;
}
label {
	width: 120px;
	float: left;
	vertical-align: middle;
}
label b {
	color: #d71921;
}
blockquote {
	margin: 5px 0 5px 40px;
}
ol {
	margin: 22px;
}
h2 {
	margin: 0;
	font-size: 15px;
	font-weight: 1000%;
	color: #727172;
	text-transform: uppercase;
}
h3{
	font-size: 12px;
	color: #898989;
	font-weight: 1000%;
	text-transform: uppercase;
	margin: 0;
}
.side .date {
	font-size: 11px;
	color: #595757;
	font-weight: 1000%;
	text-transform: uppercase;
	background: url(icon-date.gif) no-repeat 130px 0px;	
}
.side a{
	font-size: 10px;
	color: #9A9B99;
	}
.pagenav a {
	font-size: 12px;
	color: #898989;
	font-weight: 1000%;
	margin: 0;
}
.option {
	padding-right: 30px;
}
.footage, .footage small {
	font-size: 11px;
}
.footage b {
	color: #E60012;
}
.footage small {
	color: #999;
}

.footer {
	background: #d0cac4 url(footer-bg.jpg) repeat-x;	
	padding: 10px 0 0 0;
	border: solid #9f9488;
	border-width: 2px 0 0 0;
}
.footer h3 {
	float: left;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #595757;
	font-size: 11px;
	}