#BioImg {
background-image:url(../images/bio.jpg);
width:100%;
height:465px;
background-position:center;
background-repeat:no-repeat;
margin-top:15px;
}

#Bio {
margin:35px 0;
text-align:left;
font-size:12px;
}

#BioLeft {
float:left;
width:48%;
padding: 0 3% 0 0;
border-right: solid 1px #CCCCCC;
}

#BioRight {
float:right;
width:46%;
margin-left:2%;
}

#BioLeft h3, #BioRight h3 {
font-size:16px;
font-weight:normal;
}


#Bio a {
color:#FF0000;
text-decoration:none;
}

#Bio a:hover {
color:#FF0033;
text-decoration:none;
}

.red {
font-size:16px; }