@import url('carousel.css');


#home #mid{
	background:#fff;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	}
	
#home #content {
	float:left;
	width:552px;
	padding:0;
	margin:0;
	border-top:1px solid #fff;
	}

.box, 
#home #rightbar {
	padding:3px 0 0 0;
	color:#737373;
	}

#home #content .box {
	margin-bottom:13px;
	}

.catnews h3 a, 
.catnews h3 a:visited {
	color:#fff;
	}	

.headlines {	
	padding:0 12px 10px 12px;
	font-size:109%;
	clear:left;
	}

.headlines li {
	margin-left:12px;
	list-style:disc;
	}	
	
	
/* Sidebar */
			
#sidebar {
	width:236px;
	float:right;
	padding:16px;
	color:#555;
	}

#sidebar h4 a:link,
#sidebar h4 a:visited {
	color:#333;
	}

#sidebar li {
	border-bottom:none;
	}

#sidebar h3.widgettitle{
	color:#222;
	font-size:100%;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
	}

#sidebar img {
	margin:.25em 0 .5em;
	}		



