﻿#head{
	margin: 0px;
	padding: 5px 5px 17px 5px;
	background:  url('http://pwebs.net/Business/images/websitemaintenance.jpg') no-repeat;
	background-position: 50% 100%;
	height:217px;
}
#head .navbar{
	padding:0;
	margin:0;
	text-align: center;
}
#head .navbar li{
	display:inline;
}
#head .navbar li a{
	padding: 5px 6px 5px 6px;
	font-weight:bold;
	font-size: 11px;
}
#head h1.title{
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin:0;
	padding: 70px 5px 0 420px;
}
#head .title a:link, .title a:visited, .title a:active{
	color: yellow;
	text-transform: capitalize;
	text-decoration: none;
}
#head .title a:hover{
	color: white;
	text-transform: capitalize;
	text-decoration: underline;
}

