body {
	background: #FFFFFF url(../images/background-home.gif) repeat-x left top;
}

/* 3 COLUMNS */
h2 {
	font: normal 24px "Trebuchet MS", Arial, sans-serif;
	color: #424242;
	margin:0px 0 10px 0;
	padding:0;
	width:200px;
}
#container {position:relative;}

/* NEWS*/
#news {
	position: relative;
	left: 50px;
	top:20px;
	width:200px;
	padding-right:25px;
	background: url(../images/divider.gif) no-repeat right top;
}
#news .item {height:160px; overflow:auto;}
#news ul, #news ul li {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#news ul {
	margin: 30px 0 0 0;
}
#news ul li {
	padding: 6px 0 6px 0;
	border-top: 1px solid #e7e8d1;
}
#news ul li a {
	text-decoration:none;
	color:#424242;
}
#news ul li a:hover {
	text-decoration:underline;
	color:#8e001c;
}
#news ul li.more {
	text-align:right;
}
p.more {text-align:right;margin-right:1px;}

/* ABOUT */
#about {
	position: absolute;
	left: 300px;
	top:20px;
	width:200px;
	padding-right:25px;
	background: url(../images/divider.gif) no-repeat right top;
}


/* EVENTS */
#events {position: absolute; left: 550px; top:20px; width:200px; height:195px; overflow:hidden;}

#events ul, #events ul li {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#events ul li {
	padding: 6px 0 6px 0;
	border-top: 1px solid #bab28b;
}
#events ul li a {
	text-decoration:none;
	color:#424242;
}
#events ul li a:hover {
	text-decoration:underline;
	color:#8e001c;
}


/* THUMBS */
#thumbs {
	position: absolute;
	left:250px;
	top:248px;
}
#thumbs img {
	border: 5px solid #e7e8d1;
	margin:0 0 0 50px;
}

#thumbs .one-image {display:inline;}

/* FOOTER */
#footer {
	margin:60px 0 10px 50px;
	width:230px;
}
#footer a {color:#CCCCCC;}
#footer p.copyright {margin:0;}
