@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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-image: url(/backgroundblue1pixel.jpg);
	background-color: #000066;
	background-repeat: repeat-x;
}

.thrColFixHdr #container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	background-image: none;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.thrColFixHdr #header {
	background-color: #000000;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	background-image: url(/wolfcreekmain965jan.jpg);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 235px;
	margin-bottom: 10px;
	position: relative;

}

.thrColFixHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	left: 22px;
	position: absolute;
	top: 159px;
	padding-left: 0px;
	right: 400px;

}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	font-size: x-small;
	list-style-type: circle;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	background-image: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: 1px;
	padding: 0px;

}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	font-size: x-small;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: 1px;
	padding: 0px;

}

.thrColFixHdr #mainContent {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 8px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 595px;
}

.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000000;
	background-image: none;
	border: 0px solid #000000;
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.thrColFixHdr #footer p {
	margin: auto; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: xx-small;
	background-image: none;
	float: none;
	clear: both;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-color: #000000;
	color: #FFFFFF;

}

.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 {
	color: #0066FF;

}

a:visited {
	color: #0066FF;

}

a:hover {
	color: #00CC00;

}

a:active {
	color: #CC00FF;
	text-decoration: underline;
}

.style1 {

	color: #003300;

	font-style: italic;

	font-weight: bolder;

	font-size: 24px;

	text-decoration: underline;

}

.style3 {

	font-size: small;

	font-style: italic;

}

.style7 {

	font-size: 18px

}

.style8 {

	font-size: 16px

}
a.shoplink:link img {
	border: 2px solid #3300FF;
}a.shoplink:visited img {
	border: 2px solid #3300FF;
}a.shoplink:hover {background-color:transparent;}a.shoplink:hover img {
	border: 2px solid #00FF00;
}a.shoplink:active img {
	border: 2px solid #FF0000;
}

