body{
	background-color : #FFF9E8;
	font-family: times, serif;
	font-size : 100%;
	font-weight : normal;
	text-align : left;
	color : #333;
	margin : 0px 0px 0px 0px;
	}

a:link{
	color : #00f;
	text-decoration : underline;
	font-weight : normal;
	}

a:hover{
	color : #33f;
	text-decoration : underline;
	}

a:visited{
	color : #909;
	text-decoration : underline;
	}

.content{
	font-size : 1em;
	line-height : 1.25em;
/*	letter-spacing : -.01em;*/
	}
	
.events_top{
	width : 100%; 
	border-top : 1px solid #ccc;
	}
	
.events_left{
	width : 20%; 
	float : left; 
	margin : 10px 0 10px 0;
	}
	
.events_right{
	width : 80%; 
	float : left; 
	margin : 10px 0 10px 0;
	}
