		html {
			height: 100%;
		}
		    body {
		        font-family: Century Gothic, Arial, Helvetica;
		        height: 100%;
		        width:100%;
		        margin: 0px;
		        background-color: #212121; }
		        
		    a {
		        color: #8E8E8E }

            table {
                border-collapse: collapse; }		        

            td, th {
                padding: 0px; }
                
            img {
                border: none; }        

		    #positioner {
		        height: 100%;
		        width: 100%;
                vertical-align: middle;
		        text-align:center; }
		        		        
		    #viewWindow {
		        height: 725px;
		        width: 870px;
		        vertical-align: top;
		        text-align: center;
		        margin-bottom: 20px;
		        margin-top: 20px;
		        background-color: white;
		        border: 1px solid black;}
		        
		    #navigation {
		        width:173px;
		        height:100%;
		        background-color: #D9D9D9; }
		        
		        #navigation td {
		            padding-left: 6px;
		            padding-right: 6px; 
					background-image: url('images/navigation.background.gif'); }
		            
		        #navigation .link {
		            cursor: pointer;}
		        
		    #content {
		        border-left: 1px solid #212121 !important;
		        width: 697px;
				height: 723px;}
		        
		        #content div {
		            color: #474747;
		            text-align: justify;
		            font-size: 12px;
		            padding-left: 100px;
		            padding-right: 100px; }
		        
                #gallery {
                    height:100%;
                    display: none;}
                    
                    #gallery td {
                        text-align: center; }
                    
                    #galleryNav {
                        height: 70px;
                        vertical-align: middle;
                        text-align: center; }
                        
                    #galleryNav img{
                        cursor: pointer;}
                        
		            #photoInfo {}

		                #photoInfo td {
		                    vertical-align: top; }

		                #photoName {
		                    font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
		                    font-size:12px;
		                    color: #8E8E8E;
		                    border: none; }

	#siteBy {
		position: absolute; 
		top: 0px; 
		right: 0px; 
		font-family: 'Century Gothic', Arial, Helvetica; 
		color: #444444;
		font-size: 0.7em;
	}

	#siteBy a {
		color: #666666;
		text-decoration: none;
	}

	#siteBy a:hover {
		text-decoration: underline;
	}