/* pageUniqueCenterSplit.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#pageTitle {
	width: 968px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
/* Navigation Column, often on left side */
div#columnNav {
	display: none;
	visibility: hidden;
	}

/* Content Column, no matter what */
div#columnContent {
	width: 968px;
	margin-top: 0px;
/*	margin-right: 10px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}


div#contentTitle {
/*	width: 730px;
	padding-right: 10px;
	padding-left: 10px;*/
	}
	
div#contentLeft {
	float: left;
	width: 463px;
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	}

div#contentRight {
	float: right;
	width: 463px;
	padding-top:20px;
	padding-left: 10px;
	padding-right: 0px;
	}

