body {
	margin: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../App_Themes/learningmatters/images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #083a00;
}

* {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

a {	
	color: #083a00;}

#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#header h1{
	margin: 0px;
	float: left;
}

#header h1 a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation{
	float: right;
}

#navigation ul{
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-top: 155px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation li{
	float: left;
}

#navigation a{
	color: #58585a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c7c7cc;
}

#navigation .last a{
	border-right-style: none;
}

#navigation a:hover{
	color: #b8983f;
}

#main{
	clear: both;
	background-color: #8fc053;
	background-repeat: no-repeat;
	background-position: right center;
}

#main.home{
	background-image: url(../App_Themes/learningmatters/images/home.jpg);
}

#main.assessments{
	background-image: url(../App_Themes/learningmatters/images/assessments.jpg);
}

#main.teaching{
	background-image: url(../App_Themes/learningmatters/images/teaching.jpg);
}

#main.contact{
	background-image: url(../App_Themes/learningmatters/images/contact.jpg);
}

#main.links{
	background-image: url(../App_Themes/learningmatters/images/links.jpg);
}

#title{
	background-color: #367c2b;
	background-image: url(../App_Themes/learningmatters/images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#title h1{
	font-family: Cambria, "Lucida Grande", "Trebuchet MS";
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 35px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content{
	text-align: left;
	width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#main.links .padder{
	padding-bottom: 50px;
}

.padder{
	padding-right: 175px;
}

#content p, #content ul{
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 21px;
}

#content h2{
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Cambria, "Lucida Grande", "Trebuchet MS";
	font-weight: normal;
}

#content h3{
	color: #367c2b;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #b8983f;
	background-image: url(../App_Themes/learningmatters/images/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer p{
	margin: 0px;
}

#footer a{
	color: #b8983f;
text-decoration: none;
}


.pic{
	float: left;
	margin-bottom: 20px;
	border: 5px solid #367c2b;
	margin-right: 20px;
}

.clear{
	clear: both;
}
