body{
	background-color: #FFF;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 20px;
}
img, div{
	behavior: url(iepngfix.htc);
}
img { border:none; }
#container{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 860px;
	background-image: url(../gfx/container_back.png);
}
#content{
	padding: 20px;
}
#animaster{
	position: absolute;
	top: 0px;
	margin-left: 10px;
	z-index: 1;
}
h1{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}
h2{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 2px;
}
h2+p { margin-top:3px; margin-bottom:5px; }
h3{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

p{
	font-size: 12px;
	line-height: 16px;
}
a{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
#header{
	margin: 0 0 0 0;
	width: 860px;
}
#leftContent{
	width: 500px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	position: relative;
	z-index: 4;
}
#rightContent{
	width: 260px;
	margin-top: 40px;
	float: left;
	position: relative;
	z-index: 2;
}
#footer{
	background-image: url(../gfx/footer_back.png);
	background-repeat: no-repeat;
	width: 860px;
	height: 40px;
}
#footer a{
	color: white;
}
#footer a:hover{
	color: #FF9999;
}
#footerContent{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
	padding-top: 17px;
}
/* Main menu */

#menu{
	float: left;
	margin-top: 20px;
	width: 820px;
	position: relative;
	z-index: 3;
}
.menuItem{
	float: left;
	display: inline;
}
.menuItem a{
	padding: 3px 7px 3px 7px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-right: 1px;
}
.menuItem a:hover{
	background-color: red;
	color: white;
	text-decoration: none;
}
.menuItemSelected a{
	padding: 3px 7px 3px 7px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-right: 1px;
	background-color: red;
}
.menuItemSelected a:hover{
	color: white;
	text-decoration: none;
}

/* subMenu */

#subMenu{
	float: left;
	margin-top: 5px;
	width: 820px;
	height: 20px;
	position: relative;
	z-index: 4;
}
.subItem{
	float: left;
	display: inline;
}
.subItem a{
	float: left;
	padding: 3px 7px 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-right: 1px;
}
.subItem a:hover{
	color: red;
	text-decoration: underline;
}
.subItemSelected a{
	padding: 3px 7px 3px 7px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-right: 1px;
}
.subItemSelected a:hover{
	color: red;
	text-decoration: underline;
}

.backButton{
	margin-top: 20px;
	float: left;
}
.backButton a{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-left: 17px;
	padding-bottom: 1px;
	background-image: url(../gfx/arrow_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.backButton a:hover{
	background-image: url(../gfx/arrow_left_hover.gif);
	background-repeat: no-repeat;
}

.playButton{
	margin-top: 5px;
}
.playButton a{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-right: 17px;
	padding-bottom: 1px;
	background-image: url(../gfx/arrow_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.playButton a:hover{
	background-image: url(../gfx/arrow_right_hover.gif);
	background-repeat: no-repeat;
}
.playButton+h2 { margin-top:20px; }

.nextButton{
	margin-top: 10px;
	float: right;
}
.nextButton a{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-right: 17px;
	padding-bottom: 1px;
	background-image: url(../gfx/arrow_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.nextButton a:hover{
	background-image: url(../gfx/arrow_right_hover.gif);
	background-repeat: no-repeat;
}
.thumb{
	float: left;
	height: 100px;
}
.thumb a{
	border: solid 1px #E9E9E9;
	padding: 2px;
	margin-right: 7px;
	margin-bottom: 7px;
	display: block;
}
.thumb a:hover{
	border: solid 1px red;
}
.student{
	float: left;
	height: 185px;
	margin-right: 10px;
}
.studentName{
	margin-top: 5px;
}
.tutor{
	margin-bottom: 10px;
}
.tutorImage{
	float: left;
	margin-right: 15px;
}
.tutorImage{
	float: left;
}
.float_link{
	margin: 0 10px 0 0;
}