@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family:"Courier New", Courier, monospace;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background:#1b0f03;
}
#container {
	margin:0 auto;
	width:900px;
	background:url(images/bg.jpg) repeat-y center 433px;
}
#header {
	background:url(images/header.jpg) no-repeat center top;
	height:383px;
	width:900px;
	padding-top:50px;
}
#menu {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	text-align:center;
	text-transform:uppercase;
	}
#menu a {
	color:#993300;
	text-decoration:none;
	padding:0 5px;
	font-weight:bold;
	}	
#menu a:hover {
	text-decoration:underline
	}	
.large-caps {
	font-size: 1.3em
	}		
#home {
	width:430px;
	display:block;
	height:190px;
	margin:0 auto 0 auto;
	}
#content {
	width:480px;
	/*margin:-200px auto 0 auto;*/
	margin:-190px auto 0 auto;
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	border-top:4px solid #fff;
	color:#BDB1A4;
	margin:0 auto;
	padding-top:15px;
	width:660px;
	}
#footer a {
	color:#BDB1A4;
	}	
/*typography*/
a {
	text-decoration: underline;
	font-weight: bold;
	color:#c00;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
	color:#663300;
}
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
.float-right {
	float:right;
	margin-left:15px;
	}
.float-left {
	float:left;
	margin-right:15px;
	}	
.video-title {
	font-size:1.3em;
	font-weight:bold;

	}		
.tdpadding {
	padding-right:10px;
	vertical-align:top;
	}
.tdpadding img{
	padding:5px;
	border:1px solid #fff;
	background:#fff;
	}	
.table-video td {
	padding-bottom:20px;
	}	