@charset "UTF-8";
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D6C16D;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	width: 1000px;
	height: 100px;
	padding: 0 10px 0 20px;  /* 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-image: url(../_images/newbanner2.png);
	background-repeat: no-repeat;
	
} 
.twoColFixRtHdr #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 */
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333;
	top: auto;
	right: auto;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* 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: #1E739E; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	color: #FF3;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	clear: right;
	background-image: url(../_images/sidebargradient.png);
	background-repeat: repeat-y;
}
.twoColFixRtHdr #mainContent {
	background: #8A8746;
	font-size: 16px;
	width:765px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../_images/LCA%20-%20maincontent.png);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#434343;
} 
.twoColFixRtHdr #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: 90%;
	text-align: center;
	font-weight: bold;
	color: #FC0;
}
.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;
}body  {
	background: #999999;
	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;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 21px;
	font-variant: small-caps;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
}
.twoColFixRtHdr #container #maincontent h2 {
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: small;
	color: #111;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 info {
	font-family: "Comic Sans MS", cursive;
	background-color: #663;
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
	border: double medium black;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #FC3;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", cursive;
}
.twoColFixRtHdr #container #sidebar1 p {
	color: #FC0;
	font-weight: bold;
	font-size: 110%;
}
#lca {
	color: #FC6;
	font-size: 16px;
}
#footeritalic {
	font-style: italic;
	color: #FC0;
}
#mainphoto2 {
	background-image: url(../_images/_Joe%20recent%20pix/frontpage2.png);
	margin: 0 5px 5px 0px;
	padding: 0px;
	height: 206px;
	width: 275px;
	float: left;
	background-repeat: no-repeat;
}
#fishreportpix {
	float: left;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
}
#fishphotos {
	margin: 5px;
	padding: 5px;
}
