* { margin: 0; padding: 0; }
body {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #333;
    background: #003366; }
a:link, a:active, a:visited { color: #003366; }
a:hover { text-decoration: none; }
#wrapper {
    width: 1130px;
    margin: 0 auto; }
#header { padding: 10px 0 16px 10px; text-align: left; }
#header a, img { border: 0px }
#maincontainer {
    width: 1000px; /*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: 260px; 
    line-height: 180%; /*Set right margin to RightColumnWidth*/ }
#rightcolumn {
    float: left;
    width: 260px; /*Width of right column*/
    margin-left: -260px; /*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: 10px;
    text-align: justify;
    line-height: 15px;
    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; }
a.head { color: #FFFFFF; text-decoration: none; }
.nav a:link, .nav a:active, .nav a:visited { color: #003366; font-size: 13px; font-weight: bold; text-decoration: none; }
.nav a:hover { text-decoration: underline; color: #000000; }
.gthumb { width: 80px; height: 60px; border: 1px solid #000000 }