/* pageStandardLeftNav.css 

created by Mike Conwell of Computer Consulting Company
copyright 2005-present, all rights reserved

based on design criteria created and documented by 
Frog Design for Advanced Micro Devices (AMD)
copyright 2005-present, all rights reserved

CSS influenced and drawn from "Stylin' with CSS" by
Charles Wyke-Smith
copyright 2005-present, all rights reserved
*/

div#header {
	width: 990;
}

div#pageTitle {
	display: none;
	visibility: hidden;
	}

/* Navigation Column */
div#columnNav {
	float: left; 
	margin-left: -770px;
	width: 170px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

/* Content Column, no matter what */
div#columnContent {
	float: left; 
	margin-left: 170px;
	display:inline; 
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	}

/*	padding-bottom: 20px;*/
div#contentTitle {
	padding-top: 20px;
	width: 580px;
	}
	
div#contentLeft {
	float: left;
	width: 570px;
	padding-top: 20px;
	padding-right: 10px;
	}
	
div#contentRight {
	display: none;
	visibility: hidden;
	}
