/* ***********************************
Stylesheet for UWEX ANRE Website.
************************************ */

/* -----------------------------
   Base Layout/Design
------------------------------ */
body {
	background: none;
}

#wrapper-inner {
	border-width: 0;
}

/* ----- Header ------ */


/* --------- Side Nav --------- */



/* --------- Content --------- */
#content-area {
	background-image:none;
	padding: 0 20px 20px 0;
}

/* --------- Footer ---------- */
#footer {
	padding-left: 180px;
	background-image: url(../images/extlogos.gif);
	background-repeat: no-repeat;
	font-size: 9px;
}


