div#left{
	width: 65%;
	min-height:230px;
	float: left;
	clear: left;
}
div#left div#boss{
	clear: both;
	float: left;
}
div#left div#boss table{
	float: left;
	clear: left;
	margin-bottom:10px;
	width: 345px;


}
div#left div#boss img{
	float: right;
	clear: right;
	width: 132px;

}
div#left div#greetingCard{
	float: left;
	clear: both;
	height: 85px;
	width:374px;
	background-image: url(images/send_card.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-left:5px;
	vertical-align: bottom;
}
div#left div#greetingCard div{
	width: 285px;
	margin-top: 45px;
	clear: both;
	float: left;
}
div#right{
	min-height: 200px;	
	float: right;
	clear: right;
	background-image: url(images/importantNums.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	padding-left: 2px;
	padding-right: 2px;
	width: 226px;
	border: 1px solid silver;
}
div#right span.red{
	margin-bottom: 5px;
	margin-left:5px;
	margin-top:3px;
	font-weight: bold;
}
div#right ul{
	margin:15px 0px 15px 5px;
	padding-left: 5px;
	list-style: none;
}
div#right li{
	margin-bottom: 3px;
	display: block;
	height: 16px;
	border-top: 1px dotted silver;
	clear: both;
}
div#right li:first-child {
	border-top: 0px solid white;
}
div#right li b{
	margin-right: 5px;
	float: left;
}
div#right li span{
	text-align: right;
	float: right;
	font-size: 11px;
}
div#bottomNews{
	height: 180px;
}
div#bottomNews #news,#events{
	padding-top: 34px;
	padding-left: 2px;
	padding-right: 2px;
	width: 361px;
	border: 1px solid silver;
	background-color: #fff;
}
div#bottomNews #news{
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	clear: left;
}
div#bottomNews #events{
	background-image: url(images/upcoming_events.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
	clear: right;
}
div#content div#bottomNews #news div.scrollContent,div#content div#bottomNews #events div.scrollContent{
	height: 130px;
	overflow: auto;
	background-color: #fff;
	border-top: 1px solid silver;
	width: 359px;
	padding: 1px;
}
div#content div#bottomNews #news div.scrollContent div.clearBoth,div#content div#bottomNews #events div.scrollContent div.clearBoth{
	margin-bottom: 7px;
	
}
div#content div#bottomNews #events div.scrollContent div.clearBoth p{
	margin-bottom: 1px;
	
}

div#content{
	background-image: url(images/index-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
div#content div.scrollContent div.clearBoth{
	width: 357px;
}
