html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	
	_color: #BEBEB0;
	color: #d5d5c5;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
}

#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/

}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	width: 70%; /* See note below */
	height: 32px;
	text-align: center;
	padding: 0 15%;

	color: #BEBEB0;
	word-spacing: 8px;
	background-color: #1b3f59;
	vertical-align: middle;
	font-size: 12pt;
	font-weight: bold;
	
	background-image: url(img/footer.jpg);
	
}


/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
	width: 800px;
	margin-top: 120px;
}





a:link {
	color: #95b4e2;
}
a:visited {
	color: #95b4e2;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #344094;
}

.text {
	text-align: justify;
	width: 720px;
}

.tagline {
	width: 460px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#banner {
	width: 100%;
	margin-top:-8px;

}

#banner_image {
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:1;
	width:100%;
	height:97px;
}

#me {
	margin-right: 16px;
}

#header {
	color: #5d86c4;
	font-size: 18pt;
	font-style: italic;
	letter-spacing: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 4px 4px;

}


.small {
	font-size: 10pt;
}

.tiny {
	font-size: 8pt;
}

td {
	line-height: 100%;
}

#sellers {
	font-weight: bold;
	width: 530px;
	border: 2px outset #444444;
	font-size: 11px;
}

.blurb_f {
	position: absolute;
	width: 800px;
	color: #FFFFFF;
	z-index: 2;
	text-align: center;
	font-weight: bold;
	font-size: 0pt;
	visibility: hidden;
}

.blurb_b {
	position: absolute;
	width: 800px;
	color: #5d86c4;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	font-size: 0pt;
	visibility: hidden;
}

.blurb_n {
	position: absolute;
	width: 800px;
	color: #000000;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	font-size: 0pt;
	visibility: hidden;
}
