/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/* html * {zoom:100%;} /* triggers IE6 "haslayout" - google 'IE6 haslayout' for details *//* without the above hack, IE6 does not draw the top_container until the page is resized *//* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */body {text-align:center;font-size:76%;font-family:  Helvetica, Arial,  Verdana, Tahoma,  sans-serif;line-height:1.3;/*	font: 1em Lucida, Arial, sans-serif; *//* 1em = 16pts */}.float_left {float:left; margin: 0 .3em .3em 0;}     /* apply above class to any image or element with width - text will wrap it to the right */.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply above class to any image or element with width  - text will wrap it to the left *//* DEFAULT TAG STYLES - font sizes, margins, padding, etc. *//* NOTE: text colors follow below */body {background-color:#222;} #banner{background-color:transparent;}#top_inner {background-color:#000; } #main {background-color: #A92124 ;} #bottom {background-color:#000;} /* text colors follow below */body{color:#fff;}h1, h2, h3, h4, h5, h6, ul, ol, dl {	font-family: Verdana, Arial, Helvetica, sans-serif;	} /* basic list styling - more-styled lists in list.css */ul, dl, ol {		margin:0 1em .75em 1em; 		font-size: 1em;		font-weight: normal;		line-height:;}li, dd {		padding:0em 0; 		margin-left:2em;		}fieldset {	padding:.5em;	}a:link,a:visited {	text-decoration:none;	}a:hover {	text-decoration:none;	}h1 {	font-size:1.8em;	}h2 {	font-size:1.6em;	}h3 {	font-size:1.3em;	}h4 {	font-size:1.2em;	}h5 {	font-size:1.1em;	}h6 {	font-size:1em;	font-weight:700;	}#credit p {color:#9F732F; font-size:.8em;}#credit a {color:#9F732F;}#credit a:hover {color:#775424; }a{-moz-outline: none;}a:link { color:#DDB528;}a:visited {color:#DDB528;}a:hover { color:#DDB528;text-decoration:underline;}a:active { }/*================================================*//* THE ALSETT CLEARING METHOD */	.clearfix:after {	 content: “.”;	 display: block; 	 height: 0;	 clear: both;	 visibility: hidden;	}.clearfix {display: inline-table;}/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! * html .clearfix {height: 1%;}.clearfix {display: block;}/* end backslash hack */ 