body {
	font-family: georgia,times new roman,times,serif;
	text-align: center;
	color: #000;
	background: #BD9574 url(../images/back.gif) repeat-y 50% 0;
	font-size: .80em;
	}

a {
	color: #000;
	}

#wrap {
	width: 752px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	height: 93px;
	position: relative;
	background: #600 url(../images/top_back.jpg) no-repeat top right;
	}

#header h1{
	background: url(../images/logo.gif) no-repeat top right;
	width: 211px;
	height: 0px;
	padding-top: 74px;
	overflow: hidden;
	margin-right: 500px;
	position: absolute;
	top: 10px;
	}

#header h2{
	text-align: right;
	padding-right:40px;
	width: 400px;
	float: right;
	margin-left: 300px;
	position: absolute;
	top: 54px;
	right: 0;
	color: #FFF;
	text-shadow: #000 0 1px 3px;
	}

#header h2 a{
	color: #FFF;
	}

#navbar {
	background: #893D2B url(../images/navbar_back.gif) repeat-x bottom left;
	padding: 3px 0 4px 4px;
	clear: both;
	}

#navbar li {
	display: inline;
	padding: 0 11px 0 4px;
	margin: 0 2px;
	background: url(../images/navbar_divider.gif) no-repeat top right;
	text-shadow: #410E06 0 1px 3px;
	}

#navbar li a {
	color: #E8DDBD;
	}

#navbar li.selected a {
	color: #FFF;
	font-weight: bold;
	}

#navbar li a:hover {
	color: #FFF;
	}

#sidebar {
	width: 184px;
	float: left;
	margin: 26px 0 0 0;
	padding-bottom: 180px;
	background: url(../images/collage.jpg) no-repeat bottom left;
	line-height: 1.2em;
	}

#sidebar li {
	margin: 0 0 10px 10px;
	padding-left: 16px;
	color: #893D2B;
	}
	
#sidebar li.selected {
	background: url(../images/bullet.gif) no-repeat 1px left;
	padding-left: 16px;
	}

#sidebar li a {
	color: #893D2B;
	}

#sidebar li a:hover {
	color: #000;
	}

#sidebar li.selected a {
	color: #4F0000;
	}

#sidebar li.selected ul {
	margin: 10px 0 0 0;
	font-size: 90%;
	}

#sidebar li.selected ul li {
	margin: 10px 0;
	padding: 0 0 0 11px;
	}

#sidebar li.selected ul li.selected {
	background: url(../images/smallbullet.gif) no-repeat 4px left;
	}

#sidebar blockquote {
	color: #893D2B;
	margin: 0 16px;
	font-size: 90%;
	line-height: 2em;
	background: url(../images/quote.gif) no-repeat top left;
	padding: 14px 0 0 14px;
	}

#sidebar blockquote span {
	padding-left: 34px;
	}


#body {
	float: left;
	width: 552px;
	margin-top: 16px;
	line-height: 1.8em;
	font-size: 90%;
	}

/* Min-height fix courtesy of MezzoBlue */
/* for Mozilla/Safari */
*>#content {
 padding-top: 500px;
}
*>#content h3 {
 margin-top: -500px;
}
/* for IE */
* html #content {
 height: 500px;
}


#content {
	background: url(../images/content_back.gif) repeat-y top left;
	padding-bottom: 6px;
	}



#content a {
	color: #893D2B;
	text-decoration: underline;
	}

#content h3 {
	width: 538px;
	height: 27px;
	color: #893D2B;
	font-size: 130%;
	padding: 10px 0 0 14px;
	background: url(../images/content_header.gif) no-repeat top left;
	margin-bottom: 12px;
	}

#content h3 .divider {
	color: #C8B98C;
	padding-left: 4px;
	}

#content h3 .subtitle {
	color: #CC8447;
	padding-left: 4px;
	}

#content h4 {
	color: #893D2B;
	text-transform: uppercase;
	font-weight: bold;
	margin: 14px 20px 0 24px;
	}

#content p {
	margin: 0 20px 10px 24px;
	}

#content ul {
	margin: 0 20px 10px 34px;
	}

#content ul li {
	background: url(../images/smallbullet.gif) no-repeat 7px left;
	padding-left: 14px;
	}

#content ol {
	margin: 0 20px 10px 44px;
	}
#content ol li {
	margin-bottom: 1em;
	}

#content ol li ol {
	margin: 10px 0 0 20px;
	list-style-type: upper-alpha;
	}

#footer {
	padding: 14px 4px 0 0;
	text-align: right;
	font-size: 90%;
	color: #B7AD8E;
	height: 36px;
	background: #E6DFC4 url(../images/content_bottom.gif) no-repeat top left;
	margin: 0;
	float: left;
	width: 548px;
	}

.portrait {
	padding: 4px;
	border: 1px solid #C8B98C;
	float: right;
	margin: 0 0 10px 14px;
	}

.callout {
	font-size: 120%;
	margin: 0 24px;
	background: #F7F0DA;
	padding: 20px 10px 10px 10px;
	border: 1px solid #E8DDBD;
	color: #893D2B;
	}