
body {
	background-color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
#wrapper {
	width: 950px;
	height: 642px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#nav {
	width: 400px;
	position: absolute;
	margin: 50px, 50px, 0px, 0px;
	height: 20px;
}
.heading {
	font-weight: bold;
}
.indent {
	margin-left: 35px;
}
.indent2 {
	margin-left: 15px;
	font-style: italic;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color:#900;
	text-decoration: underline;
}
.redlink {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
	