.bodyContainer{
	position: relative;
	width: 781px;
	height: 430px;
}

#contentLeft{
	position: absolute;
	width: 342px;
}

/************ end of Drop Down for left menu ***********/

a.redButton{
	position: relative;
	top: 100px;
	left: 35px;
	margin-bottom: 10px;
	display: block;
	height: 50px;
	text-decoration: none;
}

a.redButton span{
	visibility: hidden;
}

a#buttonGet{
	background:url('../images/menu_get.png') no-repeat;
}

#buttonSampleLesson{
	/*position: relative;
	top: 100px;
	left: 35px;*/
}

a#buttonSampleLesson{
	background:url('../images/menu_sample_lesson.png') no-repeat;
}

a#buttonGet:hover, a#buttonSampleLesson:hover{
	background-position: 0 -50px;
}

div #contentRight{
	position: absolute;
	top: 10px;
	left: 347px;
	width: 414px;
	height: 421px;
	padding: 0px 10px;
	background-color: #ffffff;
	/** Transpancy **/
		/* CSS3 standard */
		opacity: 0.95;
		/* for IE */
		filter: alpha(opacity=95);
	/** end of Transpancy **/
}

* html div #contentRight{
	width: 433px;
	height: 420px;
}

div #contentRight #title, div #contentRight #productPrice{
	float: left;
}

div #contentRight div{
	clear: both;
	overflow: auto;
	width: 423px;
	height: 335px;
}

.bodyContainer #textChar{
	float: right;
	padding: 5px 0px 5px 5px;
}

#pageTrim{
	position: absolute;
	top: 0px;
	left: 327px;
}

/************** Pre Algebra *************/
#preAlgebraBody{
	background:url('../images/prealgebra_image.jpg') no-repeat;
}
/************** end of Pre Algebra *************/

/************** Algebra One *************/
#algebraOneBody{
	background:url('../images/algebra1_image.jpg') no-repeat;
}
/************** end of Algebra One *************/

/************** Algebra One *************/
#algebraTwoBody{
	background:url('../images/algebra2_image.jpg') no-repeat;
}
/************** end of Algebra One *************/

/************** Geometry *************/
#geometryBody{
	background:url('../images/geometry_image.jpg') no-repeat;
}

#geometryCamel{
	position: relative;
	top: 35px;
	left: 60px;
}
/************** end of Geometry *************/