body {
    font-size: 100%;
    background-color: rgb(133,30,15);
    color: rgb(230,230,230);
    font-family: arial, verdana, sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    }
a img {
    border: 0px solid black;
    }
a {
    text-decoration: underline;
    color: rgb(230,230,230);
    }
hr {
    height: 1px;
    color: rgb(230,230,230);
    }
h1 {
    font-size: 150%;
    text-align: center;
    border-top: 2px solid rgb(230,230,230);
    border-bottom: 2px solid rgb(230,230,230);
    }
h2 {
    font-size: 120%;
    padding: 2px;
    border-top: 1px solid rgb(230,230,230);
    border-left: 1px solid rgb(230,230,230);
    }
h3 {
    font-size: 110%;
    font-weight: bold:
    }
ul.card li {
	font-weight: bold;
	}
ul.card {
	line-height: 30px;
	}
li ol.card li {
	font-weight: normal;
	line-height: 120%;
	}
.strong {
    font-family: arial, verdana, sans-serif;
    }
.h1 {
    font-size: 150%;
    }
.pi {
    font-size: 120%;
    } 
.bigpi {
	font-size: 150%;
	}
.wip {
    text-align: center;
    font-size: 150%;
    border: 2px solid rgb(230,230,230);
    }
.bpi {
    font-size: 150%;
    font-family: times, serif;
    }
.sponsor {
    text-align: center;
    }
/* topnav */
div#topnav {
	width: 1025px;
	overflow: hidden;
	}
#topnav ul {
	float: left;
	list-style: none;
    margin: 0px;
    padding: 0px;
	width: 1025px;
	overflow: hidden;
	}
#topnav ul li {
	float: left;
	/* 5 menu-items */
	/* width: 19%; */
	}
/* /topNav */
/* leftNav */
div#leftnav {
	width: 206px;
	line-height: 0px;
	}
/* /leftNav */
#bg {
    position: absolute;
    width: 100%;
    height: 100%;
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
#teaser {
    position: absolute;
    top: 300px;
    left: 650px;
	width: 300px;
    border: 2px solid rgb(151,0,0);
    color: rgb(151,0,0);
    font-family: chicago, verdana, arial, sans-serif;
    font-size: 120%;
    text-align: left;
    padding: 5px;
    }
#contentcontainer {
    position: absolute;
    top: 40px;
    left: 205px;
    width: 605px;
    background-color: rgb(151,0,0);
    text-align: left;
    padding: 5px;
	overflow: auto;
    }
#contentcontainerBlack {
    position: absolute;
    top: 40px;
    left: 205px;
    width: 605px;
    background-color: rgb(0,0,0);
    color: rgb(80,80,80);
    text-align: center;
    padding: 5px;
	overflow: auto;
    }
