/* cool style - cool.css */

#top { background:url(cool/bg-top-tile.gif) repeat-x top left; border-bottom:1px solid #000000; }
#top .content { background:url(cool/bg-top.png) no-repeat top center; }
#featured { background:#ff00a8 url(cool/bg-slider-bot.png) repeat-x left bottom; border-top:1px solid #fdbee8; border-bottom:1px solid #ca849d; }
#nav a { color:#bfbfbf; }
#nav a:hover, #nav li.current_page_item a{ color:#fff; background:#46433c; border:1px solid #2f2c26; border-width: 0 0px 1px 0; }

.center {
	text-align: center;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.mini {
	font-size: 0.8em;
}

.table-mid { margin: 0 auto; }

