@charset "utf-8";
/* CSS Document */


/* Sidebar2 ID */
#sidebarEvents {
	float: right; 
	width: 400px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}

/* Main Content 2 IDs */
#mainEvents {
	width:580px;
	margin-left: 38px;
	
} 
#mainEvents h1 {
	margin-right: 38px;
}
#mainEvents p {
	margin-right: 38px;
}
#mainEvents a {
	color:#669933;
	text-decoration:none;
	font-weight:bold;
}
#mainEvents a:hover {
	color:#669933;
	text-decoration:underline;
	font-weight:bold;
}

