body {
	background-color: #3E4F4C;
	background-image: url(../images/bg.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.index {
	background-color: black;
}

#container {
	height: 50px;
}

#indexTop {
	margin: 50px 0 5px 0;
}

#header {
	margin: 50px 0 0 0;
}

#buttonBar {
	margin: 5px 0 0 0;
}

#indexBottom {
}

#content { /* this needs to be deleted as soon as all ids are converted to classes */
	width: 573px;
	margin: 10px auto 0 auto;
	background-image: url(../images/plate_fill.jpg);
	background-repeat: repeat-y;
}

.content {
	width: 573px;
	margin: 10px auto 0 auto;
	background-image: url(../images/plate_fill.jpg);
	background-repeat: repeat-y;
}

a:link {
	color: #3E4F4C;
}

a:hover {
	color: #1495A2;
}

a:active {

}

a:visited {
	color: #3E4F4C;
}

p {
	font-size: 1.2em;
	margin: 0 100px 1.4em 100px;
	text-align: left;
	line-height: 1.6em;
}

.attribution {
	font-size: 1em;
	text-align: right;
	margin-bottom: 3em;
}

.note {
	font-size: 1em;
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	margin: 0 100px 1em 100px;
	text-align: left;
}

h2 {
	margin: 0 100px 1em 100px;
}

table {
	margin: auto;
	text-align: center;
}


/* CALENDAR SHIT -- THIS NEEDS TO BE CLEANED UP */

.calendar {
	padding-top: 30px;
	text-align: left;
	font-size: 1.2em;
}

.dateline {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
	color: #4444AA;
}

.clubline {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
}

.notes {
	font-style: italic;
}

.icon {
	border: 1px solid black;
	margin: 10px 0;
}
