@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;
}

/* Bottom FAQ */
#bottomFAQ {
	margin-left: 38px;
	margin-right:38px;
} 
#bottomFAQ h1 {
	margin-right: 38px;
}
#bottomFAQ p {
	margin-right: 38px;
}
#bottomFAQ ul {
	font-size:.5em:
}