﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;	<!-- #BeginEditable "div%23right_col" -->
	<div id="right_col" align="left" style="font-family: &quot;Times New Roman&quot;, Times, serif; font-size: x-large; font-weight: bold; color: #0000FF">
		<span class="eventHead">Upcoming Events</span><br />
		<span class="EventDate">Tuesday, 8 September 2009:</span><br />
		<span class="event">North End Community Action meeting, open to the 
		public.&nbsp; 6:30 PM, at the DaVinci Center, 470 Charles Street<br />
		Providence, RI 02904</span></div>
	<!-- #EndEditable -->

}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
}
