@import url('./page.css');

#faux-col-background{
	* padding-top: 1px;
	background: transparent url('images/sidebar-right.jpg') repeat-y top right;
}
#faux-col-foreground{
	background: transparent url('images/reeds1.jpg') no-repeat bottom right;
}

#content-wrap {
	float: left;
	width: 606px;
	border: none;
	min-height: 583px;
}

#content {
	padding: 38px 10px 0 23px;
}

#flash {
	float: right;
	width: 268px;
}

#sidebar {
	float: right;
	width: 308px;
	min-height: 583px;	
}

#sidebar h2 {
	letter-spacing: .25em;
	height: 28px;
	margin: 10px 7px;
	padding: 8px 0 0 10px;
	font-family: georgia, times, serif;
	font-size: 12px;
	color: white;
}	

#sidebar p { font-size: 100%; line-height: 1.5em; }
#sidebar .more-link { text-align: right; margin-right: 12px; }

#events-block h2 {	background-color: #2c5819; }
#events-block .item-list li { list-style-type: none; }
#events-block .event-start { font-weight: bold; }
#events-block a { font-weight: bold; }
#events-block p { margin-top: 0; }

#news-block h2 { background-color: #995528; }
#news-block p {	margin: 1em 26px; }

#basket-block h2 { background-color: #b2621d; }
#basket-block p { margin: 1em 26px; }
#basket-block .clear { display: none; }

#content p.subtitle { font-weight: bold; }


