/* main.css
	Primary CSS file for styles across the saberlink.com site
*/

body {
	background-color: #ffffff ;
	color: #000000 ;
	margin: 0 ;
	padding: 0 ;
}


/* main table of link categories, holds icons or pictures representing link categories */
/* center pictures in the td frames that hold them */
.link-category-icons td {
	text-align: center ;
}
.link-category-icons th {
	background-color: #9cb1d7 ;
}
	.link-category-icons img {
		/* replaces old border="0" attribute */
		 border: none ;
	}

/* Class and sub-items for Search Engine Logos in footer
	primary class is assigned to the div containing a UL of links */
#search-link-logos {
	text-align: center ;
}
	#search-link-logos ul {
		margin: 0 ;
	}
	#search-link-logos li {
		display: inline ;
		list-style-type: none ;
		padding-right: .5em ;
	}
	#search-link-logos img {
		 width: 75px ;
		 height: 26px ;
		 border: none ;
	}

