body {
	margin: 0;
	font-family: Verdana, sans-serif;
	/*background-color: #8e6715;*/
	background-image: url('/images/layout/vine.png');
	background-repeat: repeat-y;
	background-color: #fafafa;
  line-height: 1.3em;
}

/*
@font-face {
  font-family: "DejaVu Sans";
  src: url(http://lardbucket.org/images/layout/DejaVuSans_subset.ttf) format("truetype");
}
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	text-transform: lowercase;
	font-family: DejaVu Sans, Verdana, sans-serif;
	font-weight: normal;
  line-height: 1em;
}

img {
	border: 0;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2 {
	font-size: 250%;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 125%;
}

table {
	border: 2px solid #709e00;
	border-collapse: collapse;
}

th {
	border: 1px solid #94d200;
	padding: 0.25em;
	background-color: #ffeb99;
}

td {
	border: 1px solid #94d200;
	padding: 0.25em;
}

ul, ol {
	margin-top: 0.5em;
}

.alignright {
  float: right;
}

#layout_sidebar {
	float: right;
	position: relative;
	width: 190px;
	margin-left: -201px;
	margin-top: 140px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #000;
	font-size: 80%;
	display: inline;
}

#layout_sidebar ul, #layout_sidebar ol {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#layout_sidebar_topgradient {
	margin-top: -20px;
	margin-left: -6px;
	float: left;
}

#layout_sidebar_bottomgradient {
	margin-left: -6px;
	margin-top: -10px;
	float: left;
}

.layout_sidebar_hr {
	background-image: url('/images/layout/sidebar-gradient-hr.png');
	width: 190px;
	height: 1px !important;
	margin-left: -6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#layout_container {
	position: absolute;
	width: 100%;
	z-index: 1;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #layout_container {
	height: auto;
}

#layout_sunflower {
	position: absolute;
	top: -30px;
	left: -35px;
	background-image: url('/images/layout/sunflower-trans.png');
	width: 204px;
	height: 189px;
	z-index: 2;
}

#layout_footer {
	clear: both;
	position: absolute;
	bottom: 0;
	margin-top: -55px;
	width: 100%;
	z-index: 5;
}

#layout_footer_hill {
	position: relative;
	background-image: url('/images/layout/hill-trans.png');
	left: -56px;
	width: 195px;
	height: 55px;
	z-index: 5;
}

#layout_footer_ground {
	position: relative;
	background-image: url('/images/layout/ground.png');
	margin-top: -31px;
	height: 31px;
	z-index: -1;
}

#layout_header {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	background-image: url('/images/layout/header.png');
	background-repeat: repeat-x;
	height: 125px;
	padding-top: 28px;
	padding-bottom: 25px;
	width: 100%;
}

#layout_content {
	position: relative;
	margin-left: 80px;
	padding-left: 20px;
	padding-top: 155px;
	padding-bottom: 65px;
	padding-right: 210px;
	height: 100%;
	float: left;
	display: inline;
}

#layout_header h1 {	
	padding-left: 190px;
	margin: 0;
}

#layout_content > h2 {
	position: relative;
	background-image: url('/images/layout/leaf-h2-trans.png');
	background-repeat: no-repeat;
	left: -42px;
	padding-left: 42px;
	min-height: 49px;
	height: auto !important;
	height: 49px;
}

#layout_content > h3 {
	position: relative;
	background-image: url('/images/layout/widget-h3-trans.png');
	background-repeat: no-repeat;
	left: -49px;
	padding-left: 49px;
	min-height: 29px;
	height: auto !important;
	height: 29px;
}

.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px !important;
	z-index: 0;
}
