div#col1 {
	display: inline;
	width: 330px;
	float: left;
	clear: left;
}
div#col2 {
	display: inline;
	width: 330px;
	float: right;
	clear: right;
}
div#newsbox{
}
div#column_r {
	margin: 0 10px 0 0;
	width: 700px;
}
div#sidebar_r {
	border-top: 5px solid #666;
	border-bottom: 1px solid #666;
}
div#campusMap {
	text-align: center;
	margin: 5px auto;
	width: 560px; 
	height: 300px; 
	border: 1px solid #ccc;
}
p.rank {
	color:#336699;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
p.goldperf {
	margin-left: 20px;
	font-size: 1.5em;
	color:#669900;
	font-size: bold;
}
@media screen {
	.m {
		display: none;
	}
	p#campusLink {
		cursor: pointer;
		height: 25px;
		margin: 0 0 0 8px;
		width: 200px;
		background: url(../images/button_visitCampusWebsite.jpg) no-repeat top left;
	}
	p#campusLink a {
		width: 200px;
		height: 25px;
	}
	p#campusLink strong {
		display: none;
	}
}

