@charset "utf-8";
/* Eurasia Center About Us CSS Document */

div.Container{
height: 100%;
}
div.Title{
font-size:1.5em;
font-weight:bold;
}
div.Profile{
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#e5e5e5;
border:1px solid #d0cece;
display:inline-block;
margin-top:20px;
padding:10px;
}
div.ProfileName{
border-bottom:1px dashed #D0CECE;
font-size:1.25em;
font-style:italic;
font-weight:bold;
margin-bottom:5px;
margin-top:-10px;
padding-bottom:5px;
padding-top:5px;
text-align:center;
text-shadow:0 2px 1px #FFFFFF;
width:inherit;
}
div.ProfilePic{
border-right:1px dashed #d0cece;
float:left;
margin-right:10px;
padding-left:5px;
padding-right:10px;
padding-top:5px;
width:192px;
height:275px;
text-align:center;
}
div.ProfileDescription{
color:#2A2A2A;
margin-top:-10px;
text-indent:1.5em;
}
ul{
list-style-type: none;
}
img{
border: 1px solid #d0cece;
}