html { height: 100%; }

body {
	background: #fff;
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
}

#header {
	position: fixed;
	margin: 0;
	padding: 0;
	height: 50px;
	background-image: url("layout/v1topbg.gif");
	background-repeat: x-repeat;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}

		h1.site-name {
			font-family: Courier New, monospace;
			font-size: 48px;
			font-weight: normal;
			color: #960;
			letter-spacing: 25px;
			margin: 0;
			padding: 50px 0 0 0;
			overflow: hidden;
			background-image: url("layout/v1title.gif");
			background-repeat: no-repeat;
			
			height: 0px !important;
			height /**/: 50px;
		}
		
		.section-header {
			border-bottom: 2px solid #960;
			padding: 0 0 0 40px;
			display: inline-block;
		}
		
#navigation {
	width: 200px;	
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1;
	background-image: url("layout/v1sidebg.gif");
	background-repeat: repeat-y;
}

#nav-site {	
	bottom: 0px;
	left: 110px;
	padding-right: 5px;
	position: absolute;
}
		
	#nav-site ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	#nav-site a {
		margin: 0;
		padding: 20px 0 0 0;
		overflow: hidden;
		display: block;
		
		height: 0px !important;
		height /**/: 20px;
	}
	
	#nav-site a:hover {
		border-width: 0;
	}
	
	#nav-disclaimer {
		background-image: url("layout/v1nav1disclaimer.gif");
		background-repeat: no-repeat;
		width: 81px;
	}
	
	#nav-updates {
		background-image: url("layout/v1nav2updates.gif");
		background-repeat: no-repeat;
		width: 81px;
	}	
	
	#nav-about {
		background-image: url("layout/v1nav3about.gif");
		background-repeat: no-repeat;
		width: 81px;
	}
	
	#nav-TE {
		background-image: url("layout/v1nav4te.gif");
		background-repeat: no-repeat;
		display: block;
		width: 81px;
	}
	
	#nav-decks {
		position: absolute;
		left: 0px;
		top: 75px;
		width: 200px;
	}	
	
	#nav-decks iframe {
		frameborder: 0;
		width: 199px;
		height: 200px;
	}
	
#content-a {
	position: absolute;
	left: 200px;
	top: 50px;
	width: 550px;
	z-index: 0;
	padding: 20px;
}
		
p, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #960;
	margin: 0 0 15px;
}

	p.section-leader:first-letter {
			font-weight: bold;
	}
	
	.date {
		font-style: italic;
	}
	
h2.title, p.title {
		font-family: Courier New, monospace;
		font-size: 18px;
		color: #c90;
		font-weight: bold;
		letter-spacing: 5px;
		text-align: right;
		border-bottom: 3px double #c90;
}
		
h3.small-title {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #960;
		margin-bottom: -10px;
		padding-bottom: 0px;
		letter-spacing: 5px;
		font-weight: bold;
		border-bottom: 1px solid #960;
		padding-left: 85px;
		display: inline;
}	

a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #330;
	letter-spacing: 1px;
}

a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #c96;
	letter-spacing: 1px;
}

a:hover {
	text-decoration: none;
	color: #960;
	border-style: dashed;
	border-width: 0px 0px 1px;
	border-color: #960;
}

table.card-table {
	border: 1px groove #FAF5E4;
}

table.card-table td {
	border-width: 1px;
	text-align: center;
	padding: 4px;
	margin: 0;
}

table.card-table tr:first-child td:first-child {
	border: 0;
}

table.card-table td:first-child {
	text-align: right;
}
