/* CSS Document */

body{
background:#0D5863;
margin:0px;
font-family:arial;
font-size:12px;
}

#container{
width:720px;
background:#fff url(images/containerbg.jpg) repeat-y;
margin:0px auto;
}

#header{
width:700px;
margin:0px auto;
height:128px;
background:#fff url(images/headerbg.jpg) repeat-y;
}

#content{
width:670px;
margin:0px auto;
padding:15px;
}

#footer{
width:720px;
margin:0px auto;
height:30px;
text-align:center;
font-size:10px;
background:#fff url(images/footerbg.jpg) repeat-y;
}


.column{
width:150px;
border:1px solid #999;
background:url(images/columnbg.jpg) top center no-repeat;
padding:4px 5px;
margin:5px 0px 20px 50px;
float:left;
display:inline;
font-size:11px;
height:230px;
}

.heading{
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#0D5863;
}

.column .heading{
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-align:center;
color:#fff;
font-style:italic;
padding:0px;
margin:2px 0px;
}

.photo{
padding:4px;
border:1px solid #ccc;
margin:10px 15px 10px 34px;
width:266px;
float:left;
display:inline;
}
