@charset "UTF-8";

body {
	margin: 30px 0; /* zero out side margins for 800 px resolution, leave 30 on top and bottom to show off snazzy background */
	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", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #4D0000;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
}
p {
	margin-bottom: 0.76em;
}
#frametop {
	width: 780px;
	margin: 0 auto;
	background-image: url(/images/frame_top.gif);
	height: 24px;
	background-repeat: no-repeat;
}
#framemiddle {
	width: 780px;
	margin: 0 auto;
	background-image: url(/images/frame_middle.gif);
	background-repeat: repeat-y;
	padding: 0 0 0 0;
}
#framebottom {
	width: 780px;
	margin: 0 auto;
	background-image: url(/images/frame_bottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
#container {
	background-image: url(/images/maincontent_back.jpg);
	background-color: #351A00;
	width: 751px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	color: #C9CAA3;
	border: 2px solid #000000;
	padding: 0 0 0 0;
	background-repeat: repeat-y;
}
#header {
	padding: 0 0 0 0;  /* 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. */
	background-color: #420000;
	background-image: url(/images/headerlogo_background.jpg);
	height: 65px;
	margin: 0 0 0 0;
}
#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 */
	margin-left: -9000px;
}
#contact {
	float: right;
	width: 100px;
	text-align: right;
	margin: 5px 15px;
}
#contact  a {
	color: #674631;
	text-decoration: none;
}
#contact a:hover {
	color: #674631;
	text-decoration: underline;
}
#contact a:active {
	color: #9F6D34;
	text-decoration: underline;
}
#menuwrapper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 25px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image: url(/images/grate.jpg);
	background-repeat: no-repeat;
}
#buy/*Right Sidebar Styles*/
 {
	margin-right: auto;
	margin-left: auto;}
#buy  img {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-style: none;
}
#buy  h1 {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #FFDCA0;
}
#buy  h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #E5EC54;
	text-align: center;
	margin-bottom: 0.8em;
}
#buy p   {
	text-align: center;
	margin-bottom: 1.6em;
}
#buy  a {
	color: #E5EC54;
	text-decoration: none;
}
#buy  a:visited {
	color: #E5EC54;
	text-decoration: none;
}
#buy   a:hover {
	color: #E3EC75;
	text-decoration: underline;
}
#buy  a:active {
	color: #E5EC99;
	text-decoration: underline;
}
#title {
	height: 163px;
	width: 21px;
	float: right;
	margin-top: 20px;
}
#mainContent {
	padding: 15px 15px;
	margin-right: 240px;
	background-image: url(/images/bursty.jpg);
	background-repeat: no-repeat;
	color: #FCE9B9;
	position: relative;
	min-height:350px;
	height: auto !important;
	height: 350px;
}
#mainContent img {
	margin: 5px;
	display: inline-block;
}
#mainContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC66;
}
#mainContent a {
	color: #FF9900;
	text-decoration: none;
}
#mainContent a:visited {
	color: #FF9900;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FFB134;
	text-decoration: underline;
}
#mainContent a:active {
	color: #FFD65B;
	text-decoration: underline;
}
#footer {
	background-color: #1C3A5A;
	font-size: 0.85em;
	background-image: url(/images/footer_background.jpg);
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	color: #919175;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #B5B594;
	text-decoration: none;
}
#footer a:visited {
	color: #B5B594;
}
#footer a:hover {
	color: #B5B594;
	text-decoration: underline;
}
#footer a:active {
	color: #E3E1BB;
	text-decoration: underline;
}
.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;
}

