body
{
background-image:url(images/bg.png);
background-attachment:fixed;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
color: rgb(32, 32, 32);
}

#nav
{
background-image: url(images/logo.gif);
margin-left: auto;
margin-right: auto;
width: 720px;
height: 140px;
}

#nav a:link
{
color: #000000;
text-decoration: none;
}

#nav a:visited
{
color: rgb(0, 0, 0);
text-decoration: none;
}

#nav a:hover
{
color: rgb(0, 0, 0);
text-decoration: none;
background-color: rgb(255, 127, 0);
}

#nav a:active
{
color: rgb(0, 0, 0);
text-decoration: none;
background-color: rgb(255, 127, 0);
}

#navtext
{
position: relative;
left: 190px;
top: 120px;
font-size: 12px;
font-weight: bold;
width: 720px;
height: 130px;
}

.bar
{
background-image: url(images/bar.gif); 
clear: both;
margin: 0 auto 12px auto;
width: 680px;
height: 28px;
}

.bartext
{
padding-top: 6px;
font-size: 12px;
font-weight: bold;
}

.wrap {
clear: both;
width: 90%;
margin: 0 auto;
}

#nlcol
{
float: left;
text-align: left;
width: 90%;
}

#nrcol
{
float: right;
text-align: right;
width: 10%;
}

#lcol
{
float: left;
text-align: justify;
width: 70%;
}

#rcol
{
float: right;
text-align: center;
width: 30%;
}

.game
{
clear: both;
width: 90%;
height: 110px;
margin: 0 auto;
}

.glcol
{
float: left;
text-align: left;
width: 20%;
}

.grcol
{
float: right;
text-align: justify;
width: 80%;
height: 80px;
}
