#header
{
    float:left;
    margin-right: auto;
    margin-left: auto;
    height: 125px;
    width: 960px;
    font-family: Comic Sans MS;
    font-size: large;
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-large;
    COLOR: Green;
    TEXT-ALIGN: center
}
#page
{
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    color: Green ;
    font-family: Comic Sans MS;
}
#main
{
    float: left;
    margin-right: auto;
    margin-left: 5px;
    min-height:400px;
    width:830px;
    color: Green ;
    font-family: Comic Sans MS;
    font-size:smaller;
}
#articles
{
    float: left;
    margin-right: auto;
    margin-left: 5px;
    min-height:400px;
    width:550px;
    color: Green ;
    font-family: Comic Sans MS;
    font-size:smaller;
}
#results
{
    border-style:groove;
    border-bottom-color:lime;
    border-width:thin;
    float: right;
    margin-right: auto;
    margin-left: auto ;
    width: 250px;
    height: 250px;
    color: Green;
    font-family: Comic Sans MS;
}
#sponsor
{
    border-style:ridge;
    border-bottom-color:lime;
    border-width:thin;
    float: right;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    color: Green;
    font-family: Comic Sans MS;
}
#footer
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 22px;
    color: Green;
    font-family: Comic Sans MS;
    FONT-WEIGHT: bold;
    FONT-SIZE: smaller;
}
/* 2 column layout */
#menu
{
    float: left;
    width: 120px; /*border: solid 2px black; */ /*position: relative; */ /*background: url(images/background_nav_main.gif) repeat-x; */
    font-size: small;
    font-weight: bold;
    font-family: Comic Sans MS, Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    color: #008000;
}
#navleft ul
{
    margin: 0px;
    padding-top: 9px;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}
#navleft ul li
{
    display: inline;
    color: navy;
    margin-top: 25px;
    margin-left: 5px;
    margin-bottom: 25px;
    background: gold ;
}
#navleft a:link, #navleft a:visited
{
    color: green;
    text-decoration: none;
}
#navleft a:hover
{
    text-decoration: underline;
}
#navleft a:active
{
    color: #FEFFBD;
    text-decoration: none;
}


#columnright
{
    margin-left: 125px; 
    border: solid 2px black;
  /*  position:relative; */
}

.menu
{
    background-color: Gold;
    text-decoration:none;
    color:Green;
}
.menuh
{
    background-color: Yellow;
    text-decoration:none;
}
.num
{
    text-align:right;
}
.mid
{
    text-align:center;
}
.text
{
    text-align:left;
}
.gvheader
{
    background-color:gold;
}
.gvalt
{
    background-color:lightgreen;
}
img
{
    border-style: none;
}
a.none
{
    text-decoration:none;
}