/* CSS Document */

#header {
width:100%;
height:653px;
background-color:#4271bd;
background-image:url(images/head-bg.jpg);
background-repeat:repeat-x;
}

#title {
width:980px;
height:138px;
margin:0 auto;
}

#photo {
width:auto;
background-image:url(images/abbey.jpg);
background-position:center;
background-repeat:no-repeat;
margin:0 auto;
height:515px;
}

#content{
width:980px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}