﻿/****news3 css sheet to try and get content displayed nicely *****/



/***frontpage specific maincontent ***/
#maincontent
{
    width:710px;
}

#youtubeholder
{
    width: 180px;
    height: 300px;
    margin-top:10px;    
    float:right; 
    margin-left:0px; 
    margin-right:0px; 
}

#youtubevid
{ width:auto;
  height:auto;
}

#youtubecredits
{
    width:180px;
    height:auto;
    /***background-color:#996500;  ***/ /***changes colour behind vid text***/
    
}

#youtubecredits p
{
    margin:5px;
    font-size:10px;
}


#descriptions 
{
    width:300px;
    float:left;
    margin-left:20px;
    margin-top:20px;
    font-size:14px;
    font-family:Arial;
    /**color:#ffffff; **/
}
#descriptions a
{ color:White;
  text-decoration:none;
  
  
}

#newsfocus 
{
    width: 400px;
    height:350px;
    margin-left:40px;
}
#newsfocus .image
{
    width :150px;
    height:100px;
    float:left;
    
}
#newsfocus .text
{
    width :250px;
    height:145px;
    
   
    
       
}


#newsholder 
{
    width:520px;
    height:350px;
    /***background-color:#996500;***/
    background-image:url(images/newsholderbg.gif);
}


#newsholder .newslinks
{
    width: 200px;
    height:180px;
    float:right;
}
/*- Menu 14--------------------------- */
	
	
#menu14 {
	width: 180px;
	margin: 2px;
	margin-top:10px;
	
	}

#menu14 ul 
{
   list-style:none;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px
      
	}	
	
#menu14 li 
{
   
  	height: 24px;
	text-decoration: none;
	list-style:none;
	margin-top:6px;
	font-size:14px;
   
	}		 

	
#menu14 li a {
	
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	list-style:none;
	
	
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #333;
	display: block;
	background:  url(menu14.gif);
	padding: 2px 0 0 10px;
	}
	
#menu14 li a:hover {
	color: #FFF;
	background:  url(menu14.gif) 0 -32px;
	padding: 2px 0 0 10px;
	}				

    
