/*
/////////////////////////////////////////////////////////////////////////
//      _
//    <' )_,  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 {
	position:absolute;
	top:-100px;
}

body {
	margin:0px;
	padding:0px;
}

#pageWrapper {
	position:relative;
	margin-top:0px;
	padding-top:0px;
	top:1px;
	width:750px;
	text-align:left;
}

#pageWrapper #pageTop {
	height:100px;
	top:0px;
	left:0px;
}

#pageWrapper #topNav {
	position:relatiave;
	top:0px;
	left:0px;
	background-color:#9999CC;
	height:25px;
	margin-bottom:2px;
	margin-top:1px;
}

#pageWrapper #mainArea {
	width:100%;
	background: url(/cornerstone/images/template/bg-main.gif) repeat-y;	
}

#pageWrapper #mainArea #pageLeft {
	float:left;
	width:141px;
}

#pageWrapper #mainArea #pageContent {
	background: url(/cornerstone/images/template/background-001.jpg) no-repeat; 
	width:494px;
	height:448px;
	min-height:448px;
	float:left;
}

html > body #pageWrapper #mainArea #pageContent {
	height:auto;
	min-height:500px;
}


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

html>body #pageWrapper #mainArea #pageContent #mainContent {
	padding:0px 8px 10px 8px;
}

#pageWrapper #mainArea #pageRight {
	float:right;
	width:115px;
}

#pageWrapper #pageBottom {
	display:block;
	clear: both;
	text-align:center;	
	border-top:0px solid #000;
	padding-top:3px;
	margin-bottom:8px;
}



