a:link {
	text-decoration: none;
	color: #009;
}
h2 {
	text-align: center;
}

a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
}

body {
	overflow-y: scroll;
	background-image: url(../images/gradient.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}

#container {
	width: 960px;
	text-align: center;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bkgd_02.png);
	background-repeat: repeat-y;
	top: 0;
	clip: rect(0,auto,auto,auto);
	background-position: center;
	margin-bottom: -10px;
}

#menu_bar {
	position: relative;
	font-family: QuigleyWiggly;
	font-size: 24pt;
	color: #2b317c;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: -40px;
}
#sub_menu_bar {
	position: relative;
	font-family: QuigleyWiggly;
	font-size: 20pt;
	color: #2b317c;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	height: 246px;
	width: 574px;
	text-align: center;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
}

#main_content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	position: relative;
	top: -30px;
	height: 100%;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
}
.bio_box {
}
.bio_pic {
	padding-right: 6px;
}
#top_box {
	text-align: right;
	margin-top: 7px;
	margin-bottom: 7px;
}
#calendar_item {
	background-color: #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_box {
	background-color: #CCC;
	background-repeat: repeat;
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
}

p {
	text-indent: 1em;
}
