/* CSS Document */
body {
	background-image: url(images/BG.gif);
	background-color: #661627;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
h1 {
	font-size: 18px;
	color: #580C18;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h4 {
	width:586px;
	margin:0 auto 0 auto;
	background-color:#661627;
	padding:7px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
#header{
	background-image:url(images/header.gif); 
	background-repeat:no-repeat;
	width:850px;
	height:161px;
	margin:0 auto 0 auto;
}
#nav {
    color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
	text-align:right;
	padding-top:130px;
	padding-right:30px;
	}
	
#nav a:link {
    color:#000000;
	text-decoration:none;
	}	
	
#nav a:visited {
    color:#000000;
	text-decoration:none;
	}	

#nav a:active {
    color:#000000;
	text-decoration:none;
	}
	
#nav a:hover {
	color:#990000;
	text-decoration:line-through;
	}
	
#maintable {
	width:850px;
	margin:0 auto 0 auto;
	padding:0;
}
#border-left {
	background-image:url(images/border-left.gif); 
	background-repeat:repeat-y;
	width:75px;
}
#border-right {
	background-image:url(images/border-right.gif); 
	background-repeat:repeat-y;
	width:75px;
}
#content {
	width:700px;
	min-height:600px;
	background-color:#E1E1E1;
}
#footer {
	height:20px;
	text-align:center;
	background-color:#E1E1E1;
}

.hometext {
	font-size:14px;
	line-height:18px;
	padding:0 30px 100px 30px;
}

#shownav {
	text-align:right;
	font-size:16px;
	font-weight:bold;
}

.smallprint {font-size: 10px}

.showlist li{
	margin-bottom:8px;
}

.redbold {
	color: #762634;
	font-weight: bold;
}

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #222222;
  background-color: #f7f7f7;
  border: 1px solid #999999;
  padding: 2px 4px 2px 4px;
}
.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #f7f7f7;
  background-color: #990000;
  border: 1px solid #990000;
}

#vidlist {
	margin:0;
	padding:0;
}
#vidlist li {
	list-style:none;
}
#vidlist li a{
	display:block;
	width:586px;
	margin:1px auto 0 auto;
	background-color:#661627;
	padding:7px;
	text-align:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#vidlist li a:hover {
	background-color:#990000;
}
