body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #660000;
}
.thrColFixHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	width: 820px;
	height: 113px;
	background-image: url(inc/logo.gif);
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr   #mainContent {
	padding-left: 10px;
	margin-left: 180px;
} 
.thrColFixHdr #shop {
	width: 800px;
	height: 2300px;
	float: right;
}
.thrColFixHdr #shopsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #ads {
	width: 800px;
}


.thrColFixHdr #footer {
	padding: 0 10px 10px 10px;
} 
.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;
}
.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;	
}
.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.H2 a:link      {
	text-decoration:  none;
	color:#663300;
		font-weight: bold;
}
.H2 a:active    {
	text-decoration:  none;
	color : #663300;
		font-weight: bold;
}
.H2 a:visited   {
	text-decoration: none;
	color : #663300;
		font-weight: bold;
}
.H2 a:hover	   {

	text-decoration: none;
	color:#336633;
		font-weight: bold;
}


.H3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #663300;}
.H3 a:link      {	text-decoration:  none;	color:#663300;		font-weight: bold;}
.H3 a:active    {	text-decoration:  none;	color : #663300;		font-weight: bold;}
.H3 a:visited   {	text-decoration: none;	color : #663300;		font-weight: bold;}
.H3 a:hover	   {	text-decoration: none;	color:#336633;		font-weight: bold;}

.menuitem {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color:#990000}
.menuitem a:link      {	text-decoration:  none;	color:#990000;		font-weight: bold;}
.menuitem a:active    {	text-decoration:  none;	color : #990000;		font-weight: bold;}
.menuitem a:visited   {	text-decoration: none;	color : #990000;		font-weight: bold;}
.menuitem a:hover	   {	text-decoration: none;	color:#336633;		font-weight: bold;}

.small {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.small a:link      {
	text-decoration:  none;
	color:#666666;
}
.small a:active    {
	text-decoration:  none;
	color : #000000;
}
.small a:visited   {
	text-decoration: none;
	color : #000000;
}
.small a:hover	   {
	text-decoration: none;
	color:#336633;
}

.charthead {color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;}

.chartbox {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	border-width: 1px;	border-style: solid;	border-color:#000000;
	border-collapse: separate;}
.box {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	border-width: 1px;	border-style: solid;	border-color:#000000;
	border-collapse: separate;}
.boxhead {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color:#FFFFFF; background-color:#000000;}

.nav {
	color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color:#000000;
	border-collapse: separate;
}
.nav a:link      {
	text-decoration:  none;
	color:#660000;
}
.nav a:active    {
	text-decoration:  none;
	color : #000000;
}
.nav a:visited   {
	text-decoration: none;
	color : #660000;
}
.nav a:hover	   {
	text-decoration: none;
	color: #336633;
}
