/* CSS Document */

div#main_section {
	width:600px;
	float:left;
	padding: 20px 20px 0  0;
	font-size:.9em;
	color: #333;
	}
	div#main_section #contactACoach {
		width: 620px;
		padding: 30px 0 0 10px;
		margin: 0 0 50px 0;
		background: url(../images/contactACoach.jpg) no-repeat top left;
		}		
		div#main_section #contactACoach ul {
			height: 1.5em;
			width: 100%;
			list-style: disc;
			padding: 0 2em;
			}	
		div#main_section #contactACoach li {
			display: list-item;
			list-style: outside;
			float: left;
			line-height: 1.5em;
			padding: 0;
			color:#333;
			text-align: left;
			}
	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 {
	border: 1px solid #000;
	margin:5px 5px 5px 15px;
	}		
.btn {
	width:8em;
	height:20px;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	color:#ede7db;
	margin-top:4px;
	cursor:pointer;
}			
			
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;
		}