	
		#container {
		width: 950px;
		background-color: #840F19;
		border: 1px #CCCCCC dashed; 
		}
		#header {
		width: 950px;
		height: 200px;
		background-image: url(headers/header-hand.gif);
		background-repeat: no-repeat;
		}
			
/* navigation */			
	
	#navigation {
	width: 940px;
	height: 30px;
	padding-left: 10px;
	background-color: #000;
	}
	
/* START leftColumn styles */
			
	
		#leftCol {
		float: left;
		width: 540px;
		margin: 0;
		margin-right: 5px;
		margin-left: 10px;
		padding-left: 8px;
		padding-right: 5px;
		padding-top: 20px;
		padding-bottom: 10px;
		background-color:#FFF;
		}
		#leftCol a:link {
		color:#0092C1;
		font-weight:bold;
		}
		#leftCol a:hover {
		color:#0092C1;
		}	
		#leftCol a:visited {
		color:#999999;
		font-weight:bold;
		}
		#leftCol p {
	color: #333333;
	font-size: 100%;
	font-weight: normal;
}
		#leftCol h1 {
		color:#0099CC;
		font-weight:bold;
		}
		
	/* END leftColumn styles */
	
	
	#activity {
		width: 950px;
		background-color: #FFFFFF; 
		}
	
	
		
	/* START rightColumn styles */
		
	#rightCol{
	float: right;
	width: 350px;
	padding-left: 8px;
 	background-color: #E8F7FF;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
		#rightCol a:link {
		color: #09C;
		text-decoration:none;
		}
		#rightCol a:hover {
		color:#09C;
		text-decoration: underline;
		}
		#rightCol a:visited {
		color:#09C;
		text-decoration:none;
		}
/* END rightColumn styles */

	/* START rightColumn2 styles */
		
	#rightCol2{
	float: right;
	width: 350px;
	padding-left: 8px;
  	background-color: #FFC;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
		#rightCol2 a:link {
		color: #09C;
		text-decoration:none;
		}
		#rightCol2 a:hover {
		color:#09C;
		text-decoration: underline;
		}
		#rightCol2 a:visited {
		color:#09C;
		text-decoration:none;
		}
/* END rightColumn2 styles */
			
		
#bottomNav {
	clear: both;
	width: 920px;
	border-bottom: 1px dotted #09C;
	background-color: #e8F7ff;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #09C;
	padding: 15px;
	font-size: 88%;
	font-weight: normal;
}
		
#footer {
clear: both;
color: #FFF;
padding: 15px;
margin-top: 5px;
background-color: #000;
font-size: 75%;
font-weight: normal;
}
	
	#footer a:link {
	text-decoration:none;
	}
	#footer a:hover {
	text-decoration:none;
	}
	#footer a:visited {
	text-decoration:none;
	}
	
	
