html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, sans-serif, Arial;
}

.clearer {
	clear: both;
	font-size: 1px;
}

A:link {
	/*color: #B75F09;*/
	color: #056905;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	/*color: #B75F09;*/
	color: #056905;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0;
}

H1 {
	font-size: 250%;
	font-weight: bold;
}

H2 {
	font-size: 200%;
	font-weight: bold;
}

H3 {
	font-size: 150%;
	font-weight: bold;
}

H4 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

H5 {
	font-size: 95%;
	font-weight: bold;
}

H6 {
	font-size: 90%;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}

H7 {
	font-size: 85%;
	font-weight: bold;
}

H8 {
	font-size: 80%;
	font-weight: bold;
}

#trans_bg_horizontal {
   margin: 29px 0 0 0;
   padding: 6px 6px 6px 28px;
   width: 100%;
   height: 100px;
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   position: absolute;
   background-color: #FFFFFF;
   border: solid 1px #C0C0C0;
   z-index: 2;
}

#trans_bg_vertical {
   margin: 0 0 0 25px;
   padding: 180px 6px 6px 6px;
   width: 136px;
   height: 100%;
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   position: absolute;   
   background-color: #FFFFFF;
   border: solid 1px #C0C0C0;
   font-size: 70%;
   line-height: 170%;
   z-index: 1;
}

#trans_bg_vertical_links {
   margin: 0 0 0 25px;
   padding: 180px 6px 6px 6px;
   width: 150px;
   height: 100%;
   position: absolute; 
   font-size: 70%;
   line-height: 170%; 
   z-index: 2;
}

#trans_bg_main {
   margin: 185px 0 0 195px;
   padding: 6px 6px 6px 6px;
   width: 700px;
   height: 100%;
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   position: absolute;   
   background-color: #FFFFFF;
   border: solid 1px #C0C0C0;
   line-height: 140%;
   font-size: .8em;
   z-index: 2;
}

#trans_bg_ad {
   margin: 10px 0 0 10px;
   padding: 6px 6px 6px 6px;
   filter: alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;
   position: absolute;   
   background-color: #FFFFFF;
   border: solid 1px #C0C0C0;
   line-height: 140%;
   font-size: .9em;
   z-index: 2;
   text-align: center;
}


#trans_bg_main img {
	border: 2px solid #BD6342;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

#page_header {
   //margin: 145px 0 0 25px;
   margin: 145px 0 0 190px;
   padding: 6px 6px 6px 6px;
   width: 100%;
   height: 20px;
   font-size: 15pt;
   font-weight: bold;
   position: absolute;
   color: #E0E0CB;
   z-index: 10;
}

#menu_bar_top {
   top: 10px;
   left: 365px;
   text-align: right;
   position: absolute;
   font-size: 70%;
   line-height: 170%;
}

#menu_bar_bottom {
   bottom: 0px;
   text-align: center;
   position: relative;
   font-size: 11px;
   padding: 5px;
}