I can input some comments in your
layout
- background image in your footer is been cut off, likely caused by your "margin: -20x auto;" in
#wrapper_- bullet points in listings (in both left panel and right panel) are not centered with the text. you can fix this by appling position: 0 50% to your <li> like this:
CODE
.lsidebar ul ul li {
background:transparent url(images/bullet-orange.gif) no-repeat scroll 0 50%;
}
- apearently you haven't finish your header, so I won't comment on that just yet.
- select appropriate font sizes for the tags in your tag cloud. Perhaps something like 16px, 14px and 10px.
- you may want to use a better seperator design on your
.line. perhaps have your adsense embedded in seperator.
- in my opinion, "images/mbg.gif" effect would be better for #wrapper than #main
Very clean design indeed, nice work!