body {
	margin : 0;
	padding : 0;
	background-color : #ffffff;
	color : #000000;
}


a {color : black }
a:hover, a:active {
		color: red;
		}

h1 { letter-spacing: .2em; font-size: 20pt; font-variant: small-caps; color: white; background: black; text-align: center;}

h3 { letter-spacing: 0.025em; font: Verdana; font-weight: bold; border-bottom: 1px solid #888; }

a.banner { color: white; text-decoration: none; }

#google {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 130px;
	height: 130px;
		}
#weather {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 144px;
	height: 130px;
	}

#top {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 0px;
	background: white;
	height: 130px;
	}

#leftnavigation {
        position : absolute;
        top: 140px;
	left : 0px;
	width : 170px;
	margin-left : 5px;
        margin-right: 5px;
	margin-top : 0px;
	color : #000000;
	padding : 5px;
        font: 10pt verdana;
}

#rightnavigation {
	position : absolute;
        right: 0px;
	top : 140px;
	width : 150px;
	padding-left : 5px;
	z-index : 3;
	color : #000000;
	padding : 5px;
        font: 10pt verdana;
}

#content {
  top : 0px;
  margin : 0px 180px 10px 230px;
  padding : 5px;
  color : #000000;
  font: 10pt  verdana;
  background: #E8E8E8;
  overflow: hidden;
}

#blockquote {
      background: black;
      color: white;
      text-align: center;
      font: 10pt verdana;
      font-weight: bold;
    }

