* { margin: 0; padding: 0; }
body {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #333;
    background: #fff url(images/body.png) repeat-x; }
a:link, a:active, a:visited { color: #222; }
a:hover { text-decoration: none; }
#wrapper {
    width: 1000px;
    margin: 0 auto; }
#header { padding: 10px 0 16px 10px; text-align: left; }
#header a, img { border: 0px }
#maincontainer {
   /* width: 785px; */ /*Width of main container*/
    width: 1130px;/*Width of main container*/
    margin: 0 auto;
    background: #FFFFFF; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
#contentwrapper {
    float: left;
    width: 100%; }
#contentcolumn { 
    margin-right: 180px; 
    line-height: 180%; /*Set right margin to RightColumnWidth*/ }
#rightcolumn {
    float: left;
    width: 180px; /*Width of right column*/
    margin-left: -180px; /*Set left margin to -(RightColumnWidth) */ }
#footer {
    clear: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 4px 0; }
h2.info {
    font-family: Arial, sans-serif;
    color: #459cb0;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 3px;
    margin-bottom: 5px; }
p.info {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 16px; }
a.moregames:link, a.moregames:active, a.moregames:visited { color: #222; font-size: 11px; font-weight: bold; }
a.moregames:hover { text-decoration: none; }
.content-wrap { width: 260px; text-align: left; font-size: 11px; float: left; line-height:110%; padding-bottom: 10px; }
.content-thumb { float: left; width: 80px; }
.content-desc { float: right; width: 175px; margin-left: 5px; }
.gthumb { width: 80px; height: 60px; border: 1px solid #000000 }