<style type="text/css">
<!-- 
body {
	background-color: #050601;
	color: #FFFFFF;
 	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color: #536DAC;
}
a:visited {
	color: #536DAC;
}
a:hover {
	color: #8ED4E0;
}
a:active {
	color: #536DAC;
}
.thrColFixHdr #container {
        font-family: Helvetica; 
        color: #FFFFFF;
	/* font: Helvetica; */
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background-image:url('http://www.gripweeds.com/menu/images/gw_background.jpg');
	/* background: #050601; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #111111; /* GOOD BG COLOR 050601
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #050601; 
	padding: 0px 0px 0px 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. */
	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 */
} 
.thrColFixHdr #gwmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	padding: 10px 0px 10px 0px; /* padding keeps the content of the div away from the edges padding-top, right, bottom, left */
	background: #050601;
}
.thrColFixHdr #mainContent { 
        width: 650px; /* 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 */
	margin: 0px 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. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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: 0px;
    line-height: 0px;
}
.style1 {color: #FF905B}
.style2 {color: #FFFFFF}</style>
background-color: #050601;
<![endif]-->