@charset "UTF-8";
/* CSS Document */

body {
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #231F20;
background-color: #840000;
text-align: justify;
} 

a:link, a:visited, a:active {
font-weight: bold;
text-decoration: none;
color: #404040;
}

a:hover {
font-weight: bold;
text-decoration: underline;
}

img {
border: none;
}

h2 {
font-size: 18px;
color: #404040;
text-align: left;
padding: 0;
margin: 0;
}

#wrapper {
width: 940px;
margin-right: auto;
margin-left: auto;
}

#header {
width: 940px;
height: 150px;
background-image: url(images/header.png);
}

#bio_photo {
width: 248px;
height: 410px;
margin-bottom: 10px;
background-image: url(images/rachel_photo.jpg);
background-position: 0 -10px;
}

#middle {
width: 821px;
padding-left: 60px;
padding-right: 59px;
padding-top: 10px;
background-image: url(images/middle.png);
padding-bottom: 35px;
float: left;
}

#left {
width: 247px;
padding: 10px;
background-color: #E8E5D1;
float: left;
}

#center {
width: 257px;
margin-left: 15px;
float: left;
}

#right {
width: 247px;
padding: 10px;
background-color: #E8E5D1;
float: right;
}

#pdf_download {
height: 85px;
width: 220px;
background-image: url(images/pdf_download.png);
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}

#footer {
width: 900px;
height: 45px;
background-image: url(images/footer.png);
clear: both;
font-size: 10px;
text-align: right;
color: #fff;
padding-right: 40px;
padding-top: 10px;

}