/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}

#maincolumn {
	width: 200px;
	margin: 20px 24px 0 56px;
	text-transform: uppercase;
	letter-spacing: .3em;
	z-index: 10;
	float: left;
	position: absolute;
}
/*
#plusminus {
	margin-bottom: 1em;
}*/

#plusminus a:link, #plusminus a:visited {
	color: #000;
	text-decoration: none;
}

#plusminus a:hover {
	font-weight: bold;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul li {
	padding: 0;
	margin-top: 0;
}

#navcontainer ul ul {
	padding-left: 2em;
}

#navcontainer li#active a {
	text-decoration: underline;
}

#navcontainer a {
	color: #000000;
	display: block;
	width: 160px;
}

#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}

#navcontainer a:hover {
	text-decoration: underline;
}


#imageholder {
	position: absolute;
	margin: 20px 0 0 282px;
	text-transform: uppercase;
	letter-spacing: .3em;
	z-index: 10;
	float: left;
}

#maincolumn a:link, #maincolumn a:visited {
	color: #000;
	text-decoration: none;
}


#maincolumn a:hover {
	color: #000;
	text-decoration: underline;
}

#textblock {
	width: 400px;
	position: absolute;
	margin: 20px 0 0 280px;
/*	top: 20px;*/
	z-index: 10;
active
}

#textblock h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
/*	margin-bottom: -1em;*/
	font-weight: normal;

}

#textblock p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.letterspaced {
	letter-spacing: .3em;
	text-transform: uppercase;
}

#textblock h1, #textblock h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
/*	padding: -1em 0;
	margin: -1em 0;*/
}

.letterspaced p {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

table {
	letter-spacing: normal;
	border-spacing: 0;
	width: 600px;
	/*border-spacing: 20px;*/
}

td {
	vertical-align: top;
	padding: 0 4px;
	border-right: 1px dashed #000;
	vertical-align: top;
}

.tracked {
	letter-spacing: 1em;
}

.stars {
	letter-spacing: .3em;
	margin-bottom: 1em;
}

.stars2 {
	margin-top: 2em;
	letter-spacing: .3em;
}

#caption {
	text-transform: none;
	letter-spacing: normal;
	margin-top: 1.5em;
	margin-bottom: 2em;
	width: 500px;
}

#imageholder #caption h1 {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#caption p {
	margin: 0 0 1em 0;
	padding: 0;
}

#verysmall {
	width: 100%;
	height: 31px;
	margin-top: 10px;
}

#topbar {
/*	margin-top: 4.3em;*/
	margin-bottom: 1.5em;
}

/*****************************
TWEAK CLASSES
******************************/

.width200 {
	width: 200px;
}

.width300 {
	width: 300px;
}

.width88 {
	width: 88px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em {
	text-decoration: underline;
	font-style: normal;
}