body {
	margin: 0;
	padding: 10px 0;
	background: #606567;
	font: 14px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#container {
	margin: auto;
	width: 980px;
	background: #83895B url(images/page-bg.gif) top left repeat-y;
	border: 1px solid #FFFFFF;
}

#header {
	width: 980px;
	background: url(images/header-pic.jpg) 246px 0 no-repeat;
}
#header td {
	height: 120px;
	padding: 20px 20px 20px 0;
}
#header a {	
	display: block;
	float: left;
	padding: 20px 20px 23px;
	min-width: 240px;
	background: #FFFFFF;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 2px 0px 4px 0px rgba(0,0,0,.4);
	box-shadow: 2px 0px 4px 0px rgba(0,0,0,.4);
}
#header a img {
	max-width: 750px;
	height: auto;
	border: none;
	margin: -10px -10px -13px;
}
#header #tagline {
	background: #83895B url(images/header-grad.png) top repeat-x;
	border-left: 1px solid #FFFFFF;
	width: 180px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}



/* ============================================== side bar ============================================== */

#nav {
	float: left;
	width: 245px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: url(images/nav-bg-top.png) 0 0 no-repeat;
}
#nav li a {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(images/nav-bg-bot.png) bottom left repeat-x;
	padding: 10px 10px 11px 40px;
}
#nav li a:hover {
	background-image: url(images/nav-bg-bot-on.png);
}
#nav div {
	line-height: 0;
	padding: 2px 0 20px;
	background: #83895B url(images/page-bg.gif) top left repeat-y;
}
#nav div a {
	font-weight: normal;
	text-transform: none;
	background: none;
	padding: 5px 10px 5px 40px;
}
#nav div a:hover {
	text-decoration: underline;
	background: none;
}



/* ============================================== general content ============================================== */

#content {
	margin-left: 250px;
	padding: 10px 30px 30px;
	min-height: 300px;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	font-size: 24px;
	color: #83895B;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 18px;
	color: #83895B;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 14px;
}
p {
	margin: 14px 0;
}
a {
	color: #83895B;
}
ul {
	margin: 20px 0;
}
li {
	margin: 0 0 7px;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 670px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer {
	clear: both;
	background: url(images/footer-bg.png) top repeat-x;
	padding: 10px 10px 10px 280px;
	font-size: 11px;
	line-height: 1.2;
	color: #999999;
}

#credit {
	margin: auto;
	width: 980px;
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.2;
	text-align: right;
}
#credit a {
	color: #333333;
}

