@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: #FFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	line-height: 20px;
	background-repeat: repeat-x;
	background-image: url(../../images/bgndmain.jpg);
}
.twoColFixLtHdr #container {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #630;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 238px;
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 2px;
} 
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#mainContent h1 {
	font-family: Oswald;
	font-size: 24px;
	text-transform: none;
	margin-bottom: -9px;
	color: #FFC;
}
#mainContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #FFF;
	margin-bottom: -10px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9;
	margin-bottom: -10px;
}
#mainContent a {
	color: #FC9;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 18px;
}
#mainContent a:hover {
	color: #FFC;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #660;
}
.boxright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #F90;
	background-repeat: repeat-x;
	float: right;
	text-align: center;
	width: 220px;
	padding-bottom: 0px;
	background-color: #000;
	background-image: url(../../images/bgndsidbr2.jpg);
	margin-top: 15px;
	padding-left: 6px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
#footer a {
	font-size: 10px;
	color: #999;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}
.table {
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	background-image: url(../images/beerglass.jpg);
	background-position: center;
}
.colortxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFBA5A;
	background-color: #663;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height: 22px;
}
.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;
}
a:link {
	font-family: Oswald;
	font-size: 16px;
	color: #FFFFCC;
	text-decoration: underline;
	background-repeat: 0;
	font-weight: bold;
}
a:hover {
	color: #FFC;
	text-decoration: none;
}
.menu {
	text-align: left;
	width: 550px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #630;
	padding-top: 15px;
}
.boldhd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF8C5E;
}
