
#menu {
	display:none;
	}
	
#secondaryContent {
	display:none;
	}
	
#footer {
	display:none;
	}

.editbutton {
	display:none;
	}

.detailbutton {
	display:none;
	}

#primaryContentContainer
{
    float: left;
    margin-left: 0em;
    width: 100%;
}
	
#primaryContent
{
    margin: 0em 0em 0em 0em;
    padding: 1.5em;
}

#header h2
{
    color: #999999;
    font-size: 1em;
}