﻿
body
{


background-color:#F0FFF0;

}

  #footer
  {
  	text-align:center;
  	color:Green;
  }

   #header
 {
 	position :absolute;
 	top:15px;

 	width:800px;
 	height:75px;
    background-color:white;

 }
 #leftnav
 {
 	position:absolute;
   top:91px;

   width:100px;
   height:1040px;
   background-color :#E0FFFF  ;
 	
 }
 #Seattle
 {
 	position:absolute;
 	top:81px;
 	left:100px;
 	width:700px;
 	height:150px;
   
 }
   #placeholder
  {
  	position:absolute;
  	top:350px;
  	left:110px;
  	width:700px;
  	height:1135px;
  	background-color:White;
  }
 #footer
 {
 	position:absolute;
 	top:1515px;
 	
 	width:800px;
 	height:29px;
 	text-align:center;
 	background-color:#F0FFF0 ;
 }
 a:link
{
text-decoration:none;

}
a:visited
{

text-decoration:none;
}
a:hover ,a:active
{
text-decoration:underline;
}

#navbar ul  
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 700px;
    float:left;
    background: #FAA819 url(images/mainNavBg.gif) repeat-x;
}

#navbar li 
{
    float:left;
}

#navbar a 
{
      padding: 0 2em;
  line-height: 2.1em;
  background: url(images/mainNavBorder.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

#navbar a:hover {
  color: #333;
}


#navbar .first a {
  background: none;
}
 