

.noprint { display: none; }

.container { width: 100%; }

body { background-color: white; }

#header { background: white; }
#header #logo { position: relative; float: left; margin: 10px 0 0 0; }
#white_bg { background: white; padding-bottom: 0; 
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

#content { background: none; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 
	
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2); 
}
.home #content #main_content { width: 100%; padding: 0; }
.inside #content #main_content { float: none; padding: 0; width: 100%; }
#content #main_content #main_text { width: 100%; }
#content #main_content #main_text .image.right {  margin: 0 0px 14px 20px; }

#content #main_content #feature_img { display: none; }

#school_results { margin-top: 40px; }

#content #main_content a.applynow { display: none; }

#footer { background-color: white; border-top: none; padding: 0; position: relative; }
#footer #info { float: left; color: #777; padding: 0; margin: 0 0 30px 0; }

#footer #twitter { position: relative; float: none; width: 100%; background: none; z-index: 100; }
#footer #twitter .tweet_time { margin: 0 0 10px 0; position: relative; }
#footer #twitter #tweet { position: relative; margin: 0; padding: 0;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	
	background: none; }
#footer #twitter .follow { margin: 10px 0; }