/*
CSS-file for Powderhorn Chateau 2006
Developed by Phosphor Essence
*/

.contentWrap {
/*	width: 360px;*/
}
#content {
	width: 575px;
	float: left; /* needs this to move to the left in place of #left column div */
}
#left {
	display: none; /* need to hide #left div area */
}
#right {
	width: 280px;
}
h2 { 
	display: none;
}
.float-wrap { 
	width: 575px;  /* #left width plus #content width plus any space between */
}

* html #right {
margin-right: 0px; /*** IE gets this margin. ***/
}
/* from default.aspx page
#left {
	display: none;
}
#content {
	float:left;
}
.contentWrap {
	width: 575px;
}
h2 { display: none;
}
*/