/* SMALL ONES FARM */

html, body { margin: 0; padding: 0; }

body { 
	font: 90% 'Gill Sans', 'Trebuchet MS', sans-serif; 
	text-align: center; 
	background-color: #6A9A40;
	}



/* ---------- HEADER ---------- */

div#header { 
	color: #6A9A40;
	text-align: center;
	margin: 0; padding: 0 25px 0 25px; 
	}
div#header p { 
	width: 720px;
	margin: 0 0 32px 0; 
	padding: 25px 0 0 0; 
	color: #6A9A40;
	/* color: #C92127; */
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	background-position: left 164px;
	}




/* ---------- CONTAINER/CONTENT ---------- */

div#container { 
	text-align: left; 
	width: 770px; 
	margin: 0 auto;
	background-color: #FFF;
	}

div#content { 
	float: left; 
	width: 495px; 
	margin-left: 25px;
	padding-top: 0;
	color: #1C3508;
	}
div#content p { line-height: 150%; }
* html div#content { margin-left: 12px; }

div#content img { 
	margin: 0; padding: 3px 0 3px 0; 
	border: 1px solid #699A40;
	border-left: none; border-right: none;
	}
	
div#content a { color: #699A40; }
div#content a:hover, div#content a:active { color: #B6D233; }
div#content a:visited { color: #6A9A40; }

h1, h2, h3, h4, h5 { 
	color: #C92127; 
	font-family: "Gill Sans", "Arial Black", sans-serif; 
	margin-top: 0; 
	}

h1 { letter-spacing: -1px; }


div#content ul { margin: 0 30px 0 0; padding: 0 16px 16px 16px; line-height: 120%; }

div#content table img { border: none; margin-top: 2px; margin-bottom: -2px; }

ul.csalist li { margin: 0 40px 1em 40px; font-size: 1.3em; color: #C92127; }

div.board { width: 42%; float: left; }
div.partners { width: 52%; float: right; }
div.board ul li, div.partners ul li { margin-bottom: 0.5em; }

/* ---------- NAVIGATION ---------- */

div#navigation { 
	float: right; 
	width: 185px;
	padding-right: 25px;
	padding-bottom: 160px;
	background-image: url(images/girl1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
div#navigation ul {
	list-style-type: none;
	margin: 0; padding: 0;
	line-height: 150%;
	}
div#navigation a { 
	color: #6A9A40;
	text-decoration: none;
	}
div#navigation a:active, div#navigation a:hover { text-decoration: underline; color: #C92127; }





/* ---------- FOOTER ---------- */

div#bottomnav { 
	clear: both; 
	padding: 0 24px 0 24px;
	}
div#bottomnav a { color: #7B9506; }
div#bottomnav p { color: #7B9506; line-height: 130%; }

div#bottomnav a:hover, div#bottomnav a:active { color: #B6D233; }
div#bottomnav a:visited { color: #6A9A40; }
	
p.copyright {  
	font-size: 90%;
	font-style: italic;
	color: #7B9506;
	margin-top: 0; margin-bottom: 0;
	}

div#footer { 
	margin: 20px 0 0 0; padding: 0; 
	clear: both; 
	width: 100%; 
	height: 55px; 
	background-image: url(images/bottombg.gif);
	background-repeat: no-repeat;
	}

