body {
  background-color : #ffffff;
}
#pic_1 {
    position: absolute;
    left: 10px;
    top: 10px;
}
#pic_2 {
    position: absolute;
    left: 200px;
    top: 10px;
}
#pic_3 {
    position: absolute;
    left: 246px;
    top: 10px;
}
#pic_4 {
    position: absolute;
    left: 292px;
    top: 10px;
}
#pic_5 {
    position: absolute;
    left: 338px;
    top: 10px;
}
a, a:visited{
    color: #9EB21F;
    text-decoration: none;
}
a:hover {
    color: #7B8A18;
    text-decoration: underline;
}
#content {
    position: absolute;
    left: 30px;
    top: 90px;
    width: 500px;
    font-family: Georgia, Trebuchet, Arial, Helvetice, Sans-serif;
    font-size: 11px;
    color: #4e4e4e;
    text-align: justify;
    
}
#content img {
    padding: 3px;
    border: 1px dotted #c8c8c8;
}
.content_title {
	 color: #a8a8a8;
    font-size: 10px;
    font-family: Sans-Serif;   
    border-top: 1px dotted #d8d8d8;
    padding-top: 3px;
}
.content_title strong {
    font-size: 15px;
    color: #FFA500;
    font: 12px "Din-Medium",Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;

}
#news {
    position: absolute;
    left: 530px;
    top: 90px;
    width: 210px;
    font-family: Georgia, Trebuchet, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: black;
    border-left: 1px dotted #a8a8a8;
    padding-left: 10px;
    margin-left: 10px;
    color: #4e4e4e;

}

#news img {
    padding: 3px;
    border: 1px dotted #c8c8c8;
}
.news_title {
    color: #a8a8a8;
    font-size: 10px;
    font-family: Sans-Serif;   
    border-top: 1px dotted #d8d8d8;
    padding-top: 3px;
}
.news_title strong {
    font-size: 15px;
    color: #FFA500;
    font: 12px "Din-Medium",Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;

    
    
}

