body
{
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: black;
    color: #cccccc;
    font: medium  Berylium, Helvetica, Verdana, sans-serif;
}
a, h1
{
    font-size: x-large;
    color: #cccccc;
    font-family: Chiller, Berylium, Arial;
}
a:visited
{
    color: #660000;
}
a:hover
{
    color: White;
}
a img
{
    border: none;
}
.leftnav img
{
    padding-bottom: 5px;
}
.center
{
    margin: auto;
}
.centered
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    margin: auto;
}
.hypnotic
{
    font-size: x-large;
    color: Red;
    font-family: Chiller, Arial;
    margin: auto;
}
.centeralign
{
    text-align: center;
}
.leftnav /*left div*/
{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 110px;
    text-align: center;
}
.wrapper /*head uc, content div, footer uc*/
{
    margin-left: auto;
    margin-right: auto;   
    text-align: center;
    padding-left: 220px; /*total leftnav width*/
	width:790px; /* .content width + extra 40px for scrollbars */
}
.hdrmyspace
{
    margin-top:0px; /*space between header img and myspace link*/
}
.footer /*footer uc*/
{
    line-height: 2em;
}
.footer a
{
    padding: 3px;
}
.content /*center div*/
{
    display:block;
	width:700px;
	height:400px;
	overflow:auto; /*auto shows both scollbars*/
	margin: 20px auto;
	line-height: 23px; /*makes textboxes the same height as labels*/
}