/* CSS Document for thetrunk.htm */

@font-face
{
	font-family:Niagara Solid;
	font-style:normal;
	font-weight:normal;
	src: url(/fonts/NIAGARA0.eot)
}

body
{
	margin:0;
	background:#990000
}

a
{
	color:#FFD700;
	text-decoration:none
}

hr
{
	height:1px;
	color:#CCCC99
}

.shell
{
	width:760px;
	height:480px
}

.content_table
{
	width:760px;
	border-collapse:collapse
}

.content_cell
{
	vertical-align:top
}

.spacer_cell
{
	width:5px
}

.navbar_table
{
	background:#333333;
	border-collapse:collapse
}

.navbar
{
	width:118px;
	color:#CCCC99;
	font-size:10pt
}

.document_table
{
	background:#000000;
	border-collapse:collapse
}

.corner_cell
{
	background:#990000
}

.fill_cell
{
	margin:0;
	border:0;
	padding:0
}

.corner_image
{
	margin:0;
	border:0;
	padding:0
}

.document
{
	width:545px;
	color:#CCCC99;
	font-size:10pt
}

.title
{
	color:#CCCCCC;
	font-family:Niagara Solid, Times New Roman;
	font-size:32pt
}

.heading
{
	color:#CCCCCC;
	font-size:14pt
}

.footer
{
	width:230px;
	text-align:center;
	font-size:8pt;
	color:#CCCC99
}

.footer_fill
{
	width:265px;
	background:#990000	
}

.print_only
{
	display:none;
	font-size:8pt
}

@media print
{	
	.shell
	{
		width:100%
	}
	
	.header
	{
		display:none
	}
	
	.navbar_table
	{
		display:none
	}
	
	.corner_image
	{
		display:none
	}
	
	.print_only
	{
		display:block;
		margin:3px;
		border:1 solid #000000;
		padding:3px;
		text-align:center
	}
}