body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Lucida Grande, Lucida Sans Unicode;
	font-size:13px;
	line-height:20px;
	color:#065CA4;
}
.home {
display: block;
width:90px;
height:30px;
background-image:url(../images/home.jpg);
background-repeat:no-repeat;
}
.home:hover {
background-image:url(../images/home1.jpg);
background-repeat:no-repeat;
}
.services {
display: block;
width:120px;
height:30px;
background-image:url(../images/services.jpg);
background-repeat:no-repeat;
}
.services:hover {
background-image:url(../images/services1.jpg);
background-repeat:no-repeat;
}
.online {
display: block;
width:167px;
height:30px;
background-image:url(../images/online.jpg);
background-repeat:no-repeat;
}
.online:hover {
background-image:url(../images/online1.jpg);
background-repeat:no-repeat;
}
.contact {
display: block;
width:100px;
height:30px;
background-image:url(../images/contact.jpg);
background-repeat:no-repeat;
}
.contact:hover {
background-image:url(../images/contact1.jpg);
background-repeat:no-repeat;
}
.main {
border: 4px solid #000000;
background-color:#00E1E1;
}
.sitemap{
	font-family:Lucida Grande, Lucida Sans Unicode;
	font-size:13px;
	line-height:20px;
	color:#065CA4;
}