/* CSS Document */

#content #subpage{
float:none;
}

#content{
	float: none;
	}

#maincontent{
	float: none;
	}

#masthead{
	float: none;
	height: 150px;
	}

#masthead ul{
	display: none;
	}

#left{
	display: none;
	}

#fullcontent{
	float: none;
	
	}

#fullcontent #subpage{
	width: 85%;
	}

#footer{
	width: 400px;
	}

#footer p{
	float: none;
	display: block;
	}