* { margin: 0; padding: 0; }
body {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    background: #393939; }
a:link, a:active, a:visited { color: #003366; }
a:hover { text-decoration: none; }
img.thumb { border: 1px solid #000000 }
#wrapper {
    width: 980px;
    margin: 0 auto; }
#header { width: 900px; padding: 10px 0 16px 10px; text-align: left; color: #FFFFFF; }
#header a, img { border: 0px }
#header a:link, #header a:active, #header a:visited { color: #B6E3FE; }
#maincontainer {
    width: 680px; /*Width of main container*/
    margin: 0 auto;
    background: #FFFFFF; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
#contentwrapper {
	text-align: left;
    float: left;
    width: 100%; }
#contentcolumn { 
    margin-right: 175px; 
    line-height: 180%; /*Set right margin to RightColumnWidth*/ }
#contentcolumn2 { 
    margin-right: 260px; 
    line-height: 180%; /*Set right margin to RightColumnWidth*/ }
#rightcolumn {
    float: left;
    width: 175px; /*Width of right column*/
    margin-left: -175px; /*Set left margin to -(RightColumnWidth) */ }
#rightcolumn2 {
    float: left;
    width: 260px; /*Width of right column*/
    margin-left: -260px; /*Set left margin to -(RightColumnWidth) */
    margin-top: 10px; }
#footer {
	color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    padding: 10px; }
#footer a { color: #B6E3FE; font-size: 10px; }
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.mdescl:link, a.mdescl:active, a.mdescl:visited { color: #B6E3FE; text-decoration: underline; }
a.mdescl:hover { text-decoration: none; }
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; }
a.gstart { color: #ff4500; text-decoration: underline; }
.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; }
.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 }