body { font-size: 14px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background-color: #4f5559; color: white; text-align: left; margin: 0; background-attachment: fixed; background-image: url(../images/bg_dots.gif); background-repeat: repeat; min-height: 100%; }

#page { border: 0px solid red; width: 850px; height: auto; margin: auto; }

#header { height: 170px;  text-align: left;  }

#logocontainer { margin: 10px 0 0 0px; float: left; width: 390px; }

#headercopy { float: right; }

a { color: Aqua;
	
}

#menucontainer { background-color: #4f5559; height: 25px; width: 100%; border-bottom: 1px solid #8e8d8d; padding-bottom: 5px; margin-bottom: 30px; }

#navigation ul { border: 0px red solid; list-style: none; margin: 0; padding-left: 0px; padding-top: 5px; padding-bottom: 5px; }

#navigation a:link, #navigation a:visited { border: 0px red solid; color: white; font-weight: normal; text-decoration: none; font-size: 12px; }

#navigation a:hover { text-decoration: none; background-color: #4f5559; color: #2ba2fb; font-size: 12px;  }

#navigation li { display: inline;padding: 5px 0px 5px 30px; }

#navigation li.first{display: inline;padding: 5px 0px 5px 10px; }
#navigation li.last {display: inline;padding: 5px 0px 5px 0px; }


#contentcontainer { float: left; width: 850px; height: auto;  border: 0px solid green; }

#leftcol { float: left; width: 400px; }

#rightcol { float: left; width: 400px; margin: 0 0 0 40px; border: 0px solid blue; text-align:justify; }

#singlecol { float: left; width: 850px; margin: 0 0 0 0px; border: 0px solid blue; text-align:justify; }

h1 { border: 0px solid red; font-weight: normal; color: #c4c3c3; font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 24px; line-height: normal; margin-top: 0px; margin-bottom: 0px; }
h2 { border: 0px solid red; font-weight: normal; color: #c4c3c3; font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; line-height: normal; margin-top: 0px; margin-bottom: 0px; }

#cityfooter { font-size: 11px; float: left; color: #a0a0a0; background-color: #4f5559; height: 30px; width: 100%; border-top: 1px solid #8e8d8d; margin-top: 35px; padding-top: 10px; padding-bottom: 10px; text-align:justify; }


#footer { font-size: 11px; float: left; color: #a0a0a0; background-color: #4f5559; height: 25px; width: 100%; border-top: 1px solid #8e8d8d; margin-top: 0px; }

.thinborderfloat {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 
