/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #8C8F5A url(../images/bg.gif) repeat-x;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 770px;
	height: 145px;
	background: #fff;
}

#nav {
	width: 770px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #8C8F5A;
}

#content {
	width: 758px;
	border: 6px solid #6C5635;
	background: #ede9de;
}

#left {
	width: 350px;
	float: left;
	margin: 40px 0 0 45px;
	display: inline;
}

#right {
	width: 300px;
	height: 350px;
	float: right;
	margin: 26px 45px 0 0;
	background: #ede9de url(../images/chicken_back.jpg) no-repeat;
}

#right2 {
	width: 300px;
	height: 350px;
	float: right;
	margin: 100px 45px 0 0;
	background: #ede9de;
	text-align: right;
}

#righttext {
	width: 180px;
	margin: 90px 0 0 105px;
	color: #FFF;
}

.clear {
	clear: both;
	height: 45px;
}

#footer {
	width: 770px
}

#footerleft {
	width: 380px;
	float: left;
	margin: 8px 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ede9de;
}

#footerright {
	width: 380px;
	float: right;
	margin: 8px 0 8px 0;
	text-align: right;
	color: #ede9de;

}


img {
	border: 0;
}


a {
	color:#F26522;
	text-decoration: none;
}

a:hover {
	color: #FBAF5F;
	text-decoration: none;
}

	
a.dark {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.dark:hover {
	color: #e4ad14;
	text-decoration: underline;
}


#footer a {
	color: #ede9de;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	color: #F7931D;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

