@charset "UTF-8";
/* CSS Document */

#envelope{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	}

#center-content{
	height: 440px;
	width: 790px;
	background-color: #CCCC99;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #993300;
	border-bottom-color: #993300;
	padding: 5px;
	}
#footer{
	height: 20px;
	width: 790px;
	background-color: #7f4300;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
	}
.footer-link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: underline;
	}
a:hover.footer-link{
	color: #CC6600;
	text-decoration: none;
	}
.footer-text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
	}