	body {
	margin:0px;
	padding:0px;
	top: 0px;
	background-color: #FFFFFF;
		}

	#container {
	border-bottom: 1px solid #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 62px;
	background-image: url(../images/grayscale.jpg);
	background-repeat: repeat;
		}

	#rsscontainer {
	border-bottom: 1px solid #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 40px;
	background-image: url(../images/grayscale.jpg);
	background-repeat: repeat;
		}

			
	#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 4px;
	color: #666633;
	margin-top: 10px;
	height: 50px;
	background-position: top;
		}
		
	.footer a:link {
	color: #333300;
	text-decoration: none;
		}
		
	.footer a:visited {
	color: #333300;
	text-decoration: none;
		}		
		
	.footer a:hover {
	color: #333300;
	text-decoration: underline;
		}
		
	.footer a:active {
		}				


	p,h1,pre {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 5px;
	color: #333333;
		}
		
	p a:link {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
#	text-transform: capitalize;
	}
	
	p a:visited {
	text-decoration: none;
	color: #990000;
	}
	
	p a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
	p a:active {
	}		
		
	h1 {
	font-size:15px;
	text-transform: lowercase;
	color: #999999;
	margin: 0px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-bottom: 10px;
		}
		
	#list {
	font-size:11px;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-image: url(../images/list.gif);
	text-align: left;
	}


	h2 {
	font-size:15px;
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-weight: normal;
	}



	h2 a:link {
	color: #990000;
	text-decoration: none;
#	text-transform: capitalize;
	}

	h2 a:visited {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	}

	h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

	h2 a:active {
	}		
		
	h3 {
	font-size:13px;
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	padding-bottom: 0px;
	text-transform: capitalize;
	}

	h4 {
	font-size:18px;
	color: #990000;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-weight: normal;
	}

  p.left {
    text-align: left;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  p.right {
    text-align: right;
    padding-bottom: 0px;
    padding-right: 8px;
  }

  p.homepage {
    font-weight: normal;
    color: #999999;
    text-decoration: none;
  }
	
  a.homepage:visited {
    text-decoration: none;
    color: #990000;
  }
	
  a.homepage:hover {
    color: #CC0000;
    text-decoration: underline;
  }

  ul, li{
        margin:0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: left;
        line-height: 16px;
#        padding-left: 20px;
#        padding-bottom: 0px;
#        padding-right: 5px;
        color: #333333;
        padding 2 0 0 10;
  }

        li a:link {
        font-weight: normal;
        color: #990000;
        text-decoration: none;
        text-transform: none;
        }

         li a:visited {
        text-decoration: none;
        color: #990000;
        }

        li a:hover {
        color: #990000;
        text-decoration: underline;
        }



#lightbox{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border: none; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }
#imageContainer{
        padding: 10px;
        }

#loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
        width: 49%;
        height: 100%;
        background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        overflow: auto;
        width: 100%     
        }

#imageData{     padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }                       
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; margin-bottom: 2px; }       
                
#overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000;
        }

