@font-face {
	font-family:		MetFont;
	src:				url(Munro.ttf);
}

h1
{
	margin-left: 		-40px;
	
	text-align:			left;
		color: 			#38f060;
		font-size:		48px;
}
#shots h1
{
	margin-left:		35px;
}
h2
{
	padding:			0px;
		margin:			10px auto 20px;
	
	text-align:			center;
		font-size:		36px;
		font-weight:	normal;
		color:			#38f060;
		line-height:	56px;
}

a:link
{
	color:				#ffffff;
	text-shadow: 		none;
}
div#footer a
{
	color:				#F8C870;
	text-shadow: 		none;
}
a:visited
{
	color:				#505040;
	text-shadow: 		none;
}
div#footer a:visited
{
	color:				#081800;
}
a:hover
{
	color:				#60C0F8;
	text-shadow: 		0 0 9px #00ffff;
	text-decoration:	none;
}
div#footer a:hover
{
	color:				#38f060;
	text-shadow: 		0 0 9px #88ff88;
	text-decoration:	none;
}
a:active
{
	color:				#103898;
	text-shadow: 		none;
}

a.noline
{
	text-decoration:	none;
	text-shadow: 		none;
}

strong
{
	color:				#F8C870;
	text-shadow: 		0 0 6px #FFff88;
}

img.screen
{
	display:			inline-block;
	width:				320px;
		height:			288px;
		padding:		0px;
		margin:			5px;
	border:				3px solid #202010;
}

body
{
	padding:				0px;
		margin:				0px auto;
		background-color:	#000000;
	
	border-style:		solid;
		border-width:	20px;
		border-color:	#000000;
	
	font-family:		MetFont;
		font-size:		18px;
		color:			#C0B8A8;
		line-height:	24px;
}

#header
{
	width:				800px;	
		Padding: 		0px;
		margin: 		20px auto 40px;
		
	text-align:			center;
		line-height:	35px;
}

#shots
{
	width:				800px;	
		Padding: 		0px;
		margin: 		20px auto 0px;
		
	text-align:			center;
}

#body, #download, #buglist-history, #reading-list
{	
	width:				650px;	
		padding:		0px 60px; 
		margin:			40px auto 0px;
		
}

#download div
{
	width:					670px;	
		padding:			10px 0px; 
		margin:				40px auto 0px;
		background-color:	#F8C870; 

	border:				3px solid;
		border-radius:	20px 80px;
		border-color:	#F89840 #985828 #985828 #F89840;
		
	text-align: 		center;
		color:			#F89840;
		font-weight:	bold;
		font-size:		36px;
		line-height:	48px;

}

#download div:hover

{
	width:					670px;	
		padding:			10px 0px; 
		margin:				40px auto 0px;
		background-color:	#F89840; 

	border:				3px solid;
		border-radius:	20px 80px;
		border-color:	#985828 #F8C870 #F8C870 #985828;
		
	text-align: 		center;
		color:			#985828;
		font-weight:	bold;
		font-size:		36px;
		line-height:	48px;

}

#footer
{
	width:					580px;	
		padding:			20px 0px 20px 80px; 
		margin:				40px auto 0px;
		background-color:	#085828; 

	border:				3px solid;
		border-radius:	20px 80px;
		border-color:	#081800 #202010 #202010 #081800;
		
	color:				#38f060;

}