/*
/////////////////////////////////////////////////////////////////////////
//      _
//    <' )_,  Copyright RealDecoy
//    (    )          2006
//   ~~~~~~~~
// This file is subject to a license agreement and cannot be used
// or sold without without the written approval of RealDecoy Inc.
// Information about licensing can be found on the RealDecoy website
// at www.realdecoy.com.
//
// Cascading stylesheet for Cornerstone / Le Pilier
// Layout stylesheet
//
// $Author: alfredo $ 
// $Date: 2006/03/01 22:05:45 $
// $Revision: 1.1 $
//
/////////////////////////////////////////////////////////////////////////
*/

#skipNav {
	display:none;
}

#pageWrapper {
	width:750px;
	text-align:left;
}

#pageWrapper #pageTop {
	display:none;
}

#pageWrapper #topNav {
	display:none;
}

#pageWrapper #mainArea {
	width:100%;		
}

#pageWrapper #mainArea #pageLeft {
	display:none;
}

#pageWrapper #mainArea #pageContent {
	position:relative;
	width:485px;
	float:left;
}

#pageWrapper #mainArea #pageContent #sectionImage {	
	display:none;
}

#pageWrapper #mainArea #pageContent #mainContent {
	padding:10px;
}

#pageWrapper #mainArea #pageRight {
	display:none;
}

#pageWrapper #pageBottom {
	clear: both;
	border-top:0px solid #000;
	padding-top:3px;
}



