@charset "UTF-8";
/* CSS Document */

.colLeft {
	width:290px;
	float:left;
	height:auto;
	position:relative;
	left:11.5px;
	margin-right:25px;
	z-index:100;
}

.colRight {
	width:601px;
	float:left;
	position:relative;
	left:0;
	height:auto;
	z-index:100;
	text-align:left;
}

.full {
	float:left;
	width:916px;
	position:relative;
	left:11.5px;
}

#bros {
	width:291px;
	height:400px;
	margin-top:0px;
	overflow:auto;
}

#bros a {
	cursor:pointer;
}

#bros ul {
	width:270px;
	list-style:none;
}

#bros ul li {
	width:270px;
	border-bottom:1px solid #666;
}

#bros ul li a {
	display:block;
	width:200px;
	padding:5px 0 5px 5px;
}	

#bros ul li a:hover {
	display:block;
	width:265px;
	padding:5px 0 5px 5px;
	background:#CCC;
	text-decoration:none;
}	

.colRight h4 {
	padding:0;
	font-size:13pt;
	color:#333;
}

#Info {
	margin:0 0 20px 0;
}

#actualInfo {
	width:475px;
	margin:0 auto;
}

#broPic {
	width:auto;
	height:auto;
	float:left;
}

#broInfo {
	width:auto;
	height:auto;
	float:left;
	margin:0 0 0 15px;
}



