/*  
Print only css for new giffords theme.
*/

/* Begin Typography & Colors */
body {
	background-image: none;
	background-color: #FFF;
	color: #000;
	}


#page {
	border: 0;
	width: 100%;
}

/* NEW HOMEPAGE */

#bodycontent {
	background-image: none;
	background-color: #FFF;
	width: 100%;
	border: 0;
}

#topnav {
	display: none;
}

.navbar {
	display: none;
}

#rightcol {
	display: none;
}

/* #################################### NAVIGATION ############### */
#navigation {
	display: none;
}


/* #################################### HOME CONTENT SECTION ############### */

#content {
	width: 100%
}

#join {
	display: none;
}

#footer {
    background-color: #FFF;
    color: #000;
    border-top: 1px solid black;
    width: 100%;
}
