body {
	margin:10px;
	padding:0;
	color:			white;
	background:		#c00;
	font-family: Verdana, Arial, sans-serif;
}
p {
	margin:		0;
	padding:	0;
}
h1 {
	margin:			0;
	padding:		0;
	font-size:		1.5em;
}
h2 {
	margin:			0;
	padding:		0;
	font-size:		1.125em;
}
h3 {
	margin:			1em 0;
	padding:		0;
	font-size:		1em;
}

#header {
	height:			100px;
	margin:			0 0 10px 0;
	padding-left:	102px;		/*	padding-left is set to width of 1 navButton */
	background:		url(/images/ballbag-logo.gif) no-repeat top right;
}

#main {
	min-height: 	969px;		/* min-height is set to height of 9.5 navButtons */
	margin-left:	102px;		/* margin-left is set to width of 1 navButton */
	padding:		0em 0 0;
}
#main a {
	color:			white;
}

#leftNav {
	position:		absolute;
	top:			100px;		/* top is set to the height of 1 header */
	left:			0;
	width:			102px;		/* width is set to the width of 1 navButton */
	padding:		10px 0 0;	/* padding-top is set to margin-bottom of #header */
}
#leftNav img {
	border:			none;
}
#leftNav div.navButton {
	width:			102px;
	height:			102px;
	background:		#300;
	cursor:			pointer;
}

#footer {
	width:			56em;
	margin:			1em auto;
	font-size:		75%;
	text-align:		center;
}
#footer a {
	color:			white;
	text-decoration:	none;
}

