body {
	font: 100% Tahoma, Tahoma, Verdana, Arial;
	background: #3c3319;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(gfx/bg.jpg);
	background-repeat:repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
TD{
	vertical-align:top;
}
p{
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4;
	display:block;	
}
a:link {color: #2a2515; text-decoration:underline}
a:visited {color: #2a2515; text-decoration:underline}
a:hover {color: #F4CB34;text-decoration:underline;}
a:active {color: #2a2515;}

.picleft {
	clip:  rect(   );
	/*float:left;*/
	display: block;
	padding: 0px 0px 20px 0px;
}

.oneColFixCtrHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	padding-top: 30px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(gfx/header_baggr.png);
	background-repeat:no-repeat;
	height: 175px;
	/*border: 1px solid red;*/
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	min-height:500px;
	display:block;
	/*height: 100%;*/
	/*background: #FFFFFF;*/
	/*border: 1px solid black;*/
	background-image:url(gfx/content_baggr.png);
	background-repeat:no-repeat;

}

/* contentLeft
***********************************************************/

.oneColFixCtrHdr #contentLeft {
	/*background-color: red;*/
	padding: 10px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
	width: 175px;
}
.oneColFixCtrHdr #contentLeft ul {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.oneColFixCtrHdr #contentLeft li {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}
.oneColFixCtrHdr #contentLeft li a:visited,
.oneColFixCtrHdr #contentLeft li a{
	color:#000000;
	text-decoration:none;
}

.oneColFixCtrHdr #contentLeft li a:hover{
	color:#FBCA05;
	text-decoration:none;
}
.oneColFixCtrHdr #contentLeft .selected{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FBCA05;
	text-decoration:none;
}

.oneColFixCtrHdr #adr {
	vertical-align:bottom;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 175px;
}

/* contentMid
***********************************************************/
.oneColFixCtrHdr #contentMid {
	/*background-color: yellow;*/
	/*border: 1px solid red;*/
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	width: 345px;
}

.oneColFixCtrHdr #contentMid TABLE {
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4;
}


.oneColFixCtrHdr #contentMid p {
	padding: 0px 15px 10px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
}
.oneColFixCtrHdr #contentMid .link {
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	display:block;
}
.oneColFixCtrHdr #contentMid .link a:visited,
.oneColFixCtrHdr #contentMid .link a {
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 4px 0px;
	color:#2a2515;
	background-image:url(gfx/link_pil.gif);
	background-repeat:no-repeat;
	display:block;
}
.oneColFixCtrHdr #contentMid .link a:hover {
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 4px 0px;
	color:#F4CB34;
	background-image:url(gfx/link_pil.gif);
	background-repeat:no-repeat;
	display:block;
}


.oneColFixCtrHdr #stiplet {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1px;
	background-image:url(gfx/stiplet.gif);
	background-repeat:repeat-y;
}


/* contentRight
***********************************************************/
.oneColFixCtrHdr #contentRight {
	/*background-color: blue;*/
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	width: 300px;
}

.oneColFixCtrHdr #contentRight TABLE {
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4;
}


.oneColFixCtrHdr #contentRight p {
	padding: 0px 10px 10px 0px;
	margin: 0px 20px 0px 0px;
	display:block;
}
.oneColFixCtrHdr #contentRight .link {
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	display:block;
}
.oneColFixCtrHdr #contentRight .link a:visited,
.oneColFixCtrHdr #contentRight .link a {
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 4px 0px;
	color:#2a2515;
	background-image:url(gfx/link_pil.gif);
	background-repeat:no-repeat;
	display:block;
}
.oneColFixCtrHdr #contentRight .link a:hover {
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 4px 0px;
	color:#F4CB34;
	background-image:url(gfx/link_pil.gif);
	background-repeat:no-repeat;
	display:block;
}





/* footer
***********************************************************/

.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
	background-image:url(gfx/footer.png);
	background-repeat:no-repeat;
	height: 59px;
	width: 100%;
	float: left;
	/*border: 1px solid yellow;*/
}


