@charset "UTF-8";
/*CONTROLS WIDTH OF PAGES THROUGHOUT SITE*/
#SITEWRAPPER {
	width: 940px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	background-image: url(../images/Trans65White.png);
	background-repeat: repeat;
	position: relative;
}
#HEADER {
	height: 192px;
	width: 745px;
	text-indent: -9999px;
	background-image: url(../images/header_images/eatalog_header.png);
	margin-right: 5px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#TOPNAV {
	clear: left;
	float: left;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: -20px;
	margin-bottom: 5px;
}

#CONTENT_MAIN {
	background-color: #FFF;
	width: 740px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	float: left;
	clear: left;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #52730D;
}
#COL1 {
	width: 190px;
	padding-bottom: 5px;
	margin-top: 5px;
	float: right;
}
#SPONSORS, #SUBSCRIBE {
	padding-left: 5px;
	border: 1px solid #53740C;
	margin-bottom: 5px;
	background-color: #94BF2A;
}
#FOOTER {
	clear: both;
	background-color: #95BF2B;
	border: 1px solid #95BF2B;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
}
#footernetworks {
	float: left;
	width: 180px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDEBA5;
	padding-right: 10px;
	margin-left: 5px;
}
#footersponsorship {
	clear: none;
	float: left;
	width: 150px;
}
#footerlinks {
	clear: none;
	float: left;
	width: 485px;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDEBA5;
}
#footermembership {
	clear: none;
	float: left;
	width: 200px;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDEBA5;
}
#ARTICLES {
	background-color: #F93;
	height: 250px;
}
.col1 {
	width: 210px;
	float: left;
}
.col2 {
	width: 140px;
	margin-left: 0px;
	float: left;
	clear: none;
}
.col3 {
	width: 120px;
	margin-left: 0px;
	float: left;
	clear: none;
}

