body {
	font-family:Century Gothic,Trebuchet MS,Verdana,helvetica,arial,sans;
	background-color:gray;
}

#MainContent {
	border: thin none #000000;
	margin: 0px 20px 20px 20px;
	padding: 0px;
	width: 760px;
	text-align: left;
}
#Container {
	border: thin groove #000000;
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 800px;
	margin: 0px Auto 0px Auto;
	position: relative;
	z-index: auto;
}

#Header {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 175px;
}

#UofMBanner {
	background-color:#7A0019;
	width: 800px;
	height: 30px;
}

	#footer {
		background: #7A0019;
		color: #FFF;
		margin: 0;
		padding: 0;
		height: 60px;
		width: 800px;
		left: 0px;
		bottom: 0px;
		text-align: left;
		font-size: small;
		position: relative;
	}
#footer p {margin:8px 0;}
#footer ul {margin:8px 0 0 0;list-style-image:none;list-style-position:outside;list-style-type:none;}
#footer ul li {border-right:1px solid #FFF;display:inline;padding:0 .6em 0 .2em;}
#copyright {
	float: left;
	padding: 0;
	margin: 0 0 0 0px;
	text-indent: 10px;
	width: 500px;
}
#footer_links {float:right;padding:0;margin:0 8px 0 0;text-align:right; width:280px;}

#LinkPane {
	padding: 0px;
	margin: 0px;
	width: 700px;
	height: 10px;
	text-align: right;
	float: right;
	position: relative;
	right: 20px;
	bottom: 40px;
	vertical-align: top;
}

#LinkPane ul li {border-right:1px solid #FFF;display:inline;padding:0 0.4em 0 0.2em; margin: 0;}
#FloatPhoto{
		float:left;
		position:absolute;
		top: 10px;
		left: 0px;
	}
	#NamePlate {
	padding: 5px 5px 5px 240px;
	margin: 0;
	background-color: black;
	color: white;
	text-align: left;
	vertical-align: middle;
	font-size: xx-large;
	height: 50px;
}

a:link, a:visited {
	color: #ffffff;
	font-weight: bold;
}
a:hover, a:active{
	color: #fc3;
	font-weight:bold;
}

#MainContent a:link {
 	color: blue;
        font-weight: bold;
}
#MainContent a:visited {
        color: purple;   
        font-weight: bold;
}       

