body
{
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
}

address
{
	white-space: pre-line;
	width: 15em;
	text-align: center;
	color:#846448;
}

header
{
	width: 100%;
	height: 48px;
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	display: block;
	vertical-align: bottom;
	background-position: 1px;
}

h1,h2 { display: none; }
header nav
{
	position: absolute;
	top: .8in;
	left: 212px;
	right: 0;
	white-space:nowrap
}
header nav a
{
	text-decoration: none;
	line-height: 22px;
	border-right: 1px white solid;
	border-bottom: 0;
	border-left: 0;
}
header nav img { border: 0; }
header nav a img.normal { display: inline;}
header nav a img.hover { display: none; }
header nav a:hover img.normal,
header nav a.hover img.normal{display:none}
header nav a:hover img.hover,
header nav a.hover img.hover{display:inline}

section
{
	display: block;
	left: 220px;
	top: 150px;
}
section a:link ,section a:visited { color: black; }
section a:hover { color: #F00; }
section a:active { color: #00F; }

menu
{
	padding-left: 0em;
	margin: 0;
	font-size:85%;
	
}
menu li { list-style-type: none; }
menu li a { 
	padding-right: .5em; 
	padding-bottom:8px;
}


h3
{
	/*font-family: "Andale Mono";*/
	color: red;
	text-transform: uppercase;
	font-size:80%;
}

article
{
	width: 400px;
	display: block;
	/*
	overflow-y: scroll;
	height: 400px;
*/
}
article .side,
article .left-of-next
{
	position: absolute;
	top: 0px;
	left: -200px;
	float: left;
	margin: 5px;
	width:190px;
}
article .side img,
article .left-of-next img
{
	width: 170px;
	border:0;
}
.marquee
{
	/*font-family: "Andale Mono";*/
	color: red;
	margin-top: 100px;
	margin-bottom: 200px;
	text-transform: uppercase;
}

div.intro
{
	width: 100%;
	height: 48px;
	background-image: url(../images/redwave.png);
	background-repeat: repeat-x;
	display: none;
	z-index: 1;
	position: absolute;
	top: 200px;
	right: 0px;
	background-position: left;
}

p{font-size:75%}
footer
{
	/*font-family: "Andale Mono";*/
	bottom: 10px;
	text-transform: uppercase;
	color: gray;
	xcolor:#846448;
}
caption { display: none; }
td
{
	vertical-align: bottom;
	font-size: 75%;
	padding-right: 2em;
}
th
{
	vertical-align: bottom;
	font-size: 75%;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {
	text-decoration:none;
	color:red;
}
a:active {text-decoration:none;}