/* CSS Document */

/* Written by: Brian Lawless
   Company: Dyton Creative
   Date: 06/05/06
*/

/*this is the css for the links for the home page for ccs*/

/* image header for the content area */
div.home_header{
   background-image:url('../images/home_header.gif');
   width: 706px;
   height: 27px;
   background-repeat:no-repeat;
   position:absolute; 
   z-index:17;
   left: 255px;
   top: 36px;
   
}

/* set the font size and padding for the inside of the table cells */
div.content_panel div.content_area td{
	font-size: 10px;
	padding-right: 10px;
}

