@charset "UTF-8";
body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8b03f4;
	background-image: url(images/bkgd_gradient.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 25;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 25pt;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/container_bkgd.jpg);
	background-repeat: repeat-y;
}
#container_background {
	background-image: url(images/content_top_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 10;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 178px;
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 45px;
	margin-top: -25px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-image: url(images/footer.jpg);
	height: 48px;
	width: 800px;
	clear: both;
}
h2 {
	font-size: 24px;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
	border: medium solid #9E00FE;
}
#mainContent p a {
	color: #F00;
	text-decoration: underline;
}
#mainContent p a:hover {
	color: #FBF800;
}
#bottom_menubar {
	height: 30px;
	width: 700px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #9E00FE;
	padding-top: 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FBF800;
	margin-right: auto;
	margin-left: auto;
}
#bottom_menubar a {
	color: #9E00FE;
	text-decoration: none;
}
#bottom_menubar a:hover {
	color: #FAF900;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#photobox {
	margin: 5px;
	float: right;
	width: 350px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	background-color: #9E00FE;
}
