#maincontainer  
{
    margin: 32px auto;
    border-width: 0px;
    width: 1000px;
    height: 700px;
    padding: 0px;
    
    }     
         
    
    #main
    {  
        height: 100%;
        width: 826px;
        float: left;
	  }

	#pslc
	{
	  width: 826px; 
	  height: 30px;
	  background-color: #BDA671;
	  border-top: 1px solid;
	  border-right: 1px solid;
	  }

	  #psl
	  {
	    float: right;
	    width: 120px;
	    margin-top: 1px;
	    margin-right: 5px;
	    padding-top: 4px;
	    height: 28px;
	    }
	
	  #psl:hover
	  {
	    background-color: rgb(161,144,113);
	    border-bottom: 1px solid;
	    border-right: 1px solid;
	    margin-right: 4px;
	    }
		
	  #pslselect
	  {
	    float: right;
	    width: 120px;
	    margin-top: 1px;
	    margin-right: 5px;
	    padding-top: 4px;
	    height: 28px;
	    background-color: rgb(161,144,113);
	    border-bottom: 1px solid;
	    border-right: 1px solid;
	    }
	  
	  #pslselect A
	  {
	    color: black;
	    font-weight: bold;
	    text-decoration: none;
	    }

	  #pslselect A:hover
	  {
	    text-decoration: underline;
	    }

	  #psl A
	  {
	    color: black;
	    font-weight: bold;
	    text-decoration: none;
	    }

	  #psl A:hover
	  {
	    text-decoration: underline;
	    }

	#leftside
	{
	  margin-top: 10px;
	  margin-left: 10px; 
	  margin-right: 5px;
	  text-align: justify; 
	  width: 380px; 
	  float: left; 
	  }  

   	#rightside
    	{
	  margin-top: 10px;
	  margin-left: 5px;
	  text-align: justify; 
	  width: 380px; 
	  float: right; 
	  } 

    #albumcomments
    { 
	margin-top: 10px; 
        border: 0px solid rgb(91,117,66);
        padding: 0px;
        float: right;
        width: 300px;
	text-align: left;
        }
    
        #ac p
	{
	    text-align: justify;
	    padding:0px;
	    margin:0px;
	    }
            
     #albums
     {
	margin-top: 10px;
	border:0px solid;
        float:left;
        width: 404px;
        margin-left: 85px;
	float: left;
	margin-bottom: 10px; 
	}    
 
        #albumtumbs
        {
            height: 71px;
	    width: 270px;
	    margin-left: 65px;
	    float: left
            }
	      
        #albumtitles
        {
            font-size: small;
	    width: 270px;
            font-style: italic;
            font-weight: bold;
            height: 36px;
	    margin-left: 65px;
	    float: left;
            }
	#PhotoGalleryCaption 
        {
           margin-top: 30px;
	   text-align: center; 
           border: rgb(189,166,113) 2px solid; 
	   border-style: inset; 
	   background: rgb(178,190,150);
	   width: 400px; 
	   height: 20px;
	   float: left;
           }

    #photomenu
    {
	margin-top: 10px;  
        border: 0px solid rgb(91,117,66);
        padding: 0px;
        float: right;
        width: 248px;
	text-align: left;
	text-align: center;
        }
	
	h3
	{
	   margin-top: 0px;
	   }

        #sublinks
        {
            height: 151px;
            }

        #Tumbnails
        {
            height: 73px;
            margin-top: 20px;
            }

#footer 
{   
    height: 92px;
    background-color: #BDA671;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    text-align: center;
    }

#backlinks
{
    height: 67px;
    margin-top: 20px;
    padding-top : 20px;
    text-align:left;
    background-color: rgb(227, 230, 180);
   }
  
