body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	background: #ECE1D9;
}

a {
	color: #F77B00;
}

h2 {
	color: #442c14;
}

h4 {
	color: #444;
	padding-top: 10px;
}

#wrapper {
	width: 900px;
	color: #FFDFBF;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#header {
	background: url(images/header.jpg);
	width: 900px;
	height: 50px;
	
}

#top-image {
	text-align: center;
	position: relative;
	width: 900px;
	height: 200px;
	border-bottom: 3px #ECE1D9 solid !important;
	border-bottom: 0;
	border-top: 3px #ECE1D9 solid;
}

#nav {
	position: relative;
	width: 900px;
	height: 160px;
	background: #432D16 url(images/ps-nav-bg_900x160_2.jpg);
}

#nav .nav-item {
	padding: 5px 15px 0 0;
	float: left;
}

#nav .nav-item a {
	font-size: 150%;
	font-weight: bold;
	color: #EBE0D6;
	text-decoration: none;
	text-indent: 2px;
}

#nav .nav-item a:hover {
	color: #F77B00;
}

#nav .nav-item ul {
	margin: 2px 0 0 7px;
	padding: 0;
}

#nav .nav-item .nav-ul a{
	font-size: 100%;
	text-decoration: none;
	color: #FFDFBF;
	border: none;
	font-weight: normal;
}

#nav .nav-item .nav-ul a:hover{
	color: #cc6600;
}

#nav .nav-item li {
	list-style-type: none;
}

#content {
	background: #fff;
	padding: 10px;
	color: #666;
	line-height: 150%;
}

#copyright {
	width: 900px;
	height: 20px;
	color: #aaa;
	font-size: 80%;
	text-align: center;
	background: #fff;
}

.partner {
	float: left;
	width: 290px;
}

.partner .image {
	text-align: center;
}

.partner ul {
	list-style: none;
	margin-left: 40px;
}

#lessons
{
	list-style: none;
}
	
#lessons li
{
	padding-bottom: 10px;
	text-indent: -12px;
}

.brown
{
	background: #FFF9EC;
	border: 1px solid #cc6600;
	color: #444;
	margin: 0 0 15px 0;
	padding: 5px 15px 15px 15px;
}

#inset
{
	bottom:0;
	color: #533200;
	font-weight: bold;
	position:absolute;
	right:0;
}

.centering
{
	text-align: center;
	width: 100%;
}