#inner_content {
	position: relative;
	padding: 0px;
	height: 400px;
	width: 760px;
	overflow: auto;
	text-align: center;
	font: normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
}

#top_bar {
	text-align: left;
	position: relative;
	background: #666;
	height: 28px;
	color: white;
	width: 100%;
}

#top_bar .title {
	position: absolute;
	left: 20px;
	top: 7px;
	height: 28px;
}

.profilePanel {
	padding-top: 25px;
	width: 670px;
	margin: auto;
	margin-top: 0;
}

#introPanel {
	position: relative;
	width: 220px;
	text-align: center;
	float: left;
}

#introPanel .intro {
	text-align: left;
	margin: auto;
	font-size: 12px;
}

.clear {
	clear: both;
}

.logoPanel {
	
	position: relative;
	width: 450px;
	text-align: center;
	float: left;
}

#fit {
	width:450px;
	height:85px;
	margin:0;
	padding:0;
}

#fit ul { 
    margin:0;
    padding:0; 
}

#fit li {
	list-style-type:none;
	float:left;
	height:80px;
}

#fit a  {
    text-decoration:none;
	height:80px;
	display:block;
	text-indent:0px;
}

li#logo { width:145px; }

#fit a:hover { background:none; }
#fit a .miniProfile { display:none; }

#fit a:hover .miniProfile {
	position: absolute;
	top:0px;
	left:-220px;
	display:block;
	width:215px;
	height: 300px;
	text-align: left;
	background:#F4F4F4;
	color: #000;
	border: 1px solid #000;
}

#fit a:hover .miniText {
	padding: 5px;
}

.missingText a{
	font: normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style: italic;
	color: black;
}