body  {
	font: 14px Arial, Helvetica, sans-serif;
	background: #e8eba5;
	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: #000000;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	background-image: url(farmcousin.com_02.gif);
} 
.twoColFixRtHdr #header { 
	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. */
	width: 980px;
	height: 214px;
	background-image: url(farmcousin.com_01.gif);
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
} 
.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-top: 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial Black;
	font-size: 18px;
	font-weight: normal;
	color: #E32929;
	text-transform: uppercase;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(farmcousin.com_02.gif);
	font-size: 12px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	width: 980px;
	height: 122px;
	background-image: url(farmcousin.com_04.gif);
	text-align: center;
	font-size: 10px;
} 
.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 */
}
.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;
}
	.bans {
		font-size: 16px;
		font-weight: bold;
		text-align: justify;
	   padding: 5px;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		width: 910px;
	}
	a:link,a:visited {
		color:#3cb371;
		text-decoration: underline;
	}
	a:active,a:hover {
		color: fuchsia;
		text-decoration: none;
	}
	a.do:link,a.do:visited {
		color:#87cefa;
		text-decoration: underline;
		font-family: Impact;
		font-weight: normal;
		font-size: 200px;
	}
	a.do:active,a.do:hover {
		color: #ff0040;
		text-decoration: none;
		font-family: Impact;
		font-weight: normal;
		font-size: 200px;
	}
	h2,h3,h4,h5,h6 {
		font-family: Arial Black;
		font-size: 18px;
		color: #E32929;
		text-align: right;
		border-bottom: #3cb371 1px dashed;
	   text-transform: uppercase;
		margin-right: 20px;
		font-weight: normal;
	}
.menu {
	width: 800px;
	text-align: center;
   font-size: 12px;
	line-height: 23px;
}
.next {
	width: 700px;
	text-align: center;
   font-size: 38px;
	font-weight: normal;
	font-family: Arial Black;
}
#demo-container{
	padding:10px 5px 0 5px;
	background: #bfdb83;
	width: 900px;
	border: #228b22 solid 1px;
	}

ul#simple-menu{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-size:11px;
	font-weight: normal;
	margin:0;
	padding:1px 0 0 0;
	font-family: Arial Black;
	text-transform: uppercase;
	}

ul#simple-menu li{
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
	}

ul#simple-menu li.left{
	margin:0;
	}

ul#simple-menu li a{
	display:block;
	float:left;
	color:#fff;
	background: #3cb371;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
	}

ul#simple-menu li a.right{
	padding-right:19px;
	}

ul#simple-menu li a:hover{
	background: #ffa4ff;
	color: black;
	}

ul#simple-menu li a.current{
	color: red;
	background:#fff;
	}

ul#simple-menu li a.current:hover{
	color: red;
	background:#fff;
	}
.allgals {
	width: 900px;
	text-align: center;
}
.gals { 
      background: #ffffff; 
		color: black;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		line-height: 23px;
		margin-right: 17px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 120px; 
}	
.gals2 { 
      background: #ffffff; 
		color: black;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		line-height: 20px;
      width:440px;
		float:left;
		font-family: Arial, Helvetica, sans-serif;
}	
.info {
	font-family: Arial Black;
	font-size: 12px;
	font-weight: normal;
	color: #00bfff;
	text-transform: uppercase;
	width: 90%;
}
.pics {
	border: #000000 solid 1px;
}
.words {
	font-size: 9px;
	text-align: justify;
	text-transform: lowercase;
	font-weight: bold;
}
.thumbs { 
      background: #ffffff; 
		color: black;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
      width: 293px;
		height: 345px;
		float:left;
		padding-right: 10px;
		font-family: Arial, Helvetica, sans-serif;
}	
