/* CSS Document */

@charset "utf-8";

@media all
{

/** / div { border:#f0f solid 1px; } /**/

/* Tags */
* { margin:0; padding:0; }
html, body { text-align:center; width:100%; height:100%; }
body, select, input { font:100% Geneva, Arial, Helvetica, sans-serif; background:#fff; color:#333; }
a { color:#06C; text-decoration:none; outline: none; } a:hover { text-decoration:underline; }
img { border:medium none; }
input { outline: none; }

h1, h2 { margin:4px 0; }
h3, h4 { margin:2px 0; }
h5, h6 { margin:1px 0; }
h1 { font-size:120%; } h2 { font-size:110%; } h3 { font-size:100%; } h4 { font-size:80%; } h5 { font-size:70%; }
h1, h2, h3, h4, h5, h6 { color:#2c5279; }
h1 a, h2 a, h3 a, h4 a, h5 a { color:#2c5279; }

fieldset { border:none medium; }
p, td, th, input { font-size:80%; }

/* Classes */
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; } .floatright { float:right; } .floatleft { float:left; }
.ulblank { list-style:none; }
.hidden { display:none; }

/* Layout */

#wrapper { margin:0 auto; text-align:left; }
#wrapper, #header, #content, #gameTitle, #footer, #gameAdRight { width:760px; }
#header, #logo, #content, #gameTitle, #gamedesc, #gameAdRight, #footer { float:left; }

#game { float:right; width:630px; }
#gameObject { border:#CCCCCC solid 1px; }
#gameAdLeft { float:left; width:120; }
#gameAdRight { height:90px; margin:0 0 10px 0; }
#gameTitle { margin:10px 0 20px 0; }
#gamedesc { margin:20px 0; }
#header { margin:20px 0 20px 0; }

#about, #moregames { float:right; width:200px; text-align:right; }

#footer { border-top:#333333 solid 1px; padding:10px 0 0 0; margin:40px 0; text-align:center; color:#999; font-size:70%; }

/* Content */

#gamestable { margin:20px 0 0 0; }
#gamestable td { padding:10px 0; }
#gamestable td.tdBottom { border-bottom:#2c5279 solid 2px; }

}