body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: none;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/swirlybg4.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}
h1 {
	font-weight: bold;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-transform: uppercase;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
}

#nav {
	display: block;
	height: 53px;
	width: 800px;
	float: left;

}
#nav ul {
    margin: 0px;
    height: 53px;
    padding: 0;
}
#nav li {
    list-style: none;
    display: inline;
}
#nav li a {
    margin: 0px;
    padding: 0;
    display: block;
    float: left;
}
#nav a span {
    position: relative;
    display: block;
    z-index: -1;
}
li .main {
	display: block;
	width: 138px;
	height: 53px;
	outline: none;
	background-image: url(images/nav_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li .archive {
	display: block;
	width: 130px;
	height: 53px;
	outline: none;
	background-image: url(images/nav_02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li .bio {
	display: block;
	width: 132px;
	height: 53px;
	outline: none;
	background-image: url(images/nav_03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li .blog {
	display: block;
	width: 130px;
	height: 53px;
	outline: none;
	background-image: url(images/nav_04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li .forum {
	display: block;
	width: 131px;
	height: 53px;
	outline: none;
	background-image: url(images/nav_05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li .contact {
	display: block;
	width: 139px;
	height: 53px;
	outline: none;
	background-image: url(images/nav_06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li :hover {
    background-position: 0 -53px;
}
#home li .main {
    background-position: 0 -53px !important;
}
#main li .main, #archive li .archive, #bio li .bio, #blog li .blog,
#forum li .forum, #contact li .contact {
    background-position: 0 -53px !important;
}
#content   {
	height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 15px;
}
#credits     {
	bottom: 0px;
	background-attachment: scroll;
	background-image: url(images/creditsbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 800px;
	color: #999999;
	font-size: xx-small;
	text-align: center;
	vertical-align: bottom;
	clear: both;
}
#credits a:link {
	text-transform: none;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
#credits a:visited {
	text-transform: none;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
#about {
	width: 325px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

#container {
	float: left;
}
#main #sponsors {
	margin-top: 400px;
}
#sponsors    a:link     {
	text-transform: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: x-small;
}
#sponsors a:visited {
	text-transform: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: x-small;
}
#sponsors   .ad   img  {
	border: 8px double #000000;
	background-color: #ffffff;
}
#contact     #form1 {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
#archivevids {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}


#discuss {
	height: 600px;
}

#contact #sponsors {
	float: right;
	width: 400px;
}
#thankyou {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content .alert {
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	border: medium double #000000;
	padding: 5px;
}
#content .alert em {
	color: #990000;
}
