#top {
	border:3px solid black;
	min-height:350px;
}

#top .left {
	float:left;
	min-height:350px;
}

#top .right {
	width:650px;
	overflow:hidden;
	border-left:3px solid black;
	min-height:350px;
}

body {
	background-color:lightgray;
}


#name{
	text-align:center;
	position:static;
	margin:-48px 11px 0px 11px;
	border: 5px double black;
	background-color:lightgrey;
	opacity:.7;
	filter:alpha(opacity=70);
}

#bpic {
	vertical-align:middle;
	min-height:206px;
	min-width:206px;
}

#bpic img {
	max-width: 240px;
	border: 1px solid black;
	margin: 10px;
	min-height:206px;
	min-width:206px;
	z-index:5;
}

#bpic a:hover #name {
	visibility:hidden;
}

#bpic a {
	color:#000;
	text-decoration:none;
	cursor: default;
	font-size:20px;
}

#bpic a:visited {
	text-decoration:none;
	cursor: default;
	font-size:20px;
}

#binfo {
	margin-left:30px;
}

h1{
	margin-left:-20px;
	margin-top: 5px;
	margin-bottom: 1px;
}

#binfo p {
	margin-left: -20px;
}

#bottom {
	border-width: 1px 3px 3px 3px;
	border-style: solid;
	border-color: black;
}

#bottom .left {
	margin-left: 30px;
	float:left;
	width:40%;
}

#bottom .right {
	overflow:hidden;
	width:500px;
}

#bottom .right h1 {
	margin-left:-30px;
}

#bottom .right .rightcontent {
	margin-left:30px;
}

.clearer{
	clear:both;
}