

/* central column for 3 col page */
.photoline {
        float:left;
        clear:both;
        width:700px; 
        	
}
.PN {
	float:left;
        width:640px;
	height:240px;
        border:ridge;
        border-width:1px;
        border-color:rgb(139,139,139);
      	font-size:0.80em;
	text-align:center;
      	margin-left:53px;
        margin-top:10px;
        margin-bottom:10px;
 	display:inline;
}
.PN1 {
	float:left;
        width:600px;
	height:250px;
        border:ridge;
        border-width:1px;
        border-color:rgb(139,139,139);
	font-size:0.80em;
	text-align:center;
        margin-top:10px;
        margin-bottom:10px;
 	display:inline;
}
.PN1D {
        float:left;
        width:600px;
       	margin-left:53px;
        font-size:0.8em;
        text-align:center;
}   
.LL {
	float:left; 
        border:ridge;
        border-width:1px;
        border-color:rgb(139,139,139);
        font-size:0.8em;
        height:200px;
        width:300px;
        text-align:center;
        margin-top:10px;
        margin-bottom:15px;
       
}
.LLD {
        float:left;
        width:300px;
        font-size:0.8em;
        text-align:center;
      
}      
.PL {
        float:left; 
        height:300px;
 	width:200px;
        border:ridge;
        border-width:1px;
        border-color:rgb(139,139,139);
        font-size:0.80em;
	text-align:center;
        margin-top:10px;
      
}
.PLD {
        float:left;
        width:200px;
        font-size:0.8em;
        text-align:center;
}        

.TL {
	float:left;
        width:150px;
        height:112px;
        border:ridge;
        border-width:1px;
        border-color:rgb(139,139,139);
        font-size:0.80em;
        text-align:center;
	margin-top:10px;

} 
.TLD {
        float:left;
        width:150px;
        font-size:0.8em;
        text-align:center;
}              
.TP {
	float:left;
        width:112px;
        height:150px;
        border:ridge;
        border-width:1px;
        border-color:rgb(139,139,139);
       	font-size:0.80em;
        text-align:center;
	margin-top:10px;
        
}       
.TPD {
        float:left;
        width:112px;
        font-size:0.8em;
        text-align:center;
}             

