@charset "utf-8";
body  {
	font-family:  Comic Sans MS, Verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	color: #ffd27a; 
	background: white url(bg.jpg) repeat;margin:0px;
	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 */
}


a.button{
	background: transparent url('images/button.png') no-repeat top left;
	display: block;
	float: left;
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}

a.button span{
background: transparent url('images/button_cap.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0D0000;
	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 { 
	margin: 0px 250px 0px 0px;
	background: #0D0000; 
	padding: 0 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. */
} 
.thrColFixHdr #headerRight {
	float: right; 
	width: 250px;
	background: #0D0000; 
	padding: 50px 10px 0px 10px;  
	font-family:  Comic Sans MS, Verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #ffd27a; 
} 
.thrColFixHdr #headerRight a {
	font-size: 14px;
	color: #ffd27a; 
	font-weight:bold;
	text-decoration:none;
}
.thrColFixHdr #headerRight a:hover {
	font-size: 14px;
	color: #EFECE2; 
}
.thrColFixHdr #left {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* 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 */
	background: #0D0000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #right {
	background-color: #4d4444;
	float: right; /* 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 10px 0px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 10px 160px 0px 130px; /* 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: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #0D0000;
	font-family:  Comic Sans MS, Verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ffd27a; 
}  
.thrColFixHdr #sml {
	font-size:8px; 
}
.thrColFixHdr #sml1 {
	font-size:10px; 
}
.thrColFixHdr #bold { 
	font-weight:bold;
}
.thrColFixHdr #bold_dark {
	font-weight:bold;
	background-color: #303530;
}
.thrColFixHdr #head { 
	font-weight:bold;
	font-size:15px;
}
.thrColFixHdr #red { 
	color: #ff0000;
}
.thrColFixHdr #sml_red { 
	color: #ff0000;
	font-size:9px;
}
.thrColFixHdr #sml_norm { 
	font-size:9px;
}
.thrColFixHdr #front { 
	font-size: 15px;
}
.thrColFixHdr #underline {
	text-decoration:underline
}
.thrColFixHdr #light {
	color:#EFECE2;
}
.thrColFixHdr #light {
	color:#EFECE2;
}
.thrColFixHdr #large { 
	font-size: 32px; 
	text-decoration: underline;
}
.thrColFixHdr #frog {
	font-size: 24px;
	text-decoration:underline;
}
.thrColFixHdr #dark {
	background-color: #303530;
}
.thrColFixHdr #med {
	background-color: #505550;
}
.thrColFixHdr #light {
	background-color: #707570;
}
.thrColFixHdr #bold_italic { 
	font-weight:bold;
	font-style:italic;
}
.thrColFixHdr #italic { 
	font-style:italic;
}
.thrColFixHdr #mainContent a {
	color: #ffd27a; 
	font-weight:bold;
	text-decoration:none;
}
.thrColFixHdr #mainContent a:hover {
	color: #EFECE2; 
}
.thrColFixHdr #title {
	font-size: 18px;
	color: #ffd27a; 
}
.thrColFixHdr #dealers {
	font-size: 11px;
	color: #ffd27a; 
}
.thrColFixHdr #dealers a {
	font-size: 11px;
	color: #ffd27a; 
	font-weight:bold;
	text-decoration:underline;
}
.thrColFixHdr #dealers a:hover {
	font-size: 11px;
	color: #EFECE2; 
}
.thrColFixHdr #dealer_title {
	font-size: 10px;
	color: #ffd27a; 
	font-style:italic
}
.thrColFixHdr #dealer_title a {
	font-size: 10px;
	color: #ffd27a; 
	font-style:italic
}
.thrColFixHdr #dealer_title a:hover {
	font-size: 10px;
	color: #EFECE2; 
	font-style:italic
}
.thrColFixHdr #sub {
	font-size: 10px;
	color: #ffd27a; 
	text-decoration:none;
}
.thrColFixHdr #sub:hover {
	font-size: 10px;
	color: #EFECE2; 
	text-decoration:none;
}
.thrColFixHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0D0000;
	color: #ffd27a;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

textarea {
	border-top: #000000 1px;
	border-right: #000000 2px inset;
	border-bottom: #000000 2px inset;
	border-left: #000000 1px;
	background: #EFECE2;
	font-family: Comic Sans MS, Verdana, helvetica, arial, sans-serif;
	color: #4D4040;
	font-weight:normal;
	font-size: 12px;
}

select {
	border-top: #000000 1px;
	border-right: #000000 2px inset;
	border-bottom: #000000 2px inset;
	border-left: #000000 1px;
	background: #EFECE2;
	font-family: Comic Sans MS, Verdana, helvetica, arial, sans-serif;
	color: #4D4040;
	font-weight:normal;
	font-size: 12px;
}

input {
	border-top: #000000 1px;
	border-right: #000000 2px inset;
	border-bottom: #000000 2px inset;
	border-left: #000000 1px;
	background: #EFECE2;
	font-family: Comic Sans MS, Verdana, helvetica, arial, sans-serif;
	color: #4D4040;
	font-weight:normal;
	font-size: 12px;
}