@charset "UTF-8";
body  {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5B1E08;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/firemt.jpg);
	line-height: 16px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
}
 #container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/slices_03.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding: 0px;
} 
 #header {
	padding: 0;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-bottom: 0px;
	background-image: url(images/slices_02.png);
	height: 100px;
} 
h1 {
	font-size: 18px;
	color: #78673A;
	line-height: 20px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 20px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
 #footer {
	background-image: url(images/slices_05.png);
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Arial Narrow", Arial, Helvetica;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer a:link {
	color: #333;
}
.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;
}
h2 {
	font-size: 18px;
	color: #000;
}
#container #sidebar2 form h1 em {
	color: #F00;
}
#topnav {
	background-repeat: repeat-y;
	height: 50px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0;
}
.toptext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #78673A;
	text-align: right;
	margin-top: 20px;
	margin-right: 50px;
	line-height: 14px;
}
a:link {
	color: #8E5216;
}
a:visited {
	color: #8E5216;
}
#footer a:visited {
	color: #333;
}
#container #sidebar2 form {
	font-weight: bold;
	color: #000;
	background-color: #FFC;
	width: 220px;
	padding: 10px;
	border: 1px dotted #AE641D;
}
img {
}
h3 {
	font-size: 14px;
	color: #000;
}
#mainContentWider {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

