body { 
    text-align: center; 
    font-size: 11px;
    background-color: #000;
    background-position: 0 0;
    background-repeat: no-repeat;
}
h1, h2, h3, p, a, IMG { margin: 0; padding: 0; }

h1 {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 5px 0px;
}
h2 {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 0 12px;
}
p { 
    font-family: Verdana, sans-serif;
    font-size: 11px;
}
UL {
    font-family: Arial, sans-serif;
    font-size: 1em;
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
}
.note { color: #666; }
.colA {
    padding: 0 5px 0 12px;
    font-family: Verdana, sans-serif;
    font-size: 1.1em;
    color: #000;
    text-align: center;
}

#myContainer {
    background-color: transparent;
	position: absolute;
	top: 60px;
	left: 60px;
	width: 702px;
	height: 560px;
	border: 0px none;
	visibility: visible;
    overflow: visible;
    border: 0px none;
}


#myContBG {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 700px;
    height: 500px;
    background-color: #FFF;
    filter:alpha(opacity=62);-moz-opacity:.62;opacity:.62;
}
#myContInner {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 700px;
    height: 500px;
    background-color: transparent;
    filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
    border: 1px solid #000;
}
    #header {
        z-index: 102;
        position: absolute;
        left: -50px;
        top: -50px;
        width: 244px;
        height: 180px;
        display: block !important;
        display: none;
    }
    #headerBG {
        z-index: 101;
        position: absolute;
        left: -56px;
        top: -25px;
        width: 244px;
        height: 180px;
        overflow: hidden;
        display: none !important;
        display: block;
    }
    #mailList {
        z-index: 99;
        position: absolute;
        left: 163px;
        top: 6px;
        width: 244px;
        height: 14px;
        overflow: hidden;    
        background-color: transparent;
        text-align: left;
    }
        .mail_list {
            font-family: verdana;
            font-size: 9px;
            color: #333;
        }
        A.mail_list {
            font-family: verdana;
            font-size: 9px;
            color: #333;
            text-decoration: none;
        }
        A.mail_list:HOVER {
            color: #C10016;
        }
    #pageTitle {
        z-index: 98;
        position: absolute;
        left: 485px;
        top: 50px;
        width: 200px;
        height: 50px;
        overflow: hidden;    
        background-color: transparent;
        text-align: right;
    }

    #navBG {
        z-index: 1;
        position: absolute;
        left: 150px;
        top: 20px;
        width: 550px;
        height:14px;
        margin: 0px 0 0 0;
        background-color: #000;
        text-align: left;
    }
    #nav {
        z-index: 98;
        position: absolute;
        left: 150px;
        top: 20px;
        width: 550px;
        height:14px;
        margin: 0px 0 0 0;
        background-color: transparent;
        text-align: left;
    }
    #nav .nav {
        z-index: 100;
        font-family: Arial, sans-serif;
        font-size: 1em;
        color: #fff;
        font-weight: bold;
        margin: 0 0 0 0px;
    }
    #nav .nav a {
        z-index: 200;
        font-family: Arial, sans-serif;
        font-size: 1.1em;
        color: #fff;
        text-decoration: none;
        padding: 0 5px 0 0;
        font-weight: bold;
    }
    #nav .nav a:hover {
        color: #ccc;
        text-decoration: underline;
    }
    #nav .nav_active {
        color: #ccc;
        text-decoration: underline;
    }
    #nav A.nav_active {
        color: #ccc;
        text-decoration: underline;
    }
    #nav A.nav_active:HOVER {
        color: #ccc;
        text-decoration: underline;
    }
    
    #content {
        z-index: 1;
        position: absolute;
        display: block;
        top:0;
        left: 0;
        width: 700px;
        height: 500px;
    }
        #colApre {
            position: absolute;
            z-index: 50;
            top:74px;
            left: 0;
            width: 145px;
            height: 15px;
            background-color: #FFF;
           
        }
        
        #colA {
            position: absolute;
            top:88;
            left: 0;
            width: 145px;
            height: 410px;
            background-color: #FFF;
            padding: 0 0 0 0;
            margin: 0;
            overflow: auto;
        }
        #colB {
            position: absolute;
            top:90px;
            left: 155px;
            width: 500px;
            height: 400px;
            background-color: transparent;
            padding: 0 0 0 20px;
            margin: 0;
            overflow: auto;
            text-align: left;
        }
            #colB P {
                font-size: 1.1em;
				padding: 0 10px 0 0;
            }
            #colB A {
                color: #C10016;
            }
            #colB A:HOVER {
                text-decoration: none;
            }
    #footer {
        z-index: 99;
        position: absolute;
        display: block;
        visibility: visible;
        top: 500px;
        left: 0px;
        width: 700px;
        height: 30px;
        border: 1px solid #000;
        background-color: #000;
        font-size: .9em;
        color: #999;
    }
    .footer_text {
        font-family: verdana;
        font-size: 9px;
        color: #999;
    }
    A.footer_text {
        font-family: verdana;
        font-size: 9px;
        color: #999;
        text-decoration: none;
    }
    A.footer_text:HOVER {
        color: #FFF;
    }
    
        #footerL {
            position: absolute;
            top: 8;
            left: 0;
            width: 300px;
            height: 20px;
            background-color: transparent;
            text-align: left;
        }
        #footerR {
            position: absolute;
            top: 8px;
            left: 200px;
            width: 500px;
            height: 20px;
            background-color: transparent;
            text-align: right;
        }

    #photo_credit {
        z-index: 99;
        position: absolute;
        display: block;
        visibility: visible;
        top: 533px;
        left: 500px;
        width: 200px;
        height: 14px;
        background-color: transparent;
        font-size: .9em;
        color: #999;
        text-align: right;
    }
    .photo_text {
        font-family: verdana;
        font-size: 9px;
        color: #333;
    }
    A.photo_text {
        font-family: verdana;
        font-size: 9px;
        color: #333;
        text-decoration: none;
    }
    A.photo_text:HOVER {
        color: #FFF;
    }

.thumb { width: 100px; height: 100px; margin: 3px; border: 1px solid #000; }
