/** 
	Layout for the Main Site Templates
 */
 
/** old
#content {
	width:719px;
	float:left;
	min-height:500px;
}
 
#sidebar {
	background-color: white;
	width:239px;
	float:right;
	min-height:500px;
}
*/

#content {
	position: relative;
	width:718px;
	min-height:600px;
	padding-right: 240px;
	padding-bottom: 10px;
	border: 1px solid #AEAEAE;
	overflow: auto;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:239px;
}

#Parents .showParents,
#Educators .showEducators,
#LawEnforcement .showLawEnforcement,
#Teens .showTeens {
	display: block !important;
}

img#walmart {
	position: absolute;
	bottom: 10px;
	right: 10px;
}