#wrapper {
	background-image: url(../images/leftshadow.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;
}
#nav {
	width: 950px;
	background-image: url(../images/navbackgroundforhome.jpg);
	background-repeat: repeat-x;
}

body {
	background-color: #d4d4d4;
}
#container {
	background-image: url(../images/homepage2background.jpg);
	width: 950px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFF;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFF;
}
.padding {
	padding: 10px;
}

.bodytext a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFF;
	text-decoration: underline;
}
.bodytext a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFF;
	text-decoration: underline;
}
.bodytext a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFF;
	text-decoration: none;
}
