@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000000;
	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: #ffffff;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #440e0c;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #000000; 
	padding: 0px;  /* 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. */
} 
.thrColFixHdr #header2 { 
	background: #000000;
	width: 980px;
	padding: 0px;  /* 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. */
}
.thrColFixHdr #header3 { 
	padding: 0px;  /* 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. */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 327px; /* 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 */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	padding: 0px 160px 5px 160px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 327px; /* 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 */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background: #252525;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	margin-top: 70px;
} 
.thrColFixHdr #footer2 { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	margin-top: 20px;
} 
.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;
}

div#left {
    float: left;
    width: 327px;
    background-color: #440e0c;
}
div#right {
    float: right;
    width: 327px;
    background-color: #440e0c;
}
div#middle {
    padding: 0px 160px 0px 160px;
    margin: 0px;
    background-color: #440e0c;
}


h1 {padding-left:24px; text-decoration: none; vertical-align:top; font-weight: bold; font-size: 26px; line-height: 24px; color: #FFFFFF; font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;}

p {padding-left:30px; padding-right:30px; font-size: 18px; line-height: 22px; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;}

.bottommenu {text-decoration: none; font-size: 10px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}

.red {text-decoration: none; font-weight: bold; font-size: 26px; line-height: 24px; color: #ff0000; font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;}

.titles { text-decoration: none; vertical-align:top; font-weight: bold; font-size: 22px; color: #ff0000; line-height: 18px; font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;}

.subtitles {font-size: 18px; font-style:normal; line-height: 22px; color: #ff0000; font-family: Verdana, Arial, Helvetica, sans-serif;}

.links {font-size: 18px; font-style:normal; line-height: 22px; color: #ff9900; font-family: Verdana, Arial, Helvetica, sans-serif;}


.simplerotator {position:relative;}.simplerotator IMG{position:absolute;top:0;left:0;z-index:8;}.simplerotator IMG.active{z-index:10;}.simplerotator IMG.next{z-index:9;}.simplerotator IMG.hidden{visibility:hidden;}