

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDF785;
}

/****************************** Menu *********************************/

a.menu:link {
	font-family:Courier;
	font-weight:bold;
	font-size: small;
	color: #22724F;
	text-decoration: none;
}

a.menu:visited {
	font-family:Courier;
	font-weight:bold;
	font-size: small;
	color: #22724F;
	text-decoration: none;
}

a.menu:hover {
	font-family:Courier;
	font-weight:bold;
	font-size: small;
	color: #EB9001;
	text-decoration: none;
}



/****************************** BACKGROUND IMAGES *********************************/

.chickens{
	background-image:url(/images/chickens_bubble.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

.main_image{
	background-image:url(/images/main_image.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

/****************************** content Main *********************************/

.content{
	font-family:Courier;
	text-align:left;
	font-size:12px;
	color:#333333;
	line-height:15px;
	margin-top:25px;
	margin-left:20px;
	margin-right:60px; /*making this bigger will stretch the page wider!*/
	margin-bottom:30px;
}
.content img{
	float:right;
	vertical-align:bottom;
}
.content a:link {
	color: #1E7451;
	font-weight:normal;
	text-decoration: none;
}
.content a:visited {
	color: #1E7451;
	text-decoration: none;
	font-weight:normal;
}
.content a:hover {
	color: #E79201;
	text-decoration: none;
	font-weight:normal;
}

.subtitle{
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	color:#999967; /*#C68A39*/
	margin-top:10px;
	margin-left:82px;
	margin-bottom:10px;
}

/****************************** Links *********************************/

.links{
	font-size:10px;
	font-weight:normal;
	padding-bottom:8px;
}
.links a:link {
	color: #09357A;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
}
.links a:visited {
	color: #09357A;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
}
.links a:hover {
	color: #999966;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
}

/****************************** copyright *********************************/

.copyright{
	float:right;
	font-family:Verdana;
	font-size:9px;
	color: #767676;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
}

/****************************** footer *********************************/

.footer{
	padding-left:20px;
	padding-bottom:3px;
}

a.footer:link {
	font-family:Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;

}

a.footer:visited {
	font-family:Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.footer:hover {
	font-family:Verdana;
	font-size: 9px;
	color: #C68A39;
	text-decoration: none;
}

/****************************** portfolio *********************************/

.portfolio{
	font-family:Verdana;
	font-size:11px;
	color:#767676;
	line-height:13px;
	text-align: left;
	margin-top:10px;
	margin-left:82px;
	margin-right:200px;
	margin-bottom:50px;

}

.portfolio h3{
	color: #77220E;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5 0 ;   /* top, right, below, left */
}


/* adjust margins to change separation between the portfolio image and text flowing around it */


.portfolio img{
	float: left;
	margin-right: 16px;
	margin-bottom: 5px;
	border-width: 1;
	border-color:#333333;
}

.portfolio a:link {
	color: #000000;
	text-decoration: none;
}

.portfolio  a:visited {
	color: #000000;
	text-decoration: none;
}

.portfolio  a:hover {
	color: #FF9900;
	text-decoration: none;
}

/******************************     NEWS     *********************************/

.news {
	margin-top:10px;
	margin-left:82px;
	margin-bottom:30px;
}


.news_content tr, td{
	font-family:Verdana;
	font-size:11px;
	color:#767676;
	line-height:13px;
	text-align: justify;
}

.news_content a:link {
	color: #C68A39;
	font-weight:normal;
	text-decoration: none;
}
.news_content a:visited {
	color: #C68A39;
	text-decoration: none;
	font-weight:normal;
}
.news_content a:hover {
	color: #999966;
	text-decoration: none;
	font-weight:normal;
}


