		html {
			height: 100%;
		}
		    body {
		        font-family: Century Gothic, Arial, Helvetica;
		        height: 100%;
		        width:100%;
		        margin: 0px;
		        background-color: white; }
		        
		    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: 100%;
		        vertical-align: top;
		        text-align: center;
		        margin-bottom: 20px;
		        margin-top: 20px;
		        background-color: white;}
		        
		    #navigation {
		        width:225px;
		        height:100%; }
		        
		        #navigation td {
		          text-align: right;
		        }
		        #navigation .link {
		            display: block;
		            font-family: century gothic, helvetica, sans-serif; 
		            color: #444444; 
		            text-decoration: none; 
		            text-transform: uppercase; 
		            font-size: 11px;
		            text-align: right;
		            margin-bottom: 10px;}

    		        #navigation .link:hover {
    		            color: black; }
		        
		    #content {
		        width: 100%;
				    height: 723px;}
		        
		        #content div {
		            color: #474747;
		            text-align: justify;
		            font-size: 12px;
		            padding-left: 100px;
		            padding-right: 100px; }
		        
                #gallery {
                    height:100%;
                    width: 100%;
                    display: none;}
                    
                    #gallery td {
                        text-align: center;
                        width: 100%;}
                    
                    #galleryNav {
                        height: 70px;
                        vertical-align: middle;
                        text-align: center; }
                        
                    #galleryNav img{
                        cursor: pointer;}
                        
		            #photoInfo {
		              width: 864px;
		              margin-left: 20px;
		              margin-right: 20px;
		            }

		                #photoInfo td {
		                    vertical-align: top; }

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

	#siteBy {
	  clear: both;
	  width: 100%;
		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;
	}
