body {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 1200px;
	margin-top: 20px;
	/*Background Gradient*/
	background-color: #354323; /* for non-css3 browsers */


	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#354323', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#354323), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #354323,  #000000); /* for firefox 3.6+ */
}
#Containerwrap {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/transpixel.png);
	background: rgba(255, 255, 255, 0.1) none;
	width: 962px;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#container {
	width: 962px;
	background-color: #D5EDB3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #111;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
header {
	width: 930px;
	background-color: #D5EDB3;
	background-image: url(../images/teachingheader.jpg);
	text-align: left;
	height: 150px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 30px;
		/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #D5EDB3;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
nav {
	float: left;
	width: 962px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	/*Background Gradient*/
	background-color: #5C743D; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C743D', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5C743D), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5C743D,  #000000); /* for firefox 3.6+ */
}
nav li {
	float: left;
	padding-right: 20px;
	list-style-type: none;
	font-size: small;
}
nav ul {
	margin: 0px;
}
nav li a:hover {
	color: #FFF;
}


section {
	width: 500px;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 920px;
}
section a:link {
	color: #354323;
}
section a:visited {
	color: #4E6334;
}
footer {
	clear: both;
	width: 962px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	/*Background Gradient*/
	background-color: #5C743D; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C743D', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5C743D), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5C743D,  #000000); /* for firefox 3.6+ */
	/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	/* [disabled]border: 1px solid #000000; */
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}

h1 {
	font-size: 4em;
	font-family: 'Rock Salt', 'Trebuchet MS', arial, serif;
	font-weight: bold;
	color: #354323;
}
h2 {
	color: #354323;
	text-decoration: none;
	font-size: large;
}

h3 {
	font-size: medium;
	line-height: 9px;
	color: #333;
}
ol {
	list-style-type: upper-roman;
}


a:link {
	color: #D5EDB3;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

