/* layout */
 
#pagewidth{ 
 width:768px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto;
 padding-top: 3px;
 background-color: #FFFFFF;
 /* border around page */
 border-right: 1px solid #ECE3DA;
 border-top: 1px solid #FFFFFF;
 border-left:  1px solid #ECE3DA;
}

#pagewrapper {
	width: 768px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}

/* header */
 
#header{ 
 width:100%; 
 background-color:#FFFFFF; 
 margin: 0 0 0px 0;
 z-index: 13;
 }
 
#header .content{
   padding-bottom:0; /*padding bottom 0 to remove space in IE5 Mac*/
}

#outerWide{
	border: solid white 0px;
	width: auto;
	background-color: #FFFFFF; /* center column color */
}

/* one column layout */

#maincolWide {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	margin: 0 -8px 0 -2px;
	background-color: #FFFFFF;
}

* html #maincolWide {
width: 758px;
w\idth: 100%;
}
 
#maincolWide .content {
	padding: 0;
}

#contentBody {
        border-top: 1px solid #FFFFFF;
        padding-top: 3px;
}

