/* CSS Document */
@import "layout.css";

#sidebar ul{
list-style:none;
margin-top:10px;
padding-left:5px;
}

#top a{
float:left;
width:1024px;
height:175px;
text-decoration:none;
}
#top a:hover{
text-decoration:none;
}

#sidebar h2{
font-size:1.5em;
}

#content h2{
clear:both;
font-size:1.5em;
margin-bottom:10px;
}

#content #descr{
clear:both;
margin-top:10px;
}

#content img{
max-width:750px;
}

.media{
clear:both;
margin-top:5px;
}