body{
	margin: 0;
}

#nav{
	background: url(images/nav_bg.jpg);
	height: 50px;
	width: 566px;
}
a#home:link{
	background: url(images/nav_overbg.jpg);
	height: 50px;
	width: 100px;
	color: White;
	font-family:  "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	float: left;
}
a#home:visited{
	background: url(images/nav_overbg.jpg);
	height: 50px;
	width: 100px;
	color: White;
	font-family:  "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a#home:hover{
	background: url(images/nav_overbg.jpg);
	height: 50px;
	width: 100px;
	color: #FF6600;
	font-family:  "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a#home:active{
	background: url(images/nav_overbg.jpg);
	height: 50px;
	width: 100px;
	color: White;
	font-family:  "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a#mid:link{
	background: url(images/nav_overbg.jpg);
	background-position: center;
	height: 50px;
	width: 100px;
	color: White;
	font-family:  "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 0;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
}
a#contact:link{
	background: url(images/nav_overbg.jpg);
	background-position: right;
	height: 50px;
	width: 100px;
	color: White;
	font-family:  "Lucida Console", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 15px 0 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	float: left;
}
