@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-image:url(botmc_wood_clou2.jpg);
	background-repeat:no-repeat;
}
.thrColFix #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1500px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:105px;
	padding-top:125px;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:900px;
	padding-left:138px;
	padding-top:130px;
	opacity:.8;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent { 
	padding-top:130px;
	padding-left:575px;
	width:200px;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:-3px;
}

h2	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:4;
	line-height:1.3em;
}

h22	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:1.3em;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	line-height:1.1em;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:602;
	line-height:1.2em;
}

hr {
	border-style:dotted;
	margin-top:10px;
	color:#600;
	} 

a:link, a:visited, a:active  {
	color: #000000;
	text-decoration:none;
	}
	
a:hover {color:#AD7E0D}

#content {
	padding-top:20px;
}

#content2 {
	margin-left:55px;
	padding-top:11px;
}


#mycustomscroll {
width: 350px;
height: 250px;
overflow: auto;
}

#mycustomscroll2 {
width: 220px;
height: 445px;
padding-right:12px;
overflow: auto;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color:#B99660;
}
.vscrollerbar {
width: 10px;
background-color:#F4CC87;
}
.hscrollerbase {
height: 10px;
background-color:#B99660; 
}
.hscrollerbar {
height: 10px;
background-color:#F4CC87;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

a.yellow:link {
	color:#FF0;  
	}
	
a.yellow:visited {
	color:#FF0; 
	}

a.yellow:active {
	color:#FF0; 
	}

a.yellow:hover {
	color:#AD7E0D; 
	}

