/*
________________________________________________________________________________________
*    news.css
*   
*    Style sheet for news page
________________________________________________________________________________________
*/


p						{
						text-align: justify;
						}

.photo_box_right        {
                        float: right;
                        margin-left: 25px;
                        margin-right: 0px;
                        margin-top: 4px;
                        padding: 0px;
                        margin-bottom: 10px;
                        text-align: center;
                        font-weight: bold;
                        font-size: 11px;
                        }

.photo_box_left         {
                        float: left;
                        margin-left: 0px;
                        margin-right: 25px;
                        margin-top: 4px;
                        padding: 0px;
                        margin-bottom: 10px;
                        text-align: center;
                        font-weight: bold;
                        font-size: 11px;
                        }
                        
.photo_box_centre       {
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 30px;
                        padding: 0px;
                        margin-bottom: 4px;
                        text-align: center;
                        }
                        
/* Horizontal rule */
.rule					{
						border-top: 1px solid;
						border-top-color: #ccc;
						height: 1px;
						width: 100%;
						margin-top: 20px;
						margin-bottom: 50px;
						}                        
                        
/*                    
.photo_box_caption      {
                        margin-top: 4px;
                        font-size: 11px;
                        font-weight: bold;
                        text-align: center;
                        }
*/
