
body
{
	text-align: center;
	padding: auto;
	margin: 0px;
	padding: 0px;
	width: 100%; /*trick for ff2*/
	height: 100%;
	min-height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #9e8b58;
	font: normal 14px sans-serif, verdana;
	z-index: 0;
}
/************************/

#maincontainer
{
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background: #fff;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	background-image: url(images/img_bottom_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*border: solid 2px red;*/
}

/* start iemac hide \*/
* html #maincontainer {
	height: 100%;
	position: relative;
} 
/* end iemac hide*/

#topsection
{
	width:800px;
	height: 255px;
	background-image: url(images/img_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 3;
	/*border: solid 1px black;*/
}

#contentwrapper
{
	float: left;
	width: 100%;
	z-index: 2;
	/*border: solid 1px black;*/
}

#contentcolumn
{
	margin-left: 167px;
	padding:0px;
	z-index: 2;
	/*border: solid 1px black;*/
}

#contentcolumnheader
{
	margin: 0px;
	width: 100%;
	height: 94px;
	background-image: url(images/img_content_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	/*border: solid 1px black;*/
}

#contentcolumnheader tr{
width: 100px !important;
}

#contentcolumnheader h1
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 30px;
	left: 30px;
	letter-spacing: 3px;
}

#contentcolumnbody
{
	padding: 0px 30px 30px 30px;
	margin: 0px;
	/*border: solid 1px black;*/
}

#contentcolumnbody a:link, a:visited {
text-decoration:underline;
color: #9e8b58;
}
#contentcolumnbody a:hover{
text-decoration:none;
}

#sitemap_ul {
padding: 10px;
list-style-type:square;
}

#sitemap_ul li{
padding: 3px;
}


#leftcolumn
{
	float: left;
	width: 167px;
	margin-left: -800px;
	background: #ddb02f;
	/*position: relative;*/
	z-index: 3;
	height: 68%;
	/*border: solid 1px black;*/
}
#leftcolumnbackground
{
	background: #ddb02f;
	position: absolute;
	top: 0px;
	left: auto;
	width: 167px;
	height: 97%;
	min-height: 97%;
	z-index: 1;
}
* html #leftcolumnbackground
{
	position: absolute;
	z-index: -100;
	top: 0px;
	left: 0px;
}

#footer
{
	font-size: 12px;
	height: 20px;
	clear: both;
	width: 800px;
	text-align: center;
	padding: 4px 0;
	position: absolute;
	bottom: -2px;
	left: auto;
	z-index: 3;
	background-image: url(images/img_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*border: solid 1px black;*/
}
* html #footer
{
	left: 0px;
}

/****************************NAVIAGATION MENU**************************/

#navcontainer
{
	width: 100%;
	color: #333;
	letter-spacing: 0px;
	z-index: 3;
	position: relative;	
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	border-top: solid 1px #fff;
}

#navcontainer li
{
	margin: 0;
	border-bottom: solid 1px #fff;
}

#navcontainer li a
{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	background-color: #ddb02f;
	padding: 4px 7px 4px 7px;
	
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	background-color: #97834c;
}
/******************************************************************/
