#frame {
	margin: 0;
	text-align: left;
	width: 980px;
}

#top {
	text-align: center;
}

#navigation {
	float: left;
	padding: 0 0.5em;
	margin: 0.5em 0 0 0;
	overflow: hidden;
	position: relative;
	width: 200px;
}
#navigation a {
	border-bottom: solid #fff 2px;
	color: #6AA332;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
	padding: 0 0 2px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a:hover {
	border-bottom: solid #243F90 2px;
	color: #243F90;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	margin-bottom: 0.5em;
}

#taking_hands {
	color: #00395E;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	text-align: center;
}
#taking_hands span {
	color: #9C6721;
	font-size: 90%;
	font-weight: bold;
}

#content {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
	position: relative;
	width: 550px;
}
#content ul {
	color: #00243A;
	margin-left: 1em;
	line-height: 150%;
}
#content ul li {
	padding: 0.2em 0;
}
#content ul ul {
	color: #00192A;
	list-style-type: square;
	margin: 0 0 0 2em;
}
#content ul ul li {
	padding: 0;
}


#right_panel {
	display: inline;
	float: right;
	overflow: hidden;
	width: 180px;
}
#right_panel div {					/* center sponsors logos */
	text-align: center;
	width: 100%;
}
#right_panel div img {
	border: solid #fff 1px;
	border-bottom: solid #ddd 1px; 					
	margin: 0 0 0.5em 0; 					
	padding: 0 0 1em 0;
}
#right_panel h1 {
	color: #ccc; 
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 0.5em 0 0.5em 0;
	text-align: center; 
	text-decoration: underline;
}
#right_panel h2 {
	color: #aaa; 
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 0.5em 0;
	text-align: center;
}

#footer {
	clear: both;
	background-color: #243F90;
	border: #6AA332 solid 2px;;
	height: 8px;
	width: 100%;
}

