@charset "ISO-8859-1";

body{
	text-align: center; /* center the site, for windows & IE */
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	}
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #c4df9b;
	text-align: left;
	}

.hometextlrg {
	font-weight: bold;
	font-style: normal;
	color: #303030;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	}
	

.hometext {
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.hometextsml {
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
#header {
	height: 318px;
	width: 800px;
	padding: 0px;
	margin-left: auto ;
	margin-right: auto ;
	}
	
#footer {
	width: 790px;
	padding: 5px;
	position: relative;
	background-color:#c4df9b;
	clear:both;
	}

.copyrightfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	clear:both;
	color: #5f5f5f;
	text-align: center;
}

.copyrightfooter a:link {
	color: #5f5f5f;
	text-decoration: underline;
}

.copyrightfooter a:visited {
	color: #5f5f5f;
	text-decoration: underline;
}

.copyrightfooter a:hover {
	color: #5f5f5f;
	text-decoration: none;
}