* { margin:0; padding:0; }
#presentation { 
	text-align:justify;
    margin-top: 60px;
}
#news { 
    width: 265px; 
    height: 230px;
    background:#84CAEA; 
    padding:5px 5px 0; 
    font-family:Verdana,Arial,Sans-Serif;
    font-size:12px;
    float: left;
    margin-left:40px;
    -moz-border-radius: 5px;
    -web-border-radius: 5px;
    border-radius: 5px;
}
#event { 
    width: 265px; 
    height: 230px;
    background:#84CAEA; 
    padding:5px 5px 0; 
    font-family:Verdana,Arial,Sans-Serif;
    font-size:12px;
    float: right;
    margin-right:20px;
    -moz-border-radius: 5px;
    -web-border-radius: 5px;
    border-radius: 5px;
}

#event li{ 
    border-bottom: 1px inset #0084C4;
    padding: 6px;
}

#present{
    height: 540px;
    width: 345px;
    float: left;
    background: #DFF2FF;

    text-align: left;
    padding: 20px;
    padding-top: 60px;
    color:white;
}

#right{
    height: 560px;
    width: 665px;
    float: right;
    background: #C0D9D9;
    padding-top: 60px;
}

.slider-wrapper{
    margin-left: 40px;
    width: 616px;
}


#event a:link {text-decoration: none;color:#0072B8;}
#event a:visited {text-decoration: none;color:#0072B8}
#event a:active {text-decoration: none;color:#0072B8}
#event a:hover {text-decoration: none; color:#CBE83E;}