body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e7e7e7;
	color: #000000;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.button {
	background: #e7e7e7 url('/std_images/button.gif') no-repeat bottom center;
	text-align: center;
	color: #FFFFFF;
	font-family: IMPACT;
	font-size: 1.5em;
	letter-spacing: .10em;
	}

a.button {
	letter-spacing: .10em;
	font-size: 1.0em;
	text-decoration: none;
	color: #FFFFFF;
}
#header {
	background: #e7e7e7 url('/images/banner.jpg') no-repeat bottom center;
	}


#footer {
	background: #eee url('/std_images/footer.jpg') no-repeat top; 
	border: none;
	}


a {
	color: #880000;
	}


a:hover {
	color: #880000; background-color: #000;
	text-decoration: none;
	}

.buttontextSEL {
	color: #880000;
	text-decoration: none;
};

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #e7e7e7;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}



.textboxbg {
	margin-top: 20px;
	margin-left: 110px;
	width: 540px;
	font-size: 1.8em;

	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 00px;
	padding-left: 10px;
	padding-bottom: 00px;
	margin-left: 60px;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #880000;
	border-bottom: 1px solid #880000;
	width: 610px;
	font-size: 3em;
	}

/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */








/* Begin Various Tags & Classes */
	
hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.buttontext {
	color: #FFFFFF;
	text-decoration: none;
};

