@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;
	color: #000000;
	background-image:url(about_back.jpg);
	background-repeat:no-repeat;
}
.twoColFixRt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.twoColFixRt #sidebar1 {
	width: 270px; 
	height: 400px;
	margin-left:635px;
	text-align:left;
	margin-top:-460px;
	opacity:.75;
}

.twoColFixRt #mainContent { 
	padding-top:1em;
	margin-left:75px;
	margin-top:75px;
	width:480px;
} 

#footer { 
	padding: 0 20px;
	padding-top:1em;
	width:675px;
} 

#footer2 { 
	padding-top:11em;
	width:650px;
} 

.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;
	line-height:.8em;
	margin-bottom:10px;
}

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

h22	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:200;
	line-height:1.3em;
	font-style:italic;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:900;
}

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

hr {
	border-style:dotted;
	margin-top:20px;
	margin-bottom:20px;
	opacity:.5;
	} 

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

#content {
}

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


