/* 
-----------------------------------------
main-head.css ( Leeds Test Objects )
-----------------------------------------
*/

/* ******* head ******* */



body,html
{ 
font-size: 11px;
font-family: verdana,tahoma,Geneva,sans-serif;
/*margin: 0px; 
padding: 0px;*/
/*background: #ffffff;*/
/*background : url('../img/linkaback.gif') top left repeat-x;*/
text-align:center;
} 

.bodyback
{
background : url('../img/linkaback.gif') top left repeat-x;
}

#head 
{ 
width: 896px;
height: 71px;
margin:0px;
background : url('../img/back1.gif') bottom left  no-repeat;
border: 1px solid #ffffff;
} 


#head-left 
{ 
float: left; 
width: 379px; 

padding: 0px;

} 

#head-right 
{ 
margin:0px 0px 0px 379px; 
padding: 0px;
}

#head-right-top
{ 
width: 100%;
height:67px;
margin:0px; 
padding: 0px;
}

#head-right-bottom 
{ 
width: 100%;
margin:0px; 
padding: 0px;
color: #ffffff; 
font-weight: bold;
}


#head-right-bottom-left 
{ 
float: left; 
width: 300px; 
padding-right: 5px;
text-align:right;
}

#head-right-bottom-right 
{ 
margin:0px 0px 0px 300px; 
padding-right: 5px;
text-align:right;
}


