html{
	background-color: #09648F !important;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Corbel", "Trebuchet MS", Arial, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-color: #3384aa;
	min-width: 994px;
	width: 100%;
}

body.teacher{
	background-color: #D9EDF6;
	font-family: "Corbel", "Trebuchet MS", Arial, sans-serif;
}

body.teenager{
	background-position: left 10px;
	background-repeat: repeat-x;
	font-family: "Corbel", "Trebuchet MS", Arial, sans-serif;
	background-color: #3384aa !important;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.clear, .clearer {
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.imgBlock, .imgBlock img {
	display: block;
}

img {
	border: none;
}

p{
	margin:0;
	padding:0 0 10px 0;
}

/*################ default ################*/
.clear, .clearer {
	display: block;
	clear: both;
}

/*################ page ################*/
#page {
	margin: 0;
	padding: 0;
	min-width: 994px;
	width: 100%;
}

#page.teacher{
	background-color:#ffffff;
}

#page #headerWrap {
	margin: 0;
	padding: 0;
	/*background-image: page*/
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
	min-height: 92px;
	position: relative;
	z-index: auto;
}

#page.teenager #headerWrap{
	background-position: left 22px;
	background-position: left 8px;
	background-position: left 7px !important;
}

#page #contentWrap {
	margin: -109px 0 0 0;
	padding: 30px 0 0 0;
	padding: 16px 0 0 0;
	/*background-image: page*/
	background-repeat: repeat-x;
	background-position: left top;
	/*background-color: #0195DB;*/
	min-height: 508px;
	position: relative;
	z-index: auto;
}


#page #footerWrap {
	margin: 0;
	padding: 0 0 20px 0;
	/*background-image: page*/
	background-repeat: repeat-x;
	background-position: left top;
	/*min-height: 146px;*/
}

#page.teenager #footerWrap{
	margin-top: -60px;
}

#page #headerWrap .header, #page #contentWrap #content, #page #footerWrap #footer {
	margin: 0 auto;
	padding: 0 20px;
	padding-bottom: 18px;
	max-width: 974px;
}

/*############ header ############*/
/* header.css */
/*############ menu ############*/
/* menu.css */
/*############ pageContent ############*/
/*#### content ####*/
.startpage #content {
	/*background-image: page*/
	background-position: 558px 265px;
	background-repeat: no-repeat;
}
#content {
	padding-top:10px !important;
	/*background-image: page*/
	background-position: 880px 154px;
	background-repeat: no-repeat;
}

.teacher.startpage #content,
.teacher #content{
	background:none;
}

.teenager.startpage #content,
.teenager #content{
	background:none;
}

/*############ footer ############*/
/* footer.css */

