li.leaf {   
  list-style-type: none; 
  list-style-image: url();
  padding: 0;
  margin: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #4E5706 url(images/bg.gif) repeat-x;
	color: #000;
	font-size: x-small;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: small;
}
html>body {
	font-size: small;
}
p {
	margin: 1.2em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
ol, ul {
	margin: 1.2em 0 1.2em 2.4em;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	padding: 0;
	color: #4E5706; 
	font-family: Georgia, serif; 
}
h1, h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a {
	text-decoration: none;	
}
a:link {
	color: #C86C00;
}
a:visited, a:active {
	color: #B26A16;
}
a:hover {
	background-color: #4E5706;
	color: #FFF;
}
#sidebar a:link, #footer a:link {
	color: #C79A65;
}
#sidebar a:visited, #sidebar a:active, #footer a:visited, #footer a:active {
	color: #C0996C;
}
#sidebar a:hover, #footer a:hover {
	background-color: #A3963B;
	color: #000;
}
small {
	font-size: 0.92em;
}
a img {
	border: 0;
}

/* The Layout */

#header {
	margin: 0 auto;
	width: 765px;
	height: 85px;
	background: url(images/header.gif) no-repeat;
	text-align: left;
	overflow: hidden;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	background: #FFFFE3 url(images/wrapper.gif) repeat-y;
	text-align: left;
	font-size: 0.92em;
}
#content {
	float: right;
	padding: 0 38px 0 23px;
	width: 538px;
	background: url(images/content.gif) no-repeat 100% 0;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 477px;
}
html>body #content {
	width: 477px;
}
#sidebar {
	float: right;
	padding: 265px 15px 0 27px;
	width: 227px;
	background: url(images/sidebar.gif) no-repeat;
	color: #E5E6C2;
	font-size: 0.92em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 185px;
}
html>body #sidebar {
	width: 185px;
}
#footer {
        margin-left: auto;
        margin-right: auto;
        width: 765px;
	clear: both;
	background: url(images/footer.gif) no-repeat;
	color: #E5E6C2;
	font-size: 0.86em;
	position: relative; /* IE disappearing background fix */
        padding-bottom: 20px;
}

	
/* Sidebar Styles */

#sidebar ul {
	margin: 0;
	margin: 0.6em 0;
	list-style-type: none;
        list-style-position: outside;
        padding: 0 0 0.25em 1em;
}
#sidebar h2 {
	margin: 0 -15px;
	padding: 5px 0 0 15px;
	height: 28px;
	background: url(images/sidebarheader.gif) no-repeat;
	color: #212503;
	font-size: 1.2em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 23px;
}
html>body #sidebar h2 {
	height: 23px;
}
#sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:active {
	color: #212503;
}
#sidebar ul li {
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 0.55em;
        font-size: 1.1em;
}

span.clear { 
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

ul.menu li { 
  margin: 0 0 0 -1em;
             }

/* .post { */
.main {
	margin: 0 0 1em 0;
	padding: 0.1em 0 28px 0;
	background: url(images/divider.gif) no-repeat 50% 100%;
}
.leftText {
  position: absolute;
  left: -900px;
}
img {
  padding: 3px 3px 3px 3px;
}
ul.larger li {
  font-size: large;
}

