@font-face {
    font-family: 'StylographNormal';
    src: url('stylograph-webfont.eot');
    src: url('stylograph-webfont.eot?#iefix') format('embedded-opentype'),
         url('stylograph-webfont.woff') format('woff'),
         url('stylograph-webfont.ttf') format('truetype'),
         url('stylograph-webfont.svg#StylographNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	background: #cccccc url(/images/body-bg.jpg) repeat-y top center;
}
td, input, select, textarea, div {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #b0866e;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	height: 780px;
	background-image: url(/images/header-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.header-bg form {
	margin: 50px auto;
	width: 600px;
	text-align: right;
	transform: rotate(-3deg);
}
.header-bg form .field {
	padding: 5px;
	width: 150px;
	background-color: transparent;
	border: 2px solid #333;
	border-width: 0 0 1px 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	resize: none;
	color: #000;
}
.header-bg form .formbutton {
	margin: 0 0 0 5px;
	padding: 5px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	vertical-align: middle;
	font-family: StylographNormal, Arial, sans-serif;
	font-size: 24px;
	color: #000;
}
.navsub {
	display: none;
	position: absolute;
	z-index: 1000;
}
.navsuboff {
	font-size: 12px;
	color: #000000;
	padding: 2px 5px;
}
.navsubon {
	font-size: 12px;
	color: #b0866e;
	cursor: pointer;
	cursor: hand;
	padding: 2px 5px;
}
h2, .title {
	margin: 10px 0;
	pading: 0;
	font-family: StylographNormal, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a.title:hover {
	color: #b0866e;
}
.date {
	font-size: 12px;
	color: #b0866e;
	text-decoration: none;
}
.small {
	font-size: 10px;
	color: #aaaaaa;
	text-decoration: none;
}
.field {
	border: 1px solid #e7e7e7;
	background-color: #ffffff;
	width: 300px;
}
.field2 {
	display: none;
}
.archive {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}
