/***********************************************/
/* columnx3.css                                */
/***********************************************/

#wrapper {
	width: 960px;
	border-color: Black;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	background-color: #FFFFFF;
	padding: 30px 0px 10px 0px;
}

/*always show content but set the width and margin appropriately*/
/*turn off borders if they clash*/
#content {
	vertical-align: top;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
	background-color: #FFFFFF;
	border-color: #666;
	border-style: dotted;
	border-width: 0px 0px 0px 0px;
}


/*hides the secondary (left) navigation menu*/
#secondaryNavigation {
	display: none;
}

/*hides the tertiary (left) navigation menu*/
#tertiaryNavigation {
	display: none;
}

#wrapper_clear {
clear: both;
}
