body {
	margin: 0px;
	margin-right: 0px; 
	margin-left: 212px; 
	padding: 0px;
	background-color: #DBE7C1;
	background-image: url(./images/repeat-y.gif);
	background-repeat: repeat-y;
	font-family: serif;
	text-align: justify;
}	

#mainStuff {
	padding: 15px;
	padding-top: 45px;
}

#topLeft {
	width: 208px;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(./images/rackets.gif);
}
#topRight {
	height: 132px;
	padding: 15px;
	background-color: #6F3B3F;
	background-image: url(./images/mainTitle.gif);
	background-position: 30px center;
	background-repeat: no-repeat;
}
#bottomRight {
	width: 177px;
	height: 185px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-image: url(./images/bottomRight.gif);
}
#navBar {
	position: absolute;
	padding: 15px;
	width: 212px;
	top: 200px;
	left: 0px;
}
#navBar a {
	font-size: normal;
	text-decoration: none;
	font-weight: bold;
}

.RDRtitle {
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
	color: #3F2B1F;
}

#map {
	border: 1px solid black;
	margin: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.indented {
	margin-left: 15px;
}
