html{height:100%;}

body {
	display:block;
	height:100%;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	float:center;
	background-image:url(../images/bkgd.jpg);
}

div.title_text {
	font-size:18px;
}

div.page {
	display: block; 
	float: center; 
	width: 950px; 
	height: 730px; 
	margin: auto; 
	font-size: 9px;
	background-color:#FFFFFF;
	color: #A90F13;
}

div.page a:link {text-decoration:underline; color:#A90F13;}
div.page a:visited {text-decoration:underline; color:#A90F13;}
div.page a:active {text-decoration:underline; color:#A90F13;}
div.page a:hover {text-decoration:underline; color:#510709;}

div.logo {
	display: block;
	width: 200px;
	height: 90px;
	float: left;
}

div.masthead {
	display: block;
	width: 700px;
	height: 12px;
	margin: auto;
	padding: 0px;
	float: right;
}

div.upperMenu {
	display: block;
	width: 738px;
	height: 271px;
	margin: auto;
	padding: 1px;
	float: right;
}

div.featTeacher {
	display: block;
	float: right;
	background-color: #FFE87C;
	width: 190px;
	height: 180px;
	border: 1px groove #A90F13;
	margin-top:4px;	
	padding:5px;
}

div.news {
	display: block;
	float: right;
	background-color: #FFE89D;
	width: 190px;
	height: 138px;
	border: 1px groove #A90F13;
	margin-top:4px;	
	padding:5px;
}

div.podcast {
	display: block;
	float: right;
	width: 200px;
	height: 48px;
	border: 1px groove #A90F13;	
	margin-top:5px;
	padding-top:2px;
}

div.description {
	display: float;
	float: left;
	width: 534px;
	height: 400px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 12px;
	border: 1px groove #A90F13;
	background-color:#FFF5C6;
}

div.profiles {
	display: block;
	float: left;
	padding:5px;
	width: 190px;
	height: 590px;
	background-color:#FFE87C;
	border: 1px groove #A90F13;
}

div.copyright {
	display: block;
	height: 10px;
	width: 900px;
	font-size: 9px;
}

div.lowerMenu {
	display: block;
	padding-top:10px;
	height: 50px;
	width: 950px;
	font-size: 9px;
	float:left;
}
