html{
	height: 100%;
	min-height: 100%;
}
body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: url(/images/background.png) repeat-x;
	width: 800px;
	height: 100%;
	min-height: 100%;
	
}
#main_container{
	background: #FFF url(/images/teacher.jpg) no-repeat 500px 100%;
	width: 100%;
	height: 1100px;
}

/******************* HEADERS ********************/


#header{
	background: #FFF url(/images/header.jpg) no-repeat;
	height: 190px;
	width: 100%;
}

/******************* Menus ********************/

.menu{
	clear: none;
	float: left;
	text-align: center;
	background: #FFF url(/images/menu_back.png) repeat-x;
	color: #FFF;
	width: 780px;
	height: 40px;
	padding: 0px 0px 0px 0px;
}

.menu_left{
	background: #FFF url(/images/menu_left.png) no-repeat;
	float: left;
	clear: both;
	width: 10px;
	height: 40px;
}
.menu_right{
	background: #FFF url(/images/menu_right.png) no-repeat;
	clear: none;
	float: right;
	width: 10px;
	height: 40px;
}

/******************* right ********************/

#right{
	clear: none;
	float: right;
	background: #FFF;
	width: 210px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#right img{
	padding: 20px 0px 0px 0px;
}
/******************* Main ********************/

#main{
	clear: both;
	float: left;
	width: 550px;
	min-height: 320px;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	z-index: 15;
}

#footer{
	clear: both;
	width: 800px;
	background: url(/images/fablevision.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	text-align: left;
	text-indent: 100px;
	font-size: 90%;
}
#footer_menu{
	
}
.clear{
	clear: both;
}
