/*this is the core style sheet of the site.*/


body { 
background-image: url(images/dougpage-bg.png);
background-color: #ffebcd;
color: #666666;
font-family: verdana, sans-serif;
font-size: 1em;
margin: 0;
}
h1{
font-size: 1.2em;
text-align: right;
font-style: italic;
letter-spacing: 5px;

}
h2{
font-size: 1.1em;
text-decoration: underline;
}
p{
font-size: 0.8em;
text-align: justify;
line-heigth: 1.7em;
}
p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
}
a:link {
color: #666666;
background-color: ffda91;
text-decoration: none;
}
a:visited {
color: #666666;
background-color: none;
}
a:hover {
background-color: none;
}
a:active {
background-color: none;
}

#header {background-color: #faf0e6;
border-bottom: solid #000000 1px;
padding-left: 125px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px:
}

#header p {
font-size: .6em;
}

#content {
position: relative;
width: 779px;

}

#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
}

#navbar ul li {
list-style-type: none;
padding: 0;
margin: 0;
}

#navbar ul{
margin: 0;
padding: 0;}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #000000;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
background-color: #B2AC94;
}


#navbar ul li a:hover {
background-color: #9C957E;
}

#navbar ul li a:active {
background-color: #D7D5C7;
}

#account_features ul {
list-style-type: none;
text-decoration: none;
font-weight: bold;
margin: 1em;
}

#main-text {
background-color: #Faf0e6
;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
border-bottom: solid #000000 1px;
margin-left: 198px;
padding: 10px;
}

#outer-image { height: 130px;
background-image: url(images/MetalGalvanized.jpg);
background-position: center top;
}
#inner-image{height: 130px; width: 500px;
background-image: url(images/BOLTS.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;
}


div.float {
  float: left;
padding: 10px;
  }
  
div.float p {
   text-align: center;
   }


dl.margins-removed
{
margin: 0;
padding: 0;
}

.margins-removed dt
{
margin: 0;
padding: 0;
font-weight: bold;
}

.margins-removed dd
{
margin: 0 0 1em 0;
padding: 0;
}