a: { font-weight:bold; color:silver; text-decoration:none; }
a:link { font-weight:bold; color:silver; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }

html{ 
	width: 100%; 
	height: 100%; 
	scrollbar-base-color: #505050;
} 
body {
	width: 100%;
	height: 100%;
	background-color: #505050;
	font-family:Arial;
	color:silver;
}

p {
 	margin: 0px auto;
	text-align:left;
	width:600px;
}
hr {
	width:600px;
}
#content {
	background-image:url(../graphics/misc/Middle.jpg);
	background-repeat:no-repeat;
	height:1700px;
	width:1080px;
	margin-left:auto; 
	margin-right:auto;
	z-index:1;
	text-align:center;
}


#teaser {
	border:ridge;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:300px;
}

#adds {
	border:ridge;
	position:absolute;
	margin-top:40px;
	top:200px;
	left:0px;
	z-index:2;
}

#firefox {
	border:ridge;
	position:absolute;
	margin-top:40px;
	top:275px;
	left:0px;
	z-index:2;
}

#story{
	vertical-align:middle;
	width:1080px;
	z-index:2;	
}

#top{
	position: absolute;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index:2;
}

#bottom{
	margin: 0px auto;
	width=600;
	z-index:2;
}

#counter {
	vertical-align:middle;
	width:200px;
	margin-left:auto; 
	margin-right:auto;
	z-index:2;
	text-align:center;
}

}
h1 {
	font-size: 12pt;
	
}
h2 {
	font-size: smaller;
}
h3 {
	margin-top: 70px; 
	font-size: large;
	text-align: center;
	font-weight: bold;
}
table {
	margin: 0px auto;
	border:0;
}


img.entry_right	{										 			width:150px;}
img.entry_right:hover	{ 						 			width:180px;}
img.entry_right:hover	img.entry_left{		  }

img.entry_left	{ 												width:150px;}
img.entry_left:hover	{ 									width:180px;}
img.entry_left:hover	img.entry_right{		}

img.title {border: 3px ridge silver;}
img.title:hover {border: 4px ridge gold;}

div.entry {
	height:70px;
}