/*---basic styling-----*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f7f7f6;
	font-family: verdana;
	font-size: 14px;
}
#divWrapper {
	background-color: #f7f7f6;
	position: relative;
	width: 960px;
	text-align: center;
	background-position: center;
	position: relative;
	border: 10px solid #42423a;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#divContent {
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 0em;
	color: #42423a;
	padding-top: 45px;
	padding-bottom: 20px;
	padding-right: 120px;
	padding-left: 300px;
	font-weight: bold;
	clear: none;
}
.title {
	text-align: center;
	padding: 11px;
	clear: right;
}
	
#divNav {
	font-size: 12px;
	float: left;
	background-color: #f7f7f6;
	font-family: verdana;
	color: #42423a;
	margin: 0px;
	clear: none;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	font-weight: bold;
	background-image: url(../images/susanheader.png);
	background-repeat: no-repeat;
}
#divContent #text {
	padding-right: 60px;
	padding-left: 0px;
	line-height: 24px;
	word-spacing: 0.4em;
	text-align: left;
}
#divGrid li {
	display: inline;
}
	
 #clear {
	clear: both;
}
/*-------------nav--------------*/

#divNav ul li a {
	color: #42423a;
	text-decoration: none;
}

#divNav li {
	display: inline;
}
#divNav ul li {
	text-decoration: none;
	float: left;
	height: 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 10px;
}
#divFooter {
	font-size: 10px;
	text-align: center;
	color: #42423a;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
#divNav ul li a:hover {
	color: #D3CF38;
	text-decoration: none;
}

a {
	color: #42423a;
	text-decoration: underline;
}
a:hover {
	color: #D3CF38;
	text-decoration: underline overline;
}
/*-------------grid--------------*/
#divGrid {
	clear: both;
	padding-bottom: 20px;
}
#divHeader {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
#divFooter a {
	color: #42423a;
}
