body { margin: 0; background: #fff }
td { vertical-align: top; font-family: Arial, Helvetica; font-size: 12px }
td.header { background: url('header.jpg'); width: 753px; height: 198px; vertical-align: bottom; }
td.cell1 { background: #efefef; height: 30px; width: 30px; vertical-align: middle; text-align: center; cursor: default; font-family: Arial, Helvetica; font-size: 13px }
td.cell2 { background: #e4e4e4; height: 30px; width: 30px; vertical-align: middle; text-align: center; cursor: default; font-family: Arial, Helvetica; font-size: 13px }
h1 { color: #000; font-size: 14px; font-family: Arial, Helvetica; font-weight: strong; padding: 0; margin: 0px 0px 20px 92px }
h2 { color: #000; font-size: 13px; font-weight: bold; font-family: Arial, Helvetica; padding: 0; margin: 0 }
input { width: 120px; border: 1px solid #ddd; margin: 2px 0px 2px 0px }
.board { border: 1px solid #dedede; width: 309px }
.loading { background: #f00; color: #fff; font-family: Arial, Helvetica; font-size: 13px; position: absolute; top: 0px; right: 0px; padding: 5px 15px 5px 15px; font-weight: bold }
.container { width: 753px }
.ads { width: 150px; text-align: center }
.copyright { height: 27px; vertical-align: middle; text-align: center; color: #fff; background: #000; font-weight: bold }
.rules { text-align: justify }
.tip { color: #000; font-size: 13px; font-weight: normal }
a:link { color: #FF0000; }
a:visited { color: #FF0000; }
a:hover { color: #FF0000; }
#pointermenu{
border-top: 7px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 180px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
background: black url(media/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}
