/* 
	Header CSS 
	-- This includes the basic styles for the header across the top of the page.
	   Probably need include in the rest of the site. For now it's a duplication.
	   
	   Bear 00:22, 15/01/2006
*/


#top-header 
{
	height:90px;
	background:#FFF url("/images/common/header/main_bg.jpg") repeat-x left top;
}

#top-header table {
	width:750px;
	height:90px;
	background:#FFF url("/images/common/header/top_header_bg.jpg") repeat-x left top;
}

#top-header table td {
	text-align:left;
	vertical-align:top;
}	



