/* CSS Document */
div{
padding:none;
margin:none;
border:none;
}

#header{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#082c38;
background-image:url(images/BrookeAndSon_02.jpg);
background-repeat:no-repeat;
}
#container{
border:#990066 solid 2px;
}

#body{
background-image:url(images/body_middle.jpg);
background-repeat:no-repeat;
background-position:top;
}

#body2{
background-image:url(images/body2.jpg);
background-repeat:no-repeat;
background-position:top;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#082c38;
}
h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#082c38;
}


#text{
position:relative;
right:5px;
top:5px;
width:425px;
height:325px;
}

#text_long{
position:relative;
top:29px;
width:450px;
height:375px;
overflow:auto;
}

#text p{
color:#082c38;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}


a img{
border:none;
}

p.footer, p.footer a{
color:#999999;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-decoration:none;
}

ul{
position:relative;
bottom:5px;
}
li{
position:relative;
right:15px;
}

