html {
	font-family: verdana;
	color: #fff;
}
body {
	margin:0px;
	overflow: hidden;
	behavior: url('scripts/csshover.htc');
	font-size: 62.5%;
	background-color: black;
}
A{ 
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}

A: hover {
	text-decoration: underline;
	color: #fff;
}

h1{	margin-top: 5px;
	font-size: 1.6em;
	font-weight: bold;
	
}
h2{
	font-size: 1.5em;
	font-family: verdana;
	font-weight: bold;	
	padding:0;
	margin: 10px 0 5px 0;
}
h3{
	font-size: 1.2em;
	font-family: verdana;
	font-weight: bold;
	padding:0;
	margin: 5px 0 0 0;	
}
p{
	font-size: 1.0em;
	text-align: justify;
}
td p { font-size: 12px;
}
.content hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 100%;
}
img {
	border:0px;
	margin: 0;
}

.copyright {
	position: absolute;
	left: 30px;
	top: 250px;
	width:200px;
	max-width: 100%;
	height: 30px;
	z-index: 250;
}
.copyright a {
	display: block;
	font-variant: small-caps;
	font-size: 1em;
	margin-bottom: 5px;
	color: #333;
	text-decoration: none;
}
#frontpage {
	position:absolute;
	left: 0;
	top:0; 
	width:100%;
	height:100%;
	z-index: 500;
	background-color: black;
}
#frontpage img {
	position: relative;
	top:50%;
	margin-top: -100px;
	left:50%;
	margin-left: -73px;
}
.container {
	position: absolute;
	top: 50%;
	margin-top:-120px;
	z-index:1;
	height: 240px;
	width:90%;
	background-color: #333333;
}
.menu {
	position: absolute;
	bottom: 244px;
	right:0;
}
.menu a {
	color: white;
	text-decoration: none;
}
.menu a:hover {
	text-decoration:underline;
}
.shout {
	position: absolute;
	top: 250px;
	right: -40px;
}

.content {
	position:absolute;
	right: 0; 
	top: 0;
	padding: 5px;
	padding-right: 10px;
	width:400px; 
	height: 230px;
	overflow: auto;
	z-index:5;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-highlight-color: #333333;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #333333;
	scrollbar-base-color: #333333;
}
p {
	font-size:1.1em;
}
.contentbg {
	position:absolute;
	left: 0px; 
	top:0px;
	width:100%; 
	height:100%; 
	z-index:2;
}
.contentbg img {
	position: absolute;
	top:20px;
	left: 30px;
}
.hide {
visibility: hidden;
}

.content li {
	font-size: 1.2em;
}
.content li p {
	font-size: 1.2em;
}
.largeimg {
	position:absolute;
	left: 150px; 
	top:50%;
	margin-top: -200px;
	width:355px; 
	height: 400px;
	overflow: auto;
	z-index:500;
	background: #333;
	border: 1px solid #000;
	padding: 5px;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-highlight-color: #333333;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #333333;
	scrollbar-base-color: #333333;
}
.date {
	font-size:0.9em;
}
.date a:link{
	text-decoration: underline;
	color: #fff;
}
.date a:visited{
	text-decoration: underline;
	color: #fff;
}
.date a:hover{
	text-decoration: none;
	color: #A7935E;
}