

#homelink {
position: absolute;
top: 50px;
left:65px;
}

#header
{
	background-image: url(../images/gerry_leblanc_logo.jpg);
	background-repeat: no-repeat;
	height: 170px;

}

#topnav
{
	position: absolute;
	top: 70px;
	right: 50px;
	color: black;
	font-family: Arial, SanSerif;
	font-size: 20px;
}

#topnav a
{
	text-decoration: none;
	word-spacing: 5px;
	color: black;
	font-size: 16px;
	font-family: Arial, SanSerif;
	font-style: normal;
	font-weight: normal;
}

#topnav a:hover { color: gray; }


#topnav a:visited { color: #333; }



#pagesignature
{
	color: gray;
	font-family: Arial, SanSerif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding: 50px 0px 0px 0px;

}