#header {
	position:absolute;
	width:100%;
	margin: auto auto;
	top: 145px;
}

#footer {
	position:absolute;
	width:100%;
	margin: auto auto;
	top: 475px;
}
body {
    text-align: center;
}

.header {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 26px;
	font-weight: bold;
	color:#0079c2;
	font-variant: small-caps;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000b4c;
}
a.click:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
a.click:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
a.click:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0079c2;
	text-decoration: underline;
	font-weight: bold;
}
a.click:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #000033;
	text-decoration: none;
}



ul#navlist
{
margin: 0 0 0 0px;
padding: 0;
width: 250px;
}

#navlist li
{
list-style-type: none;
background-color: #0079c2;
color: #daa520;
border: .2em solid #FFFFFF;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
font-family: Garamond, Arial;
font-size: 22px
}

#navlist li a
{
color: #FFFFFF;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #FFFFFF;
color: #0079c2;
}
