#header
{
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 25px;
	background-image: url(scallop2.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	text-align: center;
	width: 102%;
	overflow-x: hidden;
	height: auto;
	background-color: #ffff66;
	background-position: center bottom;
}

#logotop
{
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	background-image: url(scallop3.gif);
	background-color: #ffff66;
	background-repeat: repeat-x;
	background-position: 50% top;
	width: 100%;
	padding-bottom: 15px;
}

#logo
{ 
        text-align: center; 
        background-position: center bottom; 
        height: 86px;
        padding-top: 10px; 
        border-top-style: none; 
}

#footer 
{
    position: absolute;
    bottom: 0;
    background-color: white;
    width: 70%;
    text-align: right;
    padding: 0 15%;
}



a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link { color: #990000; }
a:visited { color: #CC3333; }
a:active { color: #cc3333; }

a:hover
{
	color: #cc3333;
	font-size: small;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	font-size: small;
	}
