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


#containerHome {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/index2.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #532A12;
	text-align: left;
	padding-top: 0px;
	height: 669px;
}
#footerHome {
	height: 75px;
	margin: 0px auto;
	width: 780px;
}
#copyrightHome {
	width: 780px;
	margin: 0px;
	float: left;
	padding: 0px;
	height: 75px;
}
#copyrightHome p  {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 10px;
	text-align: left;
}
#copyrightHome h1 {
	font: bold small-caps 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-bottom: -0.6em;
}
#designHome {
	float: right;
}
#designHome p {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #FFF;
}
#designHome a:link {
	color: #FFF;
	text-decoration: none;
}
#designHome a:visited {
	color: #FFF;
	text-decoration: none;
}
#designHome a:hover {
	color: #FFF;
	text-decoration: underline;
}
