﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	height:130px;
	width:100%;
	font-size:small;

}


#container {
	min-width: 1200px;
}

#left_col {
	width: 210px;
	position:absolute;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif
	 
}

#left_col a {
	text-decoration: none;
	color:yellow;	
}

#left_col a:hover {
	text-decoration: underline;
	color: #fff;
}

#left_col ul {
	text-decoration: none;	
}


#lessonMenu a {
	font-weight: normal;
	text-decoration: none;
	color:yellow;
		
}

#lessonMenu a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
	
}



#left_col ul {
	list-style:none;
	
}

#page_content {
	width:920px;
	margin-left: 210px;
	/* margin-right: 200px; */
	background-color: #00639C;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
		
}

#page_content h1 {
	margin-top: 15px;
	text-align:center;
	
}

#page_content h2 {

	text-align:left;
		

}

#footer {
	clear: both;
	font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
}
