#contentBody {
	width: 750px;
	margin: 0 auto 0 auto;
	background-color:  #E1C6FD;
	background-image: url("../../img/bg/bg_global_purple.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	padding-bottom: 20px; 
}
#contentBody #labelBanner {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 7px;
}
/***********************************************************
	Top Selection banner
************************************************************/
#contentBody #nav-selections {
	width: 710px;
	margin: 0 20px;	
	padding: 0;
	background-image: url("../../img/bg/banner_yellow.gif");	
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 46px;
	text-align: center;
	vertical-align: middle; 
}
 
#contentBody #nav-selections img {
	margin: 0;
	margin-top: 14px;
	margin-bottom: 12px;    
}

#contentBody #nav-selections form {
	vertical-align: middle;
	width: 400px; 
	height: 46px;
	margin:0 auto; 
} 
 
#contentBody #nav-selections form select {
	margin-top: 13px;
	margin-left: 5px;
	margin-right: 5px;
	height: 18px; 
	width: 80px;
	display: inline;
}
 

/***********************************************************
	END OF Top Selection banner
************************************************************/
#contentBottom {
	background-image: url("../../img/bg/bannar_bottom_nonav.gif");
	background-position: 0 0;
	background-repeat: repeat;
	height: 20px;
	width: 710px;
	margin: 0 20px;
	border: 0px solid red;
}
#content {
	width: 710px;
	margin: 0 20px;
	background-color: white;
	padding:0; 
	padding-bottom: 1em;
	border: 0px solid green;
}
div.links-section {
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid Silver;
	width: 100%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
div.links-section a {
	font-size: 13px;
	font-weight: normal;
	margin-left: 0.5em;
}

div.separator {
	background-image: url("../../img/global/separator_stars.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
} 


div.label {
	width: 120px;
	float: left;
}
div.label-desc {
	width: 
}

table.chart {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
}

div.mathObj {
	width: 100%;
	margin: 2em auto; 
	text-align:  center;
	border: 0px solid green;
}

div.help {
	width: 650px;
	margin: 0em auto; 
	text-align: left;
	border: 0px solid green;	
}

div.helpNav {
	margin: 0.5em auto;
	text-align: center;
}
body#pop {
	margin: 0em 0.5em 0.5em 0.5em;
	font: 11px Verdana;
	background-color: #FFFFF0
}
 
 
/**********************************************************
	2006.9.14, Ye Wang - Problem of the Day (new template)
**********************************************************/ 
div.podAnswers {
	margin: 0 2em;
	background-color: #EEEEEE;
	padding: 1em;
}
div.podLesson {
	background-image: url("../../img/math/daily_problem_rabbit2.gif");
	background-position:top right;
	background-repeat: no-repeat;
	margin: 0 2em;
	padding-top: 1em;
	padding-bottom: 4em;
	padding-right: 150px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	color: #676767;
}
div.podList {
	background-image: url("../../img/math/daily_problem_rabbit2.gif");
	background-position:top right;
	background-repeat: no-repeat;
	margin: 0 1em;
	padding-top: 1em;
	padding-right: 150px;
	margin: 0 2em 2em 2em;
	text-align: left; 
}
div.podHome {
	background-image: url("../../img/math/daily_problem_rabbit.gif");
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 2em; 
	padding-top: 5em;
	padding-bottom: 5em;
	padding-left: 200px;  
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	color: #676767;	 
}
