hr#halfsize {
	width: 75%
}

hr.halfsize {
	width: 75%
}

#leftpanel {
	position: absolute;
	top: 36px;
	bottom: 90px;
	background:#FFF;
	width:16em;
	height:100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#rightpanel {
	position: absolute;
	top: 36px;
	left:15em;
	right: 0;
	bottom: 0;
	background:#FFF;
	height:100%;
	border-left: 2px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: auto;
}

.cntrd {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*
** UMD Frame Rules
** Release 0.1
** Last Updated on 2008-07-10
*/
html {
	height: 100%;
	max-height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	height: -64px; 
	max-height: -64px; 
	background: -webkit-linear-gradient(top, rgba(194,15,21,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(194,15,21,1) 0%, rgba(0,0,0,1) 100%);
}

#umh-main {
	display: none;
}

#umd-frame {
/* 		background: transparent url(http://www.umd.edu/wrapper/images/header-background.gif) no-repeat top left; */
	position: absolute;
	top: 36px;
	left: 2.5%;
	width: 95%;
	height: 87%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#umd-frame-header-end {
	clear: both;
	height: 8px;
}
/* 
	#umd-frame-header a img { border: 0; }

	#umd-frame-logo {
		float: left;
		margin-top: 12px;
	}

 */
