﻿html, body {
	margin:0px;
	padding:0px;
	background:#000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
}
img {
	border-width: 0px;
}
a:link {
	text-decoration: underline;
	color: #0033cc
}
a:visited {
	text-decoration: underline;
	color: #003366
}
a:active { 
	text-decoration: underline;
	color: #00ff00
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
h2, h3, h4 {
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
.head {
	height:0px;
	color:#fff;
	font-weight: bold;
	padding:0px;
}
.head p{
	margin:0px;
	padding:0px;
}
.head a:link {
	text-decoration: underline;
	color: #99ccff;
}
.head a:visited {
	text-decoration: underline;
	color: #99ccff;
}
.head a:active { 
	text-decoration: underline;
	color: #00ff00;
}
.head a:hover {
	text-decoration: underline;
	color: #ffff00;
}
#directory {
	background-image: url('html/bar.gif');
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding-top: 4px;
	margin: 0px auto;
	width: 750px;
	height: 28px;
	top: 24px;
	text-align: center;
	font-weight: bold;
}
#directory img {
	border: 0px;
	float: right;
	margin-top: -4px;
}
#directorytext {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding-top: 5px;
	margin: 0px auto;
	width: 750px;
	top: 51px;
}
#searchtext {
	background-image: url('html/shadow.gif');
	background-position: 50% top;
	background-repeat: repeat-x;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px auto;
	width: 750px;
	text-align: center;
}
#searchtext1 {
	background-image: url('html/shadow.gif');
	background-position: 50% top;
	background-repeat: repeat-x;
	border-top: 1px solid #c0c0c0;
	padding-top: 8px;
	margin: 0px auto;
	width: 750px;
	height: 10px;
}
#navigation {
	position: absolute;
	top: 0px;
	left: -230px;
	width:200px;
	font-size: 4px;
}
.foot {
	display:block;
	height:40px;
	background:#fff;
	color:#000;
	text-align:center;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	margin:0px;
	padding:0px;
}
#container {
	position:relative;
	display:block;
	background:#fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#inner {
	display:block;
	margin-right:0px;
	padding:5px;
}
#left {
	float:left;
	position:relative;
	width:0px;
	left:0px;
}
#center {
	margin-left:0px;
	margin-right:0px;
	position:relative;
	display:block;
	height:1%;
	background:#fff;
}
.clear {clear:both;}

/* Just to extend each column */
#inner a:visited, a {
	text-decoration:underline;
}
#inner a span {
	display:none;
}
#inner a:active, #inner a:focus {
	text-decoration:underline;
	background:transparent;
}
#inner a:active span, #inner a:focus span {
	display:block;
}
