/* ----------------------------------------------- 
	Spectrum Law Site Print Stylesheet
	Author: Justin Luk
	Created on: February 01, 2010
-------------------------------------------------- */

html body {
	text-align: left;
	width: 600px !important;
}
* html body {
	text-align: left;
	width: 600px !important;
}
body .typography li,
body .typography p {
	background: #fff;
	font-size: 12pt;
	color: #000;
}
body #Navigation,
body #Sidebar,
body #Footer ul { display: none; }
body #BGContainer,
body #Container { 
	color: #000;
	text-align: left;
	width: 600px;
	float: none;
	margin: 0;
	padding: 0;
	display: inline;
}
body #Container .print { display: block; margin-bottom: 20px; }

body #Content,
body #BioContent,
body #LawyerContent,
body #ContactContent {
	color: #000;
	width: 500px;
	float: none;
	margin: 0 0 60px 0;
}

body .typography h1 { margin-top: 30px; }
body #RightSidebar { margin-top: 58px; }

/* alex */
body #RightSidebar ul { display: none; }
body #RightSidebar  { float: none; width: 400px; margin: 20px 0 0 0;}
body #RightSidebar  p { margin: 0; padding: 0; }
body #RightSidebar  h3 { margin: 0; padding: 0; }

body .typography img.left {float:none;}
