body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 15px 0 0 0;
}
#main {
	width: 775px;
	border: 5px solid #F8961F;
}
#top {
	background-image: url(../images/logo.jpg);
	height: 88px;
}
#navigation {
	height: 41px;
	max-width: 775px;
}
/* Middle Section */
#middle {
	background-image: url(../images/midpattern.jpg);
	background-repeat: repeat-y;
}
#contentMain {
	width: 765px;
}
#content {
	background-color: #FFFFFF;
	border: 4px solid #F8961F;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	text-align: left;
}
	#content a {
		font-weight: bold;
		color: #851724;
		text-decoration: none;
	}
	#content a:hover {
		color: #AC505A;
	}
.pinkHeader {
	font-weight: bold;
	color: #AC505A;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Footer */
#bottom {
	background-image: url(../images/bottom.jpg);
	height: 417px;
	text-align: left;
}
/* Copyright */
#copyright {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 400px 0px 3px 3px;
}
	#copyright a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#copyright a:hover {
		text-decoration: underline;
	}

