/*CSS for homepage bottom items*/
	
div#bottom_items {
	width:80%;
	margin:0 auto;
	margin-bottom:0px;
	}

div#bottom_items table {
	width:100%;
	height:100px;
	}
	
div#bottom_items table tr td.left, div#bottom_items table tr td.right  {
	width:360px;
	font-size:.9em;
	vertical-align:top;
	}

div#bottom_items table tr td a {
	display:block;
	padding:5px;
	color:#333333;
	text-decoration:none;
	height:100px;
	}

div#bottom_items table tr td a:hover {
	background-color:#EBEBEB;
	padding:5px;	
	height:100px;
	}
	
div#bottom_items table tr td a img {
	border:1px solid #ccc;
	}
	
div#bottom_items table tr td img {
	float:left;
	margin-right:15px;
	}
		
div#bottom_items table tr td a h3 {
	margin:0;
	}
	
div#bottom_items table tr td a h3 span.new {
	color:#4bb72f;
	}
	
table tr td.left {
	margin-right:25px;
	}
	
/*CLOCK*/
#clock {
	background-color:#ebebeb;
	color:#000000;
	margin-left:35px;
	padding:8px;
	height:18px;
	border:2px solid #aaaaaa;
	}
	
td.weather {
	padding-left:100px;
	}
	
#widget_wrapper {
	border-top:1px solid #CCCCCC;
	margin-top:25px;
	padding-top:25px;
	width:100%;
	}
	
.small {
font-size:.89em;
}
h3 {
font-size:1.1em;
}
