div.container	{	
    width: 240px;
}

div.menuitem	{
    background: url(/awol/images/menuItemBg-240.jpg);
    width: 100%;
    height: 34px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.menulink	{
    padding-left: 24px;
    padding-top: 10px
}

div.navbar {
    background: url(/awol/images/windowTitleBg-240.jpg);
    width: 240px;
    height: 34px;
}

div.navcontents {
    color: white;
    font-family: "Arial";
    font-size: 11pt;
    font-weight: bold;
    padding-top: 9px;
    margin-left: 40px;
}

.big_divider {
    height: 3em;
}

div.bigmenuitem	{
    background: url(/awol/images/menuBigItemBg-240.jpg);
    width: 100%;
    height: 54px;
    margin-top: 2px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.bigmenulink a {
    color: white;
    text-decoration: none;
    padding-top:18px;
    padding-left:5px;
    display: block;
}

/* NEW CLASSES FOR PHOTOS & THUMBNAILS */

div.img_thumbnail {
    height: 80px;
    width: 80px;
    overflow: hidden;
    float: left;
}

div.morethumbs {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    height: 45px;
    padding-top: 12px;
}

div.photodescription {
    position: relative;
    top: -30px;
    height: 0;
    text-align: center;
}

/* END NEW CLASSES FOR  PHOTOS & THUMBS  */
