/* add some padding */
body { 
	margin: 1em;
	font-family: arial, helvetica, sans-serif; }

/* stuff to hide */
#sidenav, #header, #breadcrumbs, #footer {  display: none}

#header ul li a,
#sidenav ul li a {
	display: none;
}

#offahome .more {
	display: none;
}
.st_sharethis, .st_fblike {
	display: none;
}

/* home page layout */
#home-universities > .inner > div,
#home-students > .inner > img,
#home-press > .inner > img {
	float: left;
	position: relative;
	width: auto;
	margin-right: 10px;
}

#home-universities,
#home-students ,
#home-press {
	width: 100%;
	position: relative;
	float: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#home-universities > .inner > h3,
#home-students > .inner > h3,
#home-press > .inner > h3 {
	width: 100%;
}


/* reposition content  */
#content { margin-left: 0; padding: 0;} 


