html{background-color: #ccc; height: 100%;}

body
{
	background: url(images/center-faux.jpg) repeat-y top center;
	text-align: center;
	font-family: Arial;
}

strong{font-weight: bold;}
em{font-style: italic;}

#page-container
{
	background-color: #909f65;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#tree-header
{
	height: 234px;
	background: url(images/tree-header.jpg) no-repeat top right;
	padding-left: 30px;
}

#tree-header img
{
	margin-top: 13px;
}

#menus
{
	height: 150px;
	background: #648179 url(images/tree-roots.jpg) no-repeat top right;
	padding: 10px 10px 0 10px;
	color: white;
}

#tab-contain
{
	background: white url(images/tab-left.jpg) no-repeat top left;
	margin: 85px 0 0 17px;
	width: 639px;
}

#tab-contain h2
{
	background: url(images/tab-right.jpg) no-repeat top right;
	color: #648179;
	font-size: 28px;
	font-weight: bold;
	height: 40px;
	padding: 5px 25px;
}

#center-column
{
	width: 723px;
	background: #fff;
	margin-left: 27px;
}

#menus a:link, #menus a:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#menus ul.rtl
{
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

#icons
{
	float: left;
	padding: 10px 0 0 40px;
}

#icons li
{
	display: inline;
	margin-right: 80px;
}

#menus ul.rtl li
{
	display: inline;
}

#menus ul.ttb
{
	float: right;
	border-left: 1px solid white;
	margin-top: -24px;
}

#menus ul.ttb li
{
	padding: 2px 0;
	border-bottom: 1px solid white;
}

#menus ul.ttb a
{
	padding-left: 5px;
}

#content
{
	padding: 20px;
	font-size: 12px;
	font-family: Verdana;
	overflow: auto;
}

#content p, #content address, #content ul
{
	margin-bottom: 13px;
}

#content ul
{
	list-style-type: disc;
	margin-left: 30px;
}

#content ul li
{
	list-style-type: disc;
}

#content h2
{
	font-weight: bold;
	font-size: 17px;
}

#content h3
{
	font-size: 14px;
	font-weight: bold;
}

#content a:link, #content a:visited
{
	color: #009966;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#footer
{
	width: 800px;
	margin: 0 auto 20px auto;
}

#footer
{
	line-height: 20px;
	height: 20px;
	color: white;
	text-align: center;
	font-size: 11px;
}

#footer p
{
	padding-top: 8px;
}

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid black;
}

.post img.alignleft
{
	margin-top: 4px;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid black;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

#footerdrop
{
	margin: 0 auto;
	height: 30px;
	color: red;
	background: url(images/footer-drop.jpg) no-repeat top center;
}

.post
{
	padding-top: 10px;
	border-bottom: 1px solid black;
	width: 450px;
}

.post h3
{
	margin-bottom: 1em;
}

.post-title 
{
	font-size: 18px !important;
}

.first
{
	padding-top: 0px;
}

#events
{
	width: 220px;
	float: right;
	padding: 0 0 10px 10px;
	margin: 0 0 10px 10px;
	border-left: 1px solid black;
	text-align: justify;
}

#events h2
{
	text-align: center;
	font-size: 16px;
	margin-bottom: 7px;
}

#events h4
{
	font-weight: bold;
	margin-bottom: 5px;
}

.hilite
{
	display: none;
}