@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #554D49;
	font-size: small
	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 */
	background: #859C0E;
}
.thrColFixHdr #container {
	width: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thick double #003300;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	background-color: #f1f6ff;
} 
.thrColFixHdr #header {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 150px;
	background-color: #f1f6ff;
	background-image: url(../images/cssimages/bg_header_goose.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
.thrColFixHdr #header h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 5px;
	font: normal 225% Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header h1 a {
	color: #000000;
}

#header h2 {
	margin: -5px 0 0 0;
	padding: 0 210px 0 0;
	text-transform: lowercase;
	text-align: right;
	font: normal 30px Garamond, "Times New Roman", Times, serif;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

.thrColFixHdr #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 */
	background: #FFFFFF;
	background-color: #f1f6ff;
	margin-right: 5px;
	padding: 5px 5px 15px 15px;
}

p {
	font-size: 90%;
	text-indent : 22px;
	
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	background: #FFFFFF;
	background-color: #f1f6ff;
}
.thrColFixHdr #mainContent {
	background: #FFFFFF;
	background-color: #f1f6ff;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	border-bottom-color: #f1f6ff;
} 
.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 */
	font-size: 70%;
}
.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;
}
#frame  {
	background:#f1f6ff;
}

.thrColFixHdr #mainContent h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: 3px;
	font: normal 125% Georgia, "Times New Roman", Times, serif;
	color: #999999;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColFixHdr #mainContent h2 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	color: #999999;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#mainContent p {
	background: url(../images/cssimages/buyllet_sled.png) no-repeat -5px top;
	margin-left: 5px;
	padding-left: 5px;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar1 img {
	float: left;
	border: medium outset #003300;
	padding-top: 0px;
	padding-right: -40px;
	padding-bottom: 0px;
	margin: 0px 5px 0px -40px;
	background: #FFFFFF;
}
.thrColFixHdr  #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

