body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
line-height: 1.5em;
font-weight: normal;
background-color: #FFF6CF;
}

#container {
   position: relative;
        width: 950px;
        margin: 0px auto;
    }
    
  
  #banner {
height: 50px;
text-align: center;
border-bottom-width: 10px;
border-bottom-style: none;
background-image: url(assets/pence.jpg);
background-repeat: no-repeat;
}

  
#navigation {
height: 50px;
width: 950px;
padding: 0px;
margin: 20px 0px 0px;
}
  
  
#navigation ul {
font: normal 14px/16px Georgia, Times New Roman, Times, serif;
font-style: italic;
text-align: center;
margin: 10px 220px;
padding-left:0px;
list-style: none;
width: 950px;
}

#navigation ul li {
float: left;

}

#navigation ul a {
padding: 0 2em;
text-decoration: none;
color: #794A21;
}

#navigation ul.first a {
background:none;
}

#navigation ul a:hover {
color: #D38B44;

}

 div#first {
        position: absolute;
        top: 200;
        left: 0;
        background-color: #FFF6CF;
        float: left;
        width: 180px;
        padding: 0px;
       margin: 50px 20px;
    }
    
     
    div#first a{
	text-decoration: none;
	color:  #5C3317;
	font-size: 1.1em;
    font-family:Georgia, Times New Roman, Times, serif; 
    padding-top:0px;
	padding-bottom:0px;
}

div#first a:hover {
color: #960;
}
    
    div#first img {
            float: left;
            border:none;
            padding:0px;
}


	div#second {
        position: absolute;
        top: 200;
        left: 225px;
        background-color: #FFF6CF;
        width: 245px;
        padding:0px;
        margin: 10px 10px;
    }
    
    
    div#second h3{
           font-family: Arial, Helvetica, sans-serif;
           font-size: 1.1em;
           vertical-align: text-top;
           letter-spacing: 0.2em;
           color: #000066;
           
}

  
    
    div#second a{
	text-decoration: none;
	color:  #5C3317;
	font-size: 1.1em;
    font-family:Georgia, Times New Roman, Times, serif; 
    font-weight: bold;
    padding-top:0px;
	padding-bottom:0px;
}

div#second a:hover {
color: #960;
}

div#second img {
            border: 0px;
            margin: 0px;
            padding: 0px;
}





    div#third {
        position: absolute;
        top: 200;
        left: 500px;
        background-color: #FFF6CF;
        width: 225px;
        padding: 0px;
         margin: 10px 10px;
    }
    
     div#third h3{
           font-family: Arial, Helvetica, sans-serif;
           font-size: 1.1em;
           vertical-align: text-top;
           letter-spacing: 0.2em;
           color: #000066;
           
}
    
    
     div#third a{
	text-decoration: none;
	color:  #5C3317;
	font-size: 1.1em;
    font-family:Georgia, Times New Roman, Times, serif; 
    font-weight: bold;
    padding-top:0px;
	padding-bottom:0px;
}


div#third a:hover {
color: #960;
}

div#third img {
            border: 0px;
            margin-bottom: 0px;
}















