﻿/* ---overwrite the common.css--- */
#CommonContent {
	margin: 0;
	padding: 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: visible;
	width: 690px;
	background: none;
}

#CommonContentInner
{
	overflow:visible;
	margin: 0;
	padding: 0;
	background: none;
}

.specailContent {
	margin: 20px 35px 50px 35px;
	width:720px;
	display:block;
}
.mainContent {
	background-color:#7BA657;
	width:465px;
	float:left;
}

.topbar {
	background: url(../images/Common/lightgreen_up_lf_corner.gif) no-repeat top left;
}

.bottombar {
	background: url(../images/Common/lightgreen_bt_lf_corner.gif) no-repeat bottom left;
}

#promo1_content,#promo2_content {
	padding:5px 5px 0 20px;
}
#promo1RightOn,#promo2RightOn,#promo1RightOff,#promo2RightOff{
	margin-top:30px;
	padding:20px 5px 20px 20px;
	height: 24px;
	background:#7BA657 url(../images/Common/promo_tab_right.gif) no-repeat top right;
	float:left;
}
#promo1RightOff,#promo2RightOff {
	background:none;
}
#promo2RightOn,#promo2RightOff {
	margin-top:0px;
}

