/* @override http://www.flstrawberryfestival.com/lime.css */

@charset "UTF-8";
a:link {color: #990000}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #990000}


body  {
	background: url(images/body_bg3.jpg); /* brown to red fade bg */
	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 */
	color: #42210b; /* brown text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #96e333; /* green */
	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. */
} 

.twoColFixLtHdr #container2 {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #afe249; /* green */
	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. */
} 
.twoColFixLtHdr #header {
	background: #42210b; /* brown */
	padding: 0 0px;
	height: 200px; /* includes banner and nav */
} 
.navigation {
	margin: 0px;
	padding: 2px;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #b4ff57 url(images/left4.jpg) no-repeat; /* lighter green - the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/FSF_2012WebBkgd.jpg);
	background-color: #96e333;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccff66;
	background-image: url(images/footer_bg.jpg);
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #000000;
} 
.twoColFixLtHdr #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-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: small;

	text-align: center;
}
.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;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #b4ff57 url(images/left4.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.twoColFixLtHdr #midwayMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/midway/midwaybody.jpg);
	background-color: #96e333;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;

}
.twoColFixLtHdr #Midwaysidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #ADE048 url(images/midway/midwayleft.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
    height: 3500px;
}
.twoColFixLtHdr #mainKiddie {
	margin: 0 0 0 328px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/kiddiebg.jpg);
	background-color: #ccff66;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
}


.twoColFixLtHdr #freeMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/midway/midwaybody.jpg);
	background-color: #87E128;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	height: 1200px;
}
.twoColFixLtHdr #partnersMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0;
	background-color: #96e333;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	background-image: url(images/partners/partners1.jpg);
	background-repeat: no-repeat;

	list-style-type: square;
}
.twoColFixLtHdr #aboutMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/about.jpg);
	background-color: #afe249;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	height: 2200px;
}
.twoColFixLtHdr #Aboutsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #b4ff57 url(images/left_long.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 2200px;
}
.twoColFixLtHdr #royaltyMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/royalty2.jpg);
	background-color: #b0e34a;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}
.twoColFixLtHdr #sponsorsMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/sponsors.jpg);
	background-color: #b0e34a;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}
.twoColFixLtHdr #Royaltysidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #b4ff57 url(images/left_long.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 2200px;
}
.twoColFixLtHdr #indexSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #ccff66 url(images/left4.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 1195px;
}
.twoColFixLtHdr #indexMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/FSF_2012WebBkgd.jpg);
	background-color: #87E128;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	height: 1195px;
}
.twoColFixLtHdr #lostMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/lostbackground.jpg);
	background-color: #87E128;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;
	height: 1200px;
}
.twoColFixLtHdr  #contactMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/contact.jpg);
	background-color: #96e333;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}
.twoColFixLtHdr #contactSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #b4ff57 url(images/contact_left.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;

}
.twoColFixLtHdr #headlineMain {
	margin: 0 0 0 327px;
	padding: 0px 20px 0;
	background-image: url(images/concerts.jpg);
	background-color: #96e333;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

	vertical-align: top;
	font-size: medium;
}
.twoColFixLtHdr #headlineSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #b4ff57 url(images/contact_left.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 7000px;
}
.twoColFixLtHdr #partnersSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #b4ff57 url(images/contact_left.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 1150px;
}
.twoColFixLtHdr #granpaMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/granpa.jpg);
	background-color: #afe249;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;
	height: 1400px;
}
.twoColFixLtHdr #granpaSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #ccff66 url(images/contact_left.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 1400px;
}
.twoColFixLtHdr #robinsonMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/robinson.jpg);
	background-color: #afe249;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	height: 1400px;
}
.twoColFixLtHdr #specialdaysMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/specialdays.jpg);
	background-color: #96e333;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;

}
.twoColFixLtHdr #festivalHistoryMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/festivalHistory.jpg);
	background-color: #96e333;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;

}
.twoColFixLtHdr #specialdaysSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #ADE048 url(images/midway/midwayleft.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
    height: 5700px;
}
.twoColFixLtHdr #scheduleMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/schedule.jpg);
	background-color: #96e333;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}

.twoColFixLtHdr #mediaMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(MediaKit/media.jpg);
	background-color: #afe249;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;
	height: 3200px;
	font-size: 85%;
}
.twoColFixLtHdr #mediaSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #ccff66 url(images/left_long.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 3200px;
}
.twoColFixLtHdr #seniorMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/seniorday.jpg);
	background-color: #87E128;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	height: 990px;
}
.twoColFixLtHdr #vendorinfoMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/vendor.jpg);
	background-color: #87E128;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}
.twoColFixLtHdr #pressreleaseMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/pressrelease.jpg);
	background-color: #87E128;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}
.twoColFixLtHdr #partners2Sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #ccff66 url(images/contact_left.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 4000px;
}
.twoColFixLtHdr #partners2Main {
	margin: 0 0 0 308px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0;
	background-color: #afe249;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;
	background-image: url(images/partners/partners1.jpg);
	background-repeat: no-repeat;
	height: 4000px;
	list-style-type: square;
}
.twoColFixLtHdr #villageMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/village.jpg);
	background-color: #ADE048;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;

}
.twoColFixLtHdr #contestsMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/contests.jpg);
	background-color: #ADE048;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}

.twoColFixLtHdr #rentalsMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/rentals.jpg);
	background-color: #ADE048;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;

}
.twoColFixLtHdr #entertainmentMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/entertainment.jpg);
	background-color: #ADE048;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;

	color: #000;
}

.twoColFixLtHdr #FreeEntertainmentMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/FreeEntertainment.jpg);
	background-color: #afe249;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: left;

	color: #000;
}
.twoColFixLtHdr #entertainmentSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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: #ccff66 url(images/contact_left.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: thin;
	border-top-style: double;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	height: 10400px;
}
.twoColFixLtHdr #premiumMain {
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/premium.jpg);
	background-color: #afe249;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	height: 1600px;
}
.twoColFixLtHdr #login {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0;
	background-color: #afe249;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	text-align: center;
	height: 400px;
}
.image{
	border-style:double;
	border-color: #FFFFFF;
	border-width:3px;
	margin: 10px;
      }
.twoColFixLtHdr #container #robinsonMain p {
	text-align: left;
}
.tablecell {
	background-image: url(headline_entertainment_2011/horizontal_line.gif);
	background-repeat: no-repeat;
}

.textLGred {
	font:Verdana, Geneva, sans-serif;
	font-size:20px;
	color: #bb0201;
	font-weight:bold;
}

.textLGwhite {
	font:Verdana, Geneva, sans-serif;
	font-size:15px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

.textLGbrown {
	font:Verdana, Geneva, sans-serif;
	font-size:22px;
	color: #42210b;
	font-weight:bold;
}


.textSMbrown3 {
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #42210b;
	font-weight:bold;
	text-decoration:none;
		
}
.textSMbrown {
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #42210b;
	font-weight:bold;
		
}

.textSMbrown2 {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #42210b;
	font-weight:normal;
		
}
.textSMwht {
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #fff;
	font-weight:bold;
	
	
}

.textbrown {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #42210b;
	text-align:left;
	
}

.textSMgrn {
	font:Verdana, Geneva, sans-serif;
	font-size:9px;
	color: #82d426;
	font-weight:bold;
	
	
}


.loginText
{
     
	 border: none;
     color: #83be40;
     padding-left:7px;
     padding-right:7px;
     font-size:8pt;
	 width:93px;
     background-image: url(images/loginBox.gif);
     margin-left:3px;
}
.loginGO
{
     
	 border: none;
     color: #83be40;
     padding-left:7px;
     padding-right:7px;
     font-size:8pt;
	 font-weight:bold;
	 width:30px;
     background-image: url(images/loginGO.gif);
     margin-left:3px;
}

