html,body
{
height:100%;
font-family:Helvetica,Arial,Sans-Serif;
font-size:12px;
color:#333333;
background-color:#92d400;
margin:0px;
padding:0px;
}

div.layout
{
position:absolute;
margin:0px;
padding:0px;
}

div#headbar
{
width:100%;
left:0px;
top:185px;
height:27px;
background-color:#4d4f53;
}

div#center
{
position:relative;
clear:left;
margin:auto;
width:960px;
top:0px;
padding-bottom:100px;
}

div#logo
{
top:4px;
left:10px;
}

div#nav
{
top:185px;
width:890px;
padding-left:50px;
height:27px;
background-color:#4d4f53;
border-color:#92d400;
border-style:solid;
border-width:0px 10px;
}

div#nav a
{
display:block;
font-family:impact;
font-size:20px;
height:24px;
color:#92d400;
float:left;
padding:0px 15px 3px 15px;
font-weight:normal;
text-decoration:none;
}

div#nav a:hover
{
color:#ffffff;
text-decoration:none;
}

div#nav a#active
{
color:#ffffff;
}

div#page
{
position:relative;
clear:left;
top:320px;
left:120px;
width:720px;
}

div#fixed
{
position:relative;
width:100%;
}

div.fullw
{
float:left;
width:660px;
padding: 0px 0px 60px;
background-color:#92d400;
}

div.conw
{
float:left;
width:400px;
padding: 10px 0px 60px;
background-color:#92d400;
}

div.picw
{
float:left;
width:240px;
margin:10px;
margin-left:70px;
margin-top:-20px;
text-align:right;
padding-bottom:60px;
background-color:#92d400;
}

div.picw img
{
width:220px;
margin-bottom:10px;
}

a#sevenbit
{
position:fixed;
bottom:0px;
left:50%;
margin-left:-77px;
display:block;
width:87px;
height:21px;
background-image:url('layout/sevenbit0.gif');
}

a#sevenbit:hover
{
background-image:url('layout/sevenbit1.gif');
}

