
body {}

#wrapper {width:860px; margin:0 auto; padding:10px; background:#ccc;}

li {list-style:none;}
h1, h2, h3, h4, h5, p, div, span {}
a {}
a:hover {}

#top {width:100%; height:40px;}
#top #topLeft {float:left; width:550px; height:100%; background:#666;}
#top #topRight {float:right; width:300px; height:100%; background:#888;}

#content {width:100%; /* remove height */ height:550px; margin:10px 0;}
#content #contentLeft {float:left; width:450px; height:100%; background:#666;}
#content #contentRight {float:right; width:400px; height:100%; background:#888;}
#content #contentRight #rightLeft {float: left; width: 50%; height: 100%; margin-right: 10px; background: #333;}
#content #contentRight #rightRight {float: right; width: 47%; height: 100%; background: #444;}

#footer {clear:both; background:#333; height:40px;}