/* CSS Document */

body {
background: #333;
margin: 0;
padding: 0;
text-align: center;
}

div#footer{
width: 800px;
background: #333 url(../img/bottom-shadow.gif) top left no-repeat;
height: 50px;
margin: 0px auto 20px auto;
}
ul#menu{
clear: both;
margin: 5px 20px 0px 21px;
padding: 0;
list-style: none;
font: 11px/25px Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: .05em;
border-top: 1px solid #000;
border-right: 1px solid #000;
text-align: left;
background: url(../img/navbg.gif) top left repeat-x;
height: 25px;

}

ul#menu li{
float: left;
display: block;
height: 25px;
width: 149px;
border-top: 1px solid #DDE5FF;
border-right: 1px solid #000;
border-left: 1px solid #DDE5FF;
border-bottom: 1px solid #000;
margin: 0;
padding: 0;
}


ul#menu li a{
color: #DDE5FF;
text-decoration: none;
padding-left: 10px;
}

ul#menu li a:hover{
color: #6794F7;
text-decoration: none;
padding-left: 10px;
}

.imgright{
margin: 8px 10px 10px 0px;
float: right;
width: 220px;
}

.imgleft{
margin: 8px 0px 10px 10px;
float: left;
width: 220px;
}
.photoborder{
border: 1px solid #006;
margin: 0px 10px 10px 10px;
}
.linebreak {
height: 20px;
width: 95%;
margin: 0px 0px 20px 20px;
border-bottom: 1px #ABB1C6 solid;
clear: both;
}
