body {
	margin: 0;
	padding: 0;
	background: #CCCC99;
	font: 15px/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#container {
	margin: auto;
	width: 980px;
	overflow: auto;
}

#header {
	width: 980px;
	background: url(images/header-bg.jpg) left bottom no-repeat;
}
#header td {
	height: 172px;
	padding: 10px 40px 60px;
}
#logobox {
	float: left;
	background: #FFFFFF;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -4px 4px 0 0 #727232;
	box-shadow: -4px 4px 0 0 #727232;
}
#header a {	
	display: block;
	font: bold 30px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #A73300;
	text-decoration: none;
}
#header a img {
	max-width: 860px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 -5px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #858545;
}

#stage {
	background: url(images/page-bg.gif) 0 0 repeat-y;
	overflow: auto;
}



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

#nav {
	float: left;
	width: 195px;
	margin: 0;
	padding: 20px 10px 20px 30px;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: none;
}
#nav li a {
	display: block;
	font: 16px/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #767676;
	background: url(images/bullet.gif) 10px 12px no-repeat;
	padding: 5px 5px 10px 25px;
}
#nav li a:hover {
	color: #993300;
}
#nav div {
	line-height: 0;
	padding-bottom: 10px;
}
#nav div a {
	font-size: 12px;
	background: none;
	padding: 0 0 8px 25px;
}
#nav div a:hover {
	text-decoration: underline;
}



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

#content {
	margin-left: 240px;
	padding: 10px 30px 20px;
	min-height: 300px;
}

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

h1 {
	margin: 12px 0 20px;
	font: 28px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 18px;
}
p {
	margin: 14px 0;
}
a {
	color: #993300;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(images/bullet.gif) 20px 8px no-repeat;
}
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: 680px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	color: #993300;
	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 {
	background: url(images/footer-bg.gif) 0 0 no-repeat;
	padding: 40px 30px 20px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #858545;
}
#footer p {
	margin: 0 0 25px;
	height: 30px;
	text-align: left;
	color: #FFFFFF;
}
#footer a {
	color: #858545;
}

