﻿body {
	background-color: #f9f9db;
	overflow-x: hidden;
	font-family: Centaur, "Times New Roman";
	font-size: 10pt;
	color: #3b1e0f;
	text-align: justify;
	margin: 0px;
}

HTML {
	scrollbar-3dlight-color:#7F7F7F;
   scrollbar-arrow-color:#7F7F7F;
   scrollbar-base-color:#7F7F7F;
   scrollbar-track-color:#F5F5F5;
   scrollbar-darkshadow-color:#7F7F7F;
   scrollbar-face-color:#FFFFFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-shadow-color:#FFFFFF;
}

.content {
	background: url(images/content_bg.jpg);
	background-attachment: fixed;
	width: 270px;
	height: 355px;
	padding: 12px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content_menu {
	background: url(images/content_menu.jpg);
	background-attachment: fixed;
	width: 853px;
	height: 355px;
	padding: 12px;
	overflow-y: auto;
	overflow-x: hidden;
}

.footer {
	font-family: Centaur, "Times New Roman";
	font-size: 10pt;
	color: #b09976;
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
}

.footer a{
	font-family: Centaur, "Times New Roman";
	font-size: 10pt;
	color: #b09976;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

#disclaimer {
	font-size: 8pt;
	color: #000;
}

input, textarea {
	border: 1px solid #a7a6aa;
	border-collapse: collapse;
}
#nowhiring {
	float: right;
	border: 1px solid #b09976;
	padding: 6px;
}

img {
	border: 0px;
}

a {
	color: #8f5933;
}