html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, tbody, tfoot,  
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background-color:#212121;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1	{
	color:#FFFFFF;
	font-size:400%;
	font-family:"Bebas Neue";
	text-align: center;
	}
	
h2	{
	color:#FFFFFF;
	font-size:250%;
	font-family:"Bebas Neue";
	text-align: center;
	}
	
a:link	{	color:#006600;	text-decoration:none;	font-weight:bold;	}
a:visited	{	color:#666666;	text-decoration:none;	font-weight:bold;	}
a:hover	{	color:#FF9900; text-decoration:none;	font-weight:bold;	}

p	{
	align-content: center;
	color:#8E8E8E;
	font-size:150%;
	text-align: center;
	}

#container	{
	align-content: center;
	width:80%;	
}
	
#header {
	height:145px;
	padding:0;
	color:#FF0000;
	background:#e3b625;
	font-size:36px;
	margin:0 auto;
	}
		
#content  {
	width:100%;
	margin: 25px;
	padding:5px;
	float:center;
	}

#recent	{
	width:180px;
	padding:5px;
	float:right;
	text-align:center;
	}
	
#adspace	{
	width:180px;
	padding:5px;
	text-align:center;
	float:right;
	}

#vmenu	{
	width:200px;
	padding:5px;
	float:left;
	}

#vmenu h1	{
	display:block;
	background-color:#FF9900;
	text-align:center;
	font-size:90%;
	padding:3px 0 5px 3px;
	border:1px solid #000000;
	color:#333333;
	margin:0;
	width:180px;
}

#vmenu ul	{
	list-style:none;
	margin:0;
	padding:0;
}

#vmenu ul li	{
	margin:0;
	padding:0;
}

#vmenu ul li a	{
	display:block;
	border-bottom:1px dashed #666666;
	padding:5px 0 2px 4px;
	text-decoration:none;
	color:#666666;
	width:180px;
}

#vmenu ul li a:hover, #vertmenu ul li a:focus	{
	color:#CCCCCC;
	font-weight:bold;
	background-color:#003300;
}
	
#footer	{
	background:#333333;
	color:#999999;
	text-align:center;
	padding:10px;
	clear:both;
	width: 66%;
	}
	
#footer a:link	{	text-decoration:none;	font-weight:bold;	color:#FF9900;	}
#footer a:visited	{text-decoration:none;	font-weight:bold;	color:#FFCC00;	}
#footer	a:hover	{color:#000000;	}

		
#hmenu ul {	clear:both;	background-color:#333333;	margin:0;	border:solid #666666 thin; padding:5px; }
#hmenu ul li {display:inline; list-style-type: none; }
#hmenu ul li a:link, #hmenu ul li a:visited {
	padding:0 15px;
	border-left:solid #666666 thin;
	border-right:solid #666666 thin;
	color:#CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
#hmenu ul li a:hover {
	color:#EDF9EF;
	background-color:#003300;
} 

table {
	width:100%;
}

th	{
	background-color:gray;
	vertical-align: middle;
	height: 45px;
	color:#FFFFFF;
	text-align:center;
	color: gold;
	font-size: 200%;
	}

td {
	text-align: left;
  	vertical-align: middle;
	background-color: dimgray;
}
