@charset "utf-8";
body  {
	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(../images/tileable-retro-squares-001724-charcoal.jpg);*/
	width: auto;
}
.thrColFix #container {
	width: 1215px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background-image: url(../images/tileable-retro-squares-001724-charcoal.jpg);*/
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	height: 1050px;
	background-repeat: no-repeat;
	padding: 0px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	height: 1050px;
	background-repeat: no-repeat;
	padding: 0px;
}
.thrColFix #mainContent {
	width: 765px;
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 125px;
	padding: 0;
	background-color: #231F20;
	background-attachment: scroll;
}
.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;
}

/*

.thrColFix #menus {
width: 100%;
background: #eee;
float: left;
}
 
.thrColFix #menus ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}
 
.thrColFix #menus a, .thrColFix #menus h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}
 
.thrColFix #menus h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
 
.thrColFix #menus a {
color: #000;
background: #efefef;
text-decoration: none;
}
 
.thrColFix #menus a:hover {
color: #a00;
background: #fff;
}
 
.thrColFix #menus li {position: relative;}
 
.thrColFix #menus ul ul {
position: absolute;
z-index: 500;
}
 
.thrColFix #menus ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
.thrColFix #menus ul ul {
display: none;
}
 
.thrColFix #menus ul ul,
.thrColFix #menus ul li:hover ul ul,
.thrColFix #menus ul ul li:hover ul ul
{display: none;}
 
.thrColFix #menus ul li:hover ul,
.thrColFix #menus ul ul li:hover ul,
.thrColFix #menus ul ul ul li:hover ul
{display: block;}

*/
/**************** menu coding *****************/


/*NEW THINGS HERE */

