body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
}

/* Header */

#header {
	width: 840px;
	height: 150px;
	background: url(../img/grey.jpg) repeat left top;
	padding: 0;
	margin: 0px auto;
}

/* Page */

#page {
	width: 840px;
	margin: 0px auto;
	
}

/* Content */

#happening {
	background-image:url(../img/newsbacker.jpg);
	float: right;
	width: 207px;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	position:relative;
}
#news{
	margin: 7px;
	width: 195px;
	height: 236px;
	overflow:auto;
	font-size:10px;
	position:absolute;
	top: 0px;
	right: 0px;
	line-height:18px;

}


#feature {
	background: url(../img/grey.jpg) repeat left top;
	float: left;
	width: 628px;
	height: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
	
#btnbox {
	background: url(../img/red.jpg) repeat;
	float: left;
	width: 206px;
	height: 80px;	
	margin-right: 5px;
	margin-bottom: 5px;

}
#btnboxright {
	background: url(../img/red.jpg) repeat;
	float: left;
	width: 206px;
	height: 80px;
	margin-bottom: 5px;
}
