/*Play <A href="http://www.flyordie.com">free online games</A>!<!--*/
body {
    background-color: #003300;
    background-image: url(../images/grid.gif);
    background-attachment: fixed;
    color: #00CC00;
    font-family: verdana;
    font-size: 12px;
    cursor: crosshair;
	text-align:center;
}

a:link, a:active, a:hover, a:visited {
    color: #00FF00;
}

a:hover {
    color: #00AA00;
    text-decoration: none;
}


.main {position:relative; width:1040px;}

 




#leftbar {
    width: 125px;
    height: 500px;
    background-color: #000000;
    position:absolute;
    left: 10px;
    top: 0px;
    margin-top: 25px;
    margin-left: 0px;
    border-right-color: #00FF00;
    border-right-style: solid;
    border-right-width: 1px;
}
   
#leftcontent {
    height: 435px;
    padding-left: 4px;
}

#leftfooter {
    width: 125px;
    height: 50px;
}

#rightbar {
    background-color: #000000;
    width: 125px;
    height: 500px;
    position: absolute;
    top: 25px;
    right: 10px;
    border-left-color: #00FF00;
    border-left-style: solid;
    border-left-width: 1px;
}

#central {
    background-color: #000000;
    min-width: 730px;
    overflow: visible;
    position: absolute;
    top: 25px;
    left:150px;
    right: 150px;
    padding: 5px;
}

.bigborder, .smallborder {
    border-color: #00FF00;
    border-style: solid;
    border-width: 4px;
}

.smallborder {
    border-width: 2px;
}

.button, .action {
    background-color: #000000;
    text-align: center;
    padding: 2px;
    width:120px;
    cursor: pointer;
}

.button a:link, .button a:visited, .button a:hover,
 .action a:link, .action a:visited, .action a:hover {
    width: 125px;
    border-style: outset;
    border-width: 2px;
    border-color: #00CC00;
}



.button a:active, .action a:active {
    border-style: inset;
}

.action a:link, .action a:hover, .action a:visited, .action a:active {
    color: #CC0000;
    border-color: #CC0000;
}






hr {
    width: 85%;
    background: #00CC00;
    height: 1px;
}
/*-->*/
.spacer {
    height: 4px;
}
.st {font-size: 18px}

