        .totalBody {
            position: relative;
            width:    100%;
        }

        #maincontainer {
            width:  100%;
            margin: 0 0 0 0;
        }

        #contentwrapper {
            float: left;
            width: 100%;
        }

        /* GALLERY STYLES */

        .gallerycontainer {
            background: url(../../../images/photos/camera.gif) no-repeat 115px 22px;
				position: relative;
            height: 460px;
				width: 550px;
        }

        .gallerycontainer .text {
            font-size:     11px;
            margin-bottom: 10px;
        }

        .gallerycontainer a,.gallerycontainer a:link,.gallerycontainer a:visited {
            font-weight: normal;
        }

        .gallerycontainer li, .gallerycontainer ul {
            list-style-type: none;
            margin:          0;
            padding:         0;
        }

        .thumbnail:visited, .thumbnail:LINK {
            background-color: transparent;
            text-decoration: none;
        }
        .thumbnail img {
            border: 2px solid #333;
            width:  48px;
            height: 36px;
            text-decoration: none;
        }

        .thumbnail1 img {
            margin: 0 0 20px 0;
            text-decoration: none;
        }
        
        .thumbnail2 img {
            margin: 0 30px 0 0;
            text-decoration: none;
				color: Red;
        }

        .thumbnail:hover {
            background-color: transparent;
            text-decoration: none;
        }

        .thumbnail:hover img {
            border: 2px solid #999;
            text-decoration: none;
        }

        .thumbnail span {
            position:       absolute;
            left:           -2000px;
            visibility:      hidden;
            text-decoration: none;
        }

        .thumbnail:hover span img {
            margin: 22px 0 5px 0;
            border: 2px solid #333;
            height: 460px;
            width:  550px;
            text-decoration: none;
        }

        .thumbnail:hover span {
            visibility: visible;
            top:        0;
            left:       115px;
            z-index:    50;
            font-size:  12px;
            color:      #333;
            text-decoration: none;
        }

        /* NAVIGATION STYLES */

        #navlist {
            padding:       3px 0;
            margin:        0 0 10px 0;
            border-bottom: 1px solid #333;
            font:          bold 12px Verdana, sans-serif;
            text-align:    center;
        }

        #navlist li {
            list-style: none;
            margin:     0 5px 0 0;
            display:    inline;
        }

        #navlist li a {
            padding:         3px 0.5em;
            border:          1px solid #333;
            border-bottom:   none;
            background:      #999;
            outline:         none;
            text-decoration: none;
        }

        #navlist li a:link {
            color: #fff;
        }

        #navlist li a:visited {
            color: #fff;
        }

        #navlist li a:hover {
            color:         #fff;
            background:    #333;
            border-color:  #333;
            border-bottom: 1px solid #333;
        }

        #navlist li a#current {
            color:         #666;
            background:    #fff;
            border-bottom: 1px solid #fff;
        }

        /* GLOBAL STYLES */

        a.photo,a.photo:link,a.photo:active,a.photo:visited {
            color:           #666;
            outline:         none;
            font-weight:     bold;
            text-decoration: none;
        }

        a.photo:hover {
            color:           #999;
            text-decoration: none;
        }

        h1 {
            font-weight: normal;
            font-size:   23px;
            color:       #999;
            margin:      0 0 0 0;
            padding:     0 0 0 0;
            height:      35px;
        }

        h2 {
            font-weight: normal;
            font-size:   17px;
            margin:      0 0 10px 0;
        }

        .copyright {
            font-size:  11px;
            text-align: center;
            position:absolute; 
            bottom:10px;
            width: 100%;
        }
