body{
          text-align: center;
          padding: 0;
          margin: 0;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.link1:hover{
	color: #FFFFFF;
}
.counter {
          font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3060A0;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	color: #1C375B;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C375B;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img#navbar{
          display: block;
          padding: 0;
          margin: 0 auto;
}
div#menu{
          display: block;
          margin: 0 auto;
          width: 623px;
          border: 1px solid #000;
          margin-bottom: 20px;
          background-color: #CCD1D7;
          line-height: 20px;
}
ul#nav{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    height: 20px;
    list-style:none;
}
ul#nav li{
          display: inline;
          float: left;
          margin: 0; padding: 0;
}
ul#nav a{
          font-family: Arial, "MS Trebuchet", sans-serif;
          background-color: #CCD1D7;
          font-size: 11px;
          font-weight: bold;
          color: #0C0086;
          text-align: center;
}
ul#nav a:hover{
          color: #3060A0;
}
li#curr{
          width: 25%;
}
li#weather{
          width: 25%;
}
li#services{
          width: 15%;
}
li#prop{
          width: 20%;
}
li#contact{
          width: 15%;
}
h1{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 18px;
	width: 623px;
	color: white;
	background-color :#3060A0;
}
p,ul{
          font-family: Arial, "MS Trebuchet", sans-serif;
}
ul#services{
          width: 623px;
          text-align: left;
          list-style: none;
		  font-size: 14px;
		  font-weight: bold;
}