body{
    background: #FFFFFF;
}
#title, #date {
    color: #525252;
    font-weight: bold;
    margin: 0 0 8px 0;
    font-size: 12px;
}
#mdm-top{
	width: 500px;
	height: 120px;
    background: url(images/top.jpg) no-repeat left top;
}
#mdm-content {
    width: 500px;
    height: 350px;
    padding: 10px 0;
    overflow: hidden;
    text-align: justify;
    color: #525252;
}
#mdm-content img{
    float: left;
    border: 1px solid #1F4876;
    padding: 0px;
}
