

html, body
{
	width: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, table, tr, td, #url, #zip, #code
{
	margin:   0;
	padding:  0;
	text-align: left;
	color: #030;
	font-family: "Courier New", Courier, monospace;
	font-size:    9pt;
	line-height: 12pt;
	font-weight: normal;
}
body
{
	background-color: #0C0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}




/*  Global Anchors  */

a:link, a:visited, a:active, a:hover
{
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}
a:hover
{
	background-color: #090;
	color: #FFF;
}
.button
{
	position: relative;
	float: left;
	margin: 0 6px 6px 0;
	width: 80px;
}
.button a:link, .button a:visited, .button a:active, .button a:hover 
{
	display: block;
	margin-top: 3px;
	border: 1px solid #9F9;
	background-color: #0B0;
	padding: 4px 6px 3px 6px;
	text-decoration: none;
}
.button a:hover
{
	border: 1px solid #FFF;
	background-color: #090;
}




/*  Global Lists  */

ol, ul, li
{
	margin:  0;
	padding: 0;
	list-style: none;
}
ul.horz li
{
	float: left;
}
ul.vert
{
	/* margin: 8px 0 8px 0; */
	margin: 8px -8px 8px -8px;
}
ul.vert li.label
{
	padding-left: 8px;
}
ul.vert a
{
	display: block;
	padding: 1px 0 1px 8px;
}
ul.list li
{
	padding: 8px;
}
ul.list li.stripe
{
	background-color: #E0ECFF;
}




table, tr, td
{
	border: none;
	color: #CFC;
}
td
{
	padding-bottom: 3px;
}
td.label
{
	width: 70px;
}
td.field
{
	width: 200px;
}




form
{
	margin:  0;
	padding: 0;
}
input
{
	border: none;
	background-color: #6F6;
	color: #000;
}
#url, #zip, #search
{
	width: 180px;
	padding: 3px;
	color: #000;
}
#code
{
	margin-top: 12px;
}


#main
{
	color: #CFC;
}
.pod
{
	margin-top: 40px;
	margin-bottom: 30px;
	color: #030;
}
.pad   { padding:  8px; }
.clear { clear:   both; }
.crop  { overflow: hidden; }
#centerBox
{
	position: relative;
	top:  0;
	left: 50%;
	margin-left:  -140px;
	padding-bottom: 80px;
	width: 280px;
}
#icon
{
	display: block;
	position: relative;
	top:   0;
	left: 50%;
	margin-left: -60px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 122px;
	height: 72px;
}




#menu
{
	position: relative;
	top: 0;
	margin-bottom: 60px;
	width: 100%;
	background-color: #090;
	color: #0B0;
	text-align: center;
	overflow: hidden;
}
#menu ul
{
	position: relative;
	left: 50%;
	margin-left: -190px;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover 
{
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	background-color: transparent;
	color: #6D6;
	text-decoration: none;
}
#menu a:hover
{
	background-color: #0A0;
	color: #CFC;
}
#menu a.selected
{
	background-color: #0C0;
	color: #FFF;
}
#about, #steal, #book, #inter
{
	display: none;
}



