*{
    margin: 0px;
}

html{
    height: 100%;
}

body {
	height: 100%;
        background-color: #9999cc;
	font-size : 12px;
	color : #000000; 
	text-decoration: none;
        font-family: Verdana,Arial,Helvetica,sans-serif;
}

a {
    color: #fff;;
    font-weight: bold;
    text-decoration: none;
}

#floater{
    height: 50%;

}

#content{
    clear:both;
    width: 50px;
    margin-left:auto;
    margin-right: auto;
}

#bio{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #666699;
}

.footer {
	clear: both;
        color: #666699;
	text-align: center;
        height: 42px; /* .push must be the same height as .footer */
}


.navlist
{
        padding: 0 10px 1px;
        padding: 20px;
        font: bold 16px Verdana, sans-serif;
        background: #666699;
}

.navlist li
{
        display: inline;
        list-style: none;
        margin: 0;
        text-align: left;
}

.navlist a
{
    color: #9999cc;
}

.navlist a:visited
{
    color: #9999cc;
}

.navlist li a
{
        padding: 0.25em 0.5em 0.25em 0.75em;
        border: 3px solid;
        text-decoration: none;
}

/*#navlist li a:link { color: #6CC0EE; }
#navlist li a:visited { color: #667; }*/

.navlist li a:hover
{
        border: 3px dotted #99cc99;
        color: #FFF;
}

.floatright { float: right; }

