@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.h {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	white-space: normal;
	margin-left: 10px;
	vertical-align: middle;
}
.h2 {
	font-size: 0.7em;
	text-indent: 5px;
	text-align: left;
}
.twoColFixLt #container {
	width: 1000px;
	height: 832px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding-top: 5px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* 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 */
	height: 774px;
	background-image: url(../images/left_column.png);
}
.twoColFixLt #mainContent { 
	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: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
/* menu column */
.menu {
	width: 198px;
	height: 202px;
	border: 1px solid #564a25;
	background-color: #dcdbd1;
	margin-left: 12px;
	margin-top: 142px;
}
.menuL:link, 
.menuL:visited, 
.menuL:active {
	color: #28715A;
	text-decoration: none;
	font-size: 13px;
	vertical-align: middle;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 99px;
	display: block;
	float: left;
	text-indent: 6px;
 } 


.menuL:hover {
	color: #184537;
	text-decoration: underline;
}
.sheep {
	width: 200px;
	height: 113px;
	background-image: url(../images/sheep.jpg);
	margin-top: 5px;
	margin-left: 12px;
}
.cow {
	width: 200px;
	height: 113px;
	background-image: url(../images/cow.jpg);
	margin-top: 5px;
	margin-left: 12px;
}
.news {
	height: 20px;
	width: 200px;
	margin-bottom: 1px;
	background-color: #564a25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-left: 12px;
	text-indent: 6pt;
	padding-top: 3px;
	margin-top: 5px;

}
.leftH {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-indent: 8px;
}
.leftT {
	font-size: .68em;
	font-weight: bold;
	color: #000;
}
.register {
	width: 198px;
	height: 142px;
	border: 1px solid #564a25;
	background-color: #dcdbd1;
	margin-top: 1px;
	margin-left: 12px;
	float: left;
}
.inputField {
	border: 1px solid #564a25;
	height: 18px;
	background-color: #F0F1FD;
	margin: 1px;
}
.bRegister {
	font-size: .55em;
	text-align: left;
	text-indent: 2px;
	vertical-align: middle;
}
.registerCopy {
	font-size: .55em;
	text-align: left;
	vertical-align: middle;
}
.signUp {
	font-size: 12px;
	color: #FFF;
	text-align:center;
	background-image: url(../images/sign_up.png);
	height: 24px;
	width: 111px;
	border-width:0px;
	background-color: transparent;
	margin: 2px 0px 0px;
	padding: 0px;
}




/* MAIN */
.contentAd {
	position: relative;
	margin: 0 0px;
	width: 773px;
	height: 297px;
	float: right;
	padding: 0px;
}
.contentMenu {
	width: 773px;
	height: 30px;
	float: right;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
.contentMenu ul {
	list-style-type: none;
	display: inline;
}
.contentMenu ul li {
	float: left;
	padding-left: 10px;
}
.contentMenu ul li a {
	padding: 0 13px 0px 13px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.76em;
	color: #564a25;
	font-family: Times, serif;
}
.contentMenu ul li a:hover {
text-decoration: underline;
}

.contentBox {
	position: relative;
	margin: 0 0px;
	width: 773px;
	height: 447px;
	float: right;
	padding: 0px;
	background-image: url(../images/content_tile.gif);
	background-repeat: repeat-y;
}
.contentPage {
	position: relative;
	margin: 0 0px;
	width: 454px;
	height: 442px;
	float: right;
	padding: 0px;
}
.contentTitle {
	margin: 0;
	width: 446px;
	height: 35px;
	float: left;
	background-color: #564a25;
	background-position: left;
	display: inline;
	padding-top: 10px;
}
.contentCopy {
	position: relative;
	margin: 0;
	width: 426px;
	height: 258px;
	float: left;
	padding: 10px;
	background-color: #ffffff;
	background-position: left;
	font-size: 0.75em;
}
.bL:link, 
.bL:visited, 
.bL:active { 
	color: #28715A;
	text-decoration: none;
 } 
.bL:hover {
	color: #28715A;
	text-decoration: underline;
}
.contentImage {
	position: absolute;
	width: 446px;
	height: 100px;
	float: left;
	padding: 6px 0px;
	background-color: #ffffff;
	background-position: left;
	top: 329px;
	left: 0px;
}
.thumb {
	padding-left: 9px;
}
.board {
	position: absolute;
	margin: 0 0px 0 11px;
	width: 303px;
	height: 444px;
	float: right;
	padding: 0px;
	background-image: url(../images/board.png);
	background-repeat: no-repeat;
	background-position: right;

}
.offer {
	position: absolute;
	margin: 0 0px 0 10px;
	width: 258px;
	height: 362px;
	padding: 70px 10px 10px;
	}
	
.offer li {
	position: absolute;
	margin: 0 0px 0 10px;
	width: 263px;
	height: 362px;
	padding: 70px 5px 10px 10px;
	text-align: left;
	text-indent: 25px;
	list-style-position: inside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #FFF;
	text-decoration: underline;
	font-size: 0.8em;
	font-weight: bold;
}
.offerL:link, 
.offerL:visited, 
.offerL:active {
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
 } 
 .offerL:hover {
	text-decoration: underline;
}
.divide {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	float: left;
	padding-right: 50px;
}
/* footer */
.base {
	margin: 0 0px;
	width: 1000px;
	height: 57px;
	float: left;
	background-image: url(../images/base.gif);
}
.baseContent {
	position: relative;
	width: 770px;
	height: 45px;
	float: right;
	font-size: 0.64em;
	color: #FFFFFF;
	background-image: url(../images/base.gif);
	padding-top: 12px;

}
div.baseSoil {
	position: relative;
	margin: 0 0px;
	width: 230px;
	height: 57px;
	background-image: url(../images/base.gif);
	float: left;
	text-align: center;
}
.class3 a:link, a:active, a:visited {
	color: #97C2D3;
	text-decoration: none;
}
.class3 a:hover { text-decoration: underline }
.contentCopy2 {
	font-size: 0.75em;
}
