/*DM events extra styles*/

#confernce{
	width:810px;
	/*height:475px;*/
	height:400px;
	background:url(../img/bg/dm-conference.jpg) no-repeat bottom;
	border-top:solid 2px black;
	position:relative;
}

.greyblock{
	padding:5px;
	color:white;
	background:#666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:absolute;
}

.bio{
	margin:10px 0;
	color:white;
	background:#666;
	float:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.bio img{
	margin-right:20px;
	float:left;
	background:white;
	border:solid 2px #666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.greybtncontentholder{
	margin:0 190px;
	float:left;	
}

.greybtn{
	min-height:50px;
	min-width:180px;
	margin:10px;
	padding:10px 5px;
	color:white;
	float:left;
	background:#666;
	text-align:center;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.greybtn a{
	text-decoration:none;
	color:white;
}

.dmlogos{
	margin:0 40px;
}

.dmlogos img{
	margin:5px 10px;
	float:left;
	text-align:center;
}