@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55361A;
	width: 780px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
* {margin:0; padding:0;}#header {
	background-image: url(images/eggsell_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 180px;
	width: 778px;
	border-top: solid #55361A 1px;
	border-left: solid #55361A 1px;
	border-right: solid #55361A 1px;
}
#container {
	background-image: url(images/2chickens.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container_noimage {
	background-image: url(images/eggbasketsm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a:link {
	color: #55361A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #55361A;
}
a:hover {
	text-decoration: underline;
	color: #639D2F;
}
a:active {
	text-decoration: none;
	color: #55361A;
}
#column_wrap {
	background-image: url(images/eggsell_body.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #55361a;
	border-left-color: #55361a;
	width: 778px;
}
.clearfloats {
	clear: both;
}
#nav_col {
	float: left;
	width: 130px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
/*	background-image: url(images/eggbasketsm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
*/}
#nav_col li, #main_body li {
	list-style-type: none;
	padding-bottom: 10px;
}

#main_body {
	float: right;
	padding-right: 40px;
	padding-left: 20px;
	line-height: 1.7em;
	padding-top: 10px;
	width: 565px;
}
.rightimg {
	float: right;
	padding: 2px;
	border: solid #cccccc 1px;
	margin-left:10px;
}
.leftimg {
	float: left;
	padding: 2px;
	border: solid #cccccc 1px;
	margin-right: 10px;
}
.middimg {
	padding: 2px;
	border: solid #cccccc 1px;
	margin-left: 5px;
	margin-right: 5px;
}


.indent {
	margin-left: 25px;
}


.paddingright {
	padding-right: 80px;
}

#left_col {
	float: left;
	width: 420px;
	padding-right: 15px;
}
#right_col {
	float: right;
	width: 130px;
}
#single_col {
	width: 420px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
.greentxt {
	color: #639D2F;
}

.tinytxt10 {
	font-size: 10px;
	font-weight: normal;
}
.tinytxt11 {
	font-size: 11px;
}
.underline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E2E2E2;
	width: 85%;
}
.underline_full {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2E2E2;
	clear: both;
}
#footer {
	background-image: url(images/eggsell_footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 35px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #55361a;
	border-bottom-color: #55361a;
	border-left-color: #55361a;
	padding-left: 150px;
	text-align: center;
	padding-bottom: 10px;
	width: 598px;
	font-size: 10px;
	line-height: 1.5em;
	padding-right: 30px;
}
#footer a {
	padding-right: 5px;
}
