body {
	background-image: url(images/backgroundsmudge.jpg);
	background-repeat: repeat;
}

#maincontainer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	height: auto;
	width: 960px;
	text-align: left;
}
  #navigation {
	background-color: #990000;
	height: 50px;
	width: 960px;
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000;
	text-align: center;
	height: 20px;
	width: 960px;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #990000;
}
a:hover {
	color: #666;
}
h1 {
	font-size: 16px;
	color: #990000;
}
h2 {
	font-size: 14px;
	color: #000;
}
#headerimageabout {
	height: 200px;
	width: 960px;
}
#contentforpage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 940px;
}
