/*************************
    CORE STYLES
*************************/
#body-left {
	padding: 0 40px 1px 40px;
}

/*************************
    SITE STRUCTURE
*************************/
#slideshow-shadow {
	background: url('../img/shadow-1.png') repeat-x;
	height: 10px;
	position: absolute;
	width: 620px;
	z-index: 99;
}
#slideshow-corner-l,
#slideshow-corner-r {
	height: 11px;
	top: 140px;
	width: 11px;
	position: absolute;
	z-index: 99;
}
#slideshow-corner-l {
	background: url('../img/slideshow-corner-l.png') no-repeat;
	height: 11px;
	left: 40px;
}
#slideshow-corner-r {
	background: url('../img/slideshow-corner-r.png') no-repeat;
	height: 11px;
	right: 40px;
}

/*************************
    NEWS FEED
*************************/

#news {
	list-style: none;
	margin: 1.5em 0 .5em 0;
	padding: 0;
}
#news li {
	display: block;
	float: left;
	width: 300px;
}
#news li:first-child {
	margin-right: 20px;
}
#news .date {
	color: #42485a;
	font-size: .85em;
}
#news .title {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
#news p {
	font-size: .85em;
}
#news a {
	color: #000;
	text-decoration: none;
}
#news a:hover {
	color: #9b2b21;
	text-decoration: underline;
}

/*************************
    SHARON'S COLUMN
*************************/

#sharon .date {
	color: #42485a;
	font-size: .85em;
}
#sharon .title {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
#sharon a {
	color: #000;
	text-decoration: none;
}
#sharon a:hover {
	color: #9b2b21;
	text-decoration: underline;
}