/* =Structure 
-------------------------------------------------
*/

/* =Structure 
-------------------------------------------------
*/

.wrapper {
	border: 0px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 758px;
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 760px;
	wid\th: 758px;
}

.outer {
	/*background-color: silver;*/  /*** Sets background of center col***/
	border-left: 0px solid #000;   /*** Critical left divider dimension value ***/
	border-right: 0px solid #000;   /*** Critical right divider dimension value ***/
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .outer {   /*** IE5.x/win box model fix ***/
}

.float-wrap {
	margin-right: -1px;   /*** Static fix ***/
}

.center {
	margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */
}

#mainmenu li a
{
	width: 110px;
}