html {background: #FF0000;color: #000000;margin: 10px;}
a {color: #ffffff; text-decoration: none;}
img {border:1;}
h1, h2, h3, h4, h5 { color: #000000; }

ul { margin:0; padding:0; }
ul li {display:inline;}
/*******************************************************************/
body {width:800px;margin:0 auto;text-align:center;background:url(img/background.gif);}
/* MSIE display:inline-block is to make sure MSIE doesn't paint the backround above the containers, the overflow declaration is to make sure the containers do not drop below siblings if content pushes the width (in modern browsers it doesn't drop, but it spawns an orizontal scrollbar)  */
#header,#menu,#content,#sub-sections,#footer, #real-content {overflow:hidden;display:inline-block;text-align:left}
#header,#menu,#footer {width:100%} /* safari and opera need this */
#contents,#sub-sections {float:left}


#contents {width:45%}
#sub-sections {border-left: 2px dashed #000000; width:54.7%}
#footers {clear:both; border-top: 2px dashed #000000; margin-top: 13px;}

#header-img {float: left;}
#header-ads {float: left; margin-left: 20px; width: 425px; height: 101px; text-align: center; border: 1px solid #FFFFFF;}

#menu {border-bottom: 2px dashed #000000;}
#menu li {margin:0; padding:10px 0 10px 0; width: 105px; display: block; float: left;text-align:Center;}

#top10-links {  padding: 10px 0 10px;}
#top10-links ul {width: 180px; float: left; margin-bottom: 13px;}
#top10-links ul li {display: block; list-style-type: none;}
#top10-links .first-row {position: relative; top: 0px; left: 13px;}
#top10-links .second-row {}

#bottom-top10-friends {margin: 0 auto 0 auto;width: 400px;  padding: 10px 0 10px;}
#bottom-top10-friends h2 {text-align: right;}
#bottom-top10-friends ul {width: 700px;  float: center;}
#bottom-top10-friends ul li { display: block; list-style-type: none; font-size: 1.4em;}

#thumbnails {padding-top: 10px;}
#thumbnails ul li img {margin: 0 5px 5px 0;}

#links-list {clear: both; border-top: 2px dashed #000000; padding: 13px 0 13px 13px;}
#links-list li {color: #000000; display: block; list-style-type: none; margin-bottom: 13px; }

#real-contents {clear: both; width: 150px;float: right; margin-right: 13px;}

#sidebars { width: 150px;}

.footer-text {margin: 0 auto 0 auto; display: block; width: 500px;}

