

#hash	{
position: relative;
margin-left: auto;
margin-right: auto;
top: 0px;
background-color: #fff;
width: 860px;

}

#masthead	{
margin-left: auto;
margin-right: auto;
height: 100px;
}

#main  {
position: relative;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
top: 0px;
background-color: #fff;
width: 860px;

}

#gameboard  {
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
top: 20px;
background-color: #fffff0;
width: 740px;
border: solid #ccc 1px;
padding: 20px;
}


.main-dP	{
text-align: center;
font-family: Trebuchet MS;
font-size: 11pt;


}





#navcontainer
{
margin: 4px 0 0 0;
padding: 0px;
height: 24px;
font: 14px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #3266cc;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #000;
text-decoration: none;
padding: 3px 9px 3px 9px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #3266cc;
cursor: pointer;
background: #fffff0;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #300;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #369;
background: #eee;
}
