div.main
{
	display: block;
	width: 100%;
}

div.box
{
	border: 0px;
	width: 100%;
}

div.outerMenuSection
{
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.sectionName h1
{
	border: 0px;
}

div.logo
{
	float: left;
	margin-left: 5px;
}

div.menuAndLoginOuter
{
	display: none;
}

div.outerSectionName
{
	width: 100%;
	border-bottom: 2px solid #E6E6E6;
}

div.sectionName
{
	float: left;
	width: 100%;
	text-align: left;
}

div.contentOuter
{
	display: block;
	float: left;
	border: 0px;
	width: 100%;
}

div.content
{
	width: 100%;
}

div.content h1
{
	width: 100%;
	text-align: left;
}

div.footer
{
	padding: 0px;
	border-top: 2px solid #E6E6E6;
}