A:link {text-decoration:none} A:visited 
{text-decoration:none}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: #6EB8A1;
text-decoration: none;
font-family:"Tahoma";
font-size: 10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumb

div.news_table{
    width: 630px;
}

div.news_header{
    padding: 10px;
    width: 610px;
    height: 100px;
    overflow: hidden;
    border: 1px solid gray;
}

    li.news_nav_link{
       text-align: right;
       float: right;
       list-style: none;
       padding-left: 15px;
    }

div.news_left_box{
    float: left;
    padding: 0px;
    width: 140px;
    border: 0px solid gray;
}

div.news_right_box{
    float: right;
    padding: 10px;
    height: 100px;
    width: 470px;
    border: 0px solid gray;
    
}

div.news_footer{
    clear:both;
    padding: 0px;
    width: 610px;
    height: 6px;
    border: 0px solid gray;
    background: url(http://www.splive.co.uk/test/images/blueline.gif) repeat-x;
}

div.contact_box{
	float: right;
    padding: 10px;
    width: 610px;
    height: 150px;
    overflow: hidden;
    border: 0px solid gray;
    font-family:"tahoma";
    color:#000;
    font-size:1em;
    float:center;
    text-align:center;
}

div.main_box{
	float: right;
    padding: 10px;
    width: 600px;
    height: 150px;
    overflow: hidden;
    border: 1px solid gray;
    font-family:"tahoma";
    color:#000;
    font-size:1em;
    float:center;
    text-align:center;
    background-color: green;
}

