/* © 2009 Lancashire Family History & Heraldry Society */
/* mainstyle.css */


body{
 margin-top: 10px;
 background-image: url('images/olive_texture.gif');
 background-attachment: fixed;
 
}

#table{ 
 background-color: #ffffff:
}

/*.head_filler{
 background: url('images/head_filler_15.gif')
 background-repeat: no-repeat;
}*/

.head_line{
 line-height: 10px;
}

.side-left{
 font-family: Verdana; 
 font-size: 10pt; 
 color: #808080; 
 display: block;
 line-height: 20px;
 text-align: right;
 width: 150px;
}

.side-right{
 font-family: Verdana; 
 font-size: 10pt; 
 color: #808080; 
 display: block;
 line-height: 20px; 
 width: 150px;
 text-align: left;
}

.center_text_grey{
 font-family: Verdana; 
 font-size: 10pt; 
 color: #808080; 
 display: block;
 line-height: 20px; 
 text-align: center;
}

.center_picture{
 line-height: 320px;
}

.paragraph_justified{
 font-family: Verdana; 
 font-size: 10pt; 
 color: #000000; 
 line-height: 15px; 
 /*padding: 3px;*/ 
 text-align: justify;
}

.paragraph_center{
 font-family: Verdana; 
 font-size: 10pt; 
 color: #000000; 
 line-height: 15px; 
 padding: 3px; 
 text-align: center;
}

.paragraph_left{ 
 font-family: Verdana;	
 font-size: 10pt; 
 color: #000000; 
 line-height: 15px;	
 padding: 3px; 
 text-align: left;
}

.paragraph_right{ 
 font-family: Verdana; 
 font-size: 10pt; 
 color: #000000; 
 line-height: 15px; 
 padding: 3px; 
 text-align: right;
}