/*
CSS for Tents and Rents - Party Tent Rental White Salmon Hood River Portland Oregon Washington
*/



#header, #header2, #sitebranding, #sitebranding2, #navigation, #tagline, #taglineprice, #taglinepictures, #bodycontent
{
  position: absolute;
}

#header
{
  top: 115px;
  left: 5px;
}

#sitebranding, #sitebranding2
{
  top: 190px;
}

#sitebranding
{
  left: 5px;
}

#sitebranding2
{
  left: 324px;
}

#bodycontent
{
  top: 416px;
  left: 200px;
  padding-left: 1em;
}

#navigation
{
  top: 424px;
  left: 5px;
}

#tagline
{
 top: 165px;
}

#taglineprice
{
 top: 165px;
}

#taglinepictures
{
  top: 165px;
}

body {
   font-family: sans-serif;
   background-color: #eeeed1;
}

li {
   font-size: small;
}


h1 {
   color: white;
   background: black;
   padding-left: 9.75em;
   padding-right: 9.75em;
   padding-top: .2em;
   padding-bottom: .2em; 
}

  


#tagline {
   left: 5px;
   padding-left: 21em;
} 

#taglineprice {
  padding-left: 5em;
  left: 5px;
}

#taglinepictures {
   left: 5px;
   padding-left: 16em;
}

a {
  font-weight: bold;
  color: black;
}

a:hover {
   color: red;
}

#navigation {
  width: 200px;
  background-color: #cc9900;
}