/*
	Hank Newman
	Cascading Style Sheet
	Created by antman
	http://www.antman.info/
*/


/* Layout */
body	{
	margin: 0;
	padding: 0;
	}


/* Common tags */
body	{
	font-family: verdana, sans-serif;
	font-size: 75%;
	color: #fff;
	background-color: #191919;
	background: url(/images/tile.jpg);
	}

h1	{
	color: #777;
	font-size: 2.0em;
	font-weight: bold;
	margin: 0em;
	}

h2	{
	color: #777;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em;
	}

.list	{
	font-size: 85%;
	}

.band	{
	margin: 0em;
	}

a:link, a:visited, a:active
	{
	color: #ffff7f;
	text-decoration: none;
	}

a:hover	{
	color: #ffff7f;
	text-decoration: underline;
	}

/* Main */
#header	{
	margin: 1em auto;
	width: 876px;
	padding: 0px;
	background-color: #000;
	border: 2px solid #777;
	}

#menu	{
	margin: 0 auto;
	width: 876px;
	background-color: #000;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
	}

#main	{
	margin: 0 auto 10px auto;
	padding: 10px;
	width: 856px;
	background-color: #000;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
	}

.logo	{
	text-align: center;
	}

img.borders
	{
	border: 2px solid #777;
	}


/* News style */
div.newstopic
	{
	height: 18px;
	width: auto;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	border-bottom: 1px dotted #ffffff;
	}

div.newsmain
	{
	width: auto;
	margin: 5px;
	text-align: center;
	}

div.newsfooter
	{
	width: auto;
	margin: 5px;
	text-align: center;
	border-top: 1px dotted #ffffff;
	}


/* Footer */
#footer	{
	margin: 0em auto;
	font-size: 0.9em;
	color: #737373;
	line-height: 1.3em;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 775px;
	clear: both;
	text-align: center;
	}

#footer a:link, #footer a:visited, #footer a:active
	{
	color: #666;
	text-decoration: underline;
	}

#footer a:hover
	{
	color: #ffff7f;
	text-decoration: underline;
	}

