/*This is the style shhet for my bike pages*/
body {
background-color: #c9ffa2;
color: #000000;
font-family: sans-serif;
}
a:link {
color: red;
}
a:visited {
color: gray;
}

#main-content {
margin-left: 200px;
}

#navbar {
position: absolute;
border-top: 1px #000000 solid;
top: 0px;
left: 0px;
width: 180px;
text-align: center;
}
#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
border-bottom: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
text-decoration: none;
padding: 3px;
/*padding-top: 3px;
padding-bottom: 3px;*/
}
#navbar a:hover {
background-color: #dedede;
}

#footer {
height: 108px;
/*background-image: url(http://banners.wunderground.com/banner/infoboxtr_both/US/VT/Burlington.gif);*/
background-repeat: no-repeat;
background-position: left top;
}

