.wrapper {
	margin:0 auto;
	width:760px;
	text-align:left;
	background-color:#FFFFFF;
}

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

.outer {
	position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left:200px;    /*** Critical left col dimension value ***/
	width:559px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left:1px solid #FFFFFF;   /*** Critical left divider dimension value ***/

}

* html .outer {   /*** IE5.x/win box model fix ***/
	width:559px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th:557px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.float-wrap {
	float:left;
	width:559px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right:-1px;   /*** Static fix ***/
}

.center {
	float:right;
	width:559px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-bottom:-1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
/* \*/
	margin-left:-1px;
/* Hidden from IE-mac */
}

.left {
	position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width:200px;    /*** Critical left col/divider dimension value ***/
	margin-left:-201px;    /*** Critical left col/divider dimension value ***/
}

* html .left {
	float:left;
}

*>html .left {width:201px;}   /*** Fix only for IE/Mac ***/

.container-left {
	margin:0;
	width:200px;    /*** Critical left col dimension value ***/
}


/* \*/
* html h2 {height:1%;}
/* */

/* \*/
* html .left {margin-right:-3px;}
/* */

.ad_outer {
	width:760px;
	text-align:center;
}

.ad_title {
	text-align:left;
	padding-left:25px;
}

.adwrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	text-align:center;
	margin-top:10px;
}