body {
	margin: 0;
	padding: 0 0 20px;
	background: #4681BF;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #333333;
}

#shadow {
	background: url(images/page-shadow.png) center repeat-y;
}
#container {
	margin: auto;
	width: 980px;
	background: #DDDAD4;
	overflow: auto;
}

#header {
	width: 980px;	
	background: #E0CDB7 url(images/header-bg.jpg) bottom left no-repeat;
}
#header td {
	height: 70px;
	padding: 20px 20px 20px 55px;
}
#header a {	
	display: block;
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#header a img {
	max-width: 905px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #A7BFDB;
}


#stage {
	background: url(images/body-bg.jpg) top left no-repeat;
}



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

#nav {
	float: right;
	width: 235px;
	padding-right: 27px;
	position: relative;
	top: -21px;
}
#nav .case {
	background: url(images/nav-bg.png) left repeat-y;
}
#nav ul {
	margin: 0 0 -20px;
	padding: 20px 0 0 5px;
	list-style: none;
	background: url(images/nav-top.jpg) top left no-repeat;
	min-height: 100px;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	position: relative;
	background: none;
}
#nav li a {
	display: block;
	font: 12px/1.1 Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #79664F;
	background: url(images/bullet.png) 20px 5px no-repeat;
	padding: 10px 10px 10px 50px;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li div {
	line-height: 0;
	padding: 0 10px 10px 30px;
}
#nav li div a {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	background: url(images/bullet2.gif) 21px 7px no-repeat;
	padding: 3px 0 5px 30px;
}
#nav li div a:hover {
	text-decoration: underline;
}
#nav blockquote {
	margin: 0;
	padding: 0;
	background: url(images/nav-end.png) top left no-repeat;
	height: 55px;
}



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

#content {
	padding: 120px 0 45px 55px;
	margin-right: 290px;
	min-height: 300px;
}

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

h1 {
	margin: 12px 0 20px;
	padding: 0;
	font-size: 26px;
	color: #1F5BA3;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 22px;
	color: #1F5BA3;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 18px;
	color: #1F5BA3;
}
p {
	margin: 14px 0;
}
a {
	color: #1F5BA3;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 10px 45px;
	background: url(images/bullet.png) 15px 0px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #C8C3BA;
	background-color: #C8C3BA;
	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: 635px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px/1.5 Arial,Helvetica,sans-serif;
	color: #333333;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	color: #1F5BA3;
	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 {
	margin: -40px 0 0;
	width: 980px;
	background: #DDDAD4 url(images/footer-bg.jpg) bottom left no-repeat;
	font-size: 11px;
	line-height: 1.2;
}
#footer td {
	height: 68px;
	vertical-align: bottom;
	padding: 0 400px 20px 55px;
}

#credit {
	background: url(images/credit-bg.png) bottom center no-repeat;
	padding: 5px 0 0;
	font-size: 11px;
	line-height: 1.2;
	color: #8FADD6;
	height: 45px;
}
#credit p {
	margin: auto;
	width: 870px;
}
#credit a {
	color: #8FADD6;
}

