/* John Hall & Co */

/* Global */
body { 
	background-color: white;
	background-image: none;
}
#container { 
	position: relative;
	background-image:none;
	width: 550px;
	margin: 20px;  }
	
a, a:link, a:active, a:visited { color: #000000;  }
	
h1.noshow { display: block; text-align: left; }

/* Top */

#top { display: none; }
			
	#mainnav { 
		display: none; }

/* Billboard */

#billboard { display: none; }

/* Main Content Area */
	
#main { float: none; width: 550px; background-image: none; }

#leftcol { display: none; }
	
#rightcol { 
	float: none; 
	width: 550px; 
	padding: 20px; 
	font-size: 11px;
	line-height: 18px; }
body#home #rightcol { width: 550px; }
	#rightcol h2.contenttitle { 
		color: #540001; 
		font-weight: bold;
		font-style: italic;
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-bottom: 8px;
		border-bottom: 1px solid #9C9A7A;
		margin-bottom: 16px; }
	
		body#home #rightcol h2.contenttitle { border-bottom: 0; margin-bottom: 8px; }
	
/* Footer */

#footer { display: none;}