/* CSS Document */

div#main_section {
	width:600px;
	float:left;
	padding: 20px 20px 0  0;
	font-size:.9em;
	color: #333;
	}
	div#main_section #community {
		width: 620px;
		padding: 30px 0 0 10px;
		margin: 0 0 50px 0;
		background: url(../images/community.jpg) no-repeat top left;
		}		
		div#main_section #community ul {
			height: 1.5em;
			width: 100%;
			list-style: disc;
			padding: 0 2em;
			}	
		div#main_section #community li {
			display: list-item;
			list-style: outside;
			float: none;
			line-height: 1.5em;
			padding: 0;
			color:#333;
			text-align: left;
			width: 100%;
			vertical-align: text-top;
			}
	div#main_section .link {
		text-align:right;
		padding: 10px 0;
		}
		div#main_section .link a, div#main_section .link a:visited {
			font-weight: bold;
			font-style: italic;
			text-decoration: none;
			color: #333;
			}
		div#main_section .link a:hover {
			text-decoration: underline;
			}
img { width: 100%; border: 1px solid #000;}
			
			
			
div#sidebar {
	float:left;
	width:275px;
	font-size: .9em;
	margin: 20px 0 0 35px;
	}
	div#sidebar #upcomingEvents {
		background: url(../images/upcomingEvents.jpg) no-repeat top left;
		width: 275px;
		height: 206px;
		padding: 40px 15px 0 15px;
		}
		#upcomingEvents #event {
			padding: 8px 0;
			font-size:.9em;
			}
		#upcomingEvents #event .title {
			font-weight:bold;
			}
	div#sidebar #countdown {
		background: url(../images/countdown.jpg) no-repeat top left;
		width: 275px;
		height: 190px;
		padding: 55px 0 0 0;
		text-align:center;
		}