body { 
    background-color: #000000; 
    font: 100% Arial, Helvetica, sans-serif;
    color: #CCCCCC; 
    margin-top: 20px;
}

#header {
    background-color: #333333;
    color: #f6b427;
    margin: 0px;
    z-index: 15;
   /* width: 100%; */
}

.navlinks {
    position: absolute;
    right: 10px;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.navlinks a:link, .navlinks a:visited {
    color: #f6b427;
    text-decoration: none;
}

.navlinks a:hover {
    color: #CCCCCC;
}

#navlinkstop {
    top: 10px;
}

#navlinksbottom {
    top: 16px;
}

#header h1 {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 6px;
    margin: 0px;
    height: 20px;
    font-weight: bolder;
}

#copyright {
    background-color: #000000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    z-index: 15;
    color: #333333; 
}

#copyright a:link, #copyright a:visited {
    text-decoration: none;
    color: #333333; 
}

#copyright a:hover {
    color: #f6b427;
}

#photos {
    left: 50%;
    width: 900px;
    margin-left: -450px;
    top: 50%;
    margin-top: -300px;
    position: absolute;
    border: 1px solid #333333;
}

img.thumb {
    border: 0px solid black;
    margin: 0px;
    opacity: .33;
    filter: alpha(opacity=33);
    z-index: 10;
}

img.thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#content, .imginfo {
    background-color: #333333;
    position: absolute;
    bottom: 75px;
    right: 75px;
    width: 375px;
    height: 375px;
    z-index: 20;
    overflow: auto;
}

.imginfo {
    display: none;
}

#content div, .imginfo div {
    padding: 10px;
}

#content div.text {
/*    text-align: justify; */
}

.title {
    color: #CCCCCC;
    background-color: #000000;
    font-weight: bolder;
}

p {
    margin-top: 0px;
}

.text a:link, .text a:visited {
    color: #f6b427;
    text-decoration: none;
}

.text a:hover {
    color: #CCCCCC;
}

.flickrtxt {
    color: #666666;
    font-style: italic;
    margin-top: 10px;
}

#thumbs {
	height: 525px;
}
