/* basic layout structure */
#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 804px;
	margin: 0 0 0 -402px;
}
#header {
	float: left;
	width: 804px;
	height: 202px;
}
#main {
	clear: both;
	width: 804px;
	background: url('../images/layout/bg_main.jpg') repeat-y;
	height: 300px;
  }
html>body #main {
	height: auto;
	min-height: 300px;
}
#menu {
	float: left;
	width: 130px;
	text-align: right;
	padding: 0 10px 0 0;
}
#menu_close {
	width: 130px;
	height: 31px;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
	background: url('../images/menu/bg_menu_close.jpg') repeat-y;
}
#content {
	float: left;
	width: 484px;
	padding: 10px 89px 10px 80px;
	background: url('../images/layout/bg_content.jpg') no-repeat;
}
#footer_menu {
	text-align: center;
	float: left;
	width: 804px;
	padding: 22px 0 0 0;
}
#footer {
	clear: both;
	width: 804px;
	height: 94px;
	text-align: center;
	padding: 30px 0 0 0;
	background: url('../images/layout/bg_footer.jpg') no-repeat;
}
/* END basic layout structure */





/* basic html styles */
html {
	color: #623f04;
	font-family: tahoma, san-serif;
	font-size: 8pt;
}
body {
	background: #5d8a38 url('../images/layout/bg_pattern.jpg') 
repeat;
	color: #623f04;
}
a {
	color: #493005;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:selected {}
a:visited {}


/* --------------------------------- table -----------------------------------*/

table {
	border-collapse: collapse;
}
th {
	padding: 2px 4px 1px 4px;
	border: 0px solid #7d571e;
	background: #7d571e;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
}
td {
	border: 1px solid #958f46;
	padding: 2px 4px 1px 4px;
	font-size: 0.9em;
}
td.numeric {
	text-align: right;
}
tr.header {
	border: 1px solid #958f46;
}
tr.odd {
	background: #d8cf83;
}

/* --------------------------------- content -----------------------------------*/

#content h1 {
	color: #1b4d02;
	font-size: 1.4em;
	margin: 1.8em 0 0 -19px;
	display: block;
	width: 500px;
	border-bottom: 1px solid #589332;
}

#content h2 {
	color: #1b4d02;
	font-size: 1.2em;
	margin: 1.8em 0 0 -19px;
	display: block;
	width: 450px;
	border-bottom: 1px solid #589332;
}

#content h3 {
	font-size: 16px;
}


#content .heading {
	color: #1b4d02;
	font-style: italic;
	font-family: Times, serif;
	font-size: 1.3em;
	margin: 0.6em 0 2em -1.4em;
	border-left: 8px solid #c6bf74;
	padding: 0 2px 0 15px;
}

#content p {
	margin: 1em 0 1em 0;
	font-size: 13px; 
	/*padding-top:15px;*/
	text-align: justify;
}

#content  img.left {
	border: 1px solid #7a752d;
	float: left;
	margin: 0 15px 5px 0;
}

#content img.right {
	border: 1px solid #7a752d;
	float: right;
	margin: 0 0 5px 15px;
}

#content  .thumbnail {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid black;
	background-color:#EFFFBA;
	background: url('../images/imgbg.jpg') repeat;
}

#content  .thumbnail td {
	display: table-cell;
	vertical-align:center;
	text-align:center;
	width: 107px;
	height: 120px;
	overflow:auto;
	border: 0px;
}

.clearBoth {
	clear: both;
}

.thumbnail img {
	border: 1px solid black;
}
/* END basic html styles */





/* forms */
/* END forms */





/* character styles */
.light_brown {
	color: #ab9450;
}
.mid_brown {
	color: #493005;
}
/* END character styles */





/* paragraph styles */
/* END paragraph styles */



/* --------------------------------- Footer -----------------------------------*/

/* other */
#footer a {
	color: #e5d194;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer p {
	color: #FFFFFF;
	margin: 0 0 3px 0;
}
#menu {
	font-weight: bold;
}
#menu ul {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
}
#menu ul li {
	display: block;
	width: 130px;
	height: 31px;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 10px 10px 0 0;
	background: url('../images/menu/bg_menu.jpg') no-repeat;
}
#menu ul li:hover {
	background: url('../images/menu/bg_menu_active.jpg') no-repeat;
}
.clearing {
	clear: both;
	height: 1px;
}
/* END other */



