body {
        background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
        margin:0;
        padding:0;
        font-family:arial,  helvetica, sans-serif;
        font-size:9pt;
        color:#333;
}

#container {
        width:760px;
        margin:20px auto 20px auto;
        border:1px solid #000;
        background:#fff;
}

#header {
        height:80px;
        background:url(images/header2.jpg);

}


#header h1 {
        color:#fff;
        font-size:22pt;
        margin:0;
        padding:40px 10px 10px 10px;
}

#content {
        width:600px;
        padding:10px;
        float:right;
        color:#244871;
}

#content h1, h2, h3, h4 {
        margin:0;
        padding:0;
        font-family:verdana;
        font-weight:normal;
}

#content h2 {
        color:#353949;
        font-size:14pt;
        border-bottom:1px solid #ccc;
}

#content h3 {
        color:#333;
        font-size:12pt;
}

#photos {
        width:428px;
        height:224px;
        margin:10px auto 10px auto;
        position:relative;
        padding:10px;
        background:#f2f7e9;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}



.imgbox {
        width:75px;
        height:75px;
        border:1px solid #77A13D;
        background:#f1f1f1;
        margin:15px;
        float:left;
        display:inline;
}



ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 120px;
        }


ul li {
        position: relative;
        }

li ul {
        position: absolute;
        left: 120px;
        top: 0;
        display: none;
        }

ul li a {
        display: block;
        text-decoration: none;
        color: #777;
        background: #fff;
        padding: 5px;
        border: 1px solid #ccc;
        border-bottom: 0;
        }

li:hover ul { display: block; }

#footer {
        clear:both;
        border-top:1px solid #000;
        background:#77a13d;
        padding:10px;
        color:#fff;
        font-size:8pt;
        text-align:center;
}

a {
        color:#060;
        font-weight:bold;
}

a:hover {
        background:#FFFFDD;
}