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


/* Import */
@import url("/css/menu.css");


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

html	{
	font-size: 100%;
	}

body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #e1e1e1;
	background: #000000;
	font-size: 72.5%;
	}

#top	{
	margin: 0 auto;
	width: 892px;
	background: #000000 url(/images/back.jpg) repeat-y; height: 100%;
	}

#header	{
	margin: 0 auto;
	width: 798px;
	height: auto;
	text-align: center;
	}

#menu	{
	margin: 0 auto;
	width: 798px;
	height: auto;
	text-align: center;
	}

#main	{
	margin: 0 auto;
	width: 798px;
	height: auto;
	text-align: center;
	}

.newstopic
	{
	font-size: 1.4em;
	margin: 0 auto;
	width: 700px;
	padding: 4px;
	border-bottom: 1px dotted #ffffff;
	}

.newsmain
	{
	padding: 8px;
	}

.newsfooter
	{
	border-top: 1px dotted #ffffff;
	margin: 0 auto;
	width: 700px;
	font-size: 0.9em;
	padding: 4px;
	}

#band-l	{
	float: left;
	width: 400px;
	text-align: center;
	height: auto;
	}

#band-r	{
	margin: 0 auto;
	margin-left: 400px;
	width: 400px;
	height: auto;
	text-align: center;
	}

.band1	{
	width: 150px;
	text-align: center;
	vertical-align: top;
	color: #e1e1e1;
	padding: 10px 10px 10px 40px;
	}

.band2	{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #e1e1e1;
	padding: 10px;
	}

.band3	{
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	color: #e1e1e1;
	padding: 10px;
	}

#disco	{
	margin: 0 auto;
	width: 700px;
	height: auto;
	text-align: center;
	}

.list	{
	font-size: 85%;
	}

#footer	{
	font-size: 90%;
	margin: 0 auto;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
	}

#footer a:link, #footer a:visited, #footer a:active
	{
	color: #bababa;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover
	{
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}




/* Common tags */
h1	{
	color: #e1e1e1;
	font-size: 1.6em;
	font-weight: bold;
	}

h2	{
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	}

h3	{
	color: #990000;
	font-size: 1.0em;
	font-weight: bold;
	}

h4	{
	color: #990000;
	font-size: 0.95em;
	font-weight: bold;
	}

ul, ol, li
	{
	margin-left: 10px;
	padding-left: 15px;
	}

p	{
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}

pre	{
	font-family: monospace;
	font-size: 1.4em;
	}

tt	{
	font-family: monospace;
	font-size: 1.4em;
	}

strong, b
	{
	font-weight: bold;
	}

a:link, a:visited, a:active
	{
	color: #d7cb0d;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #d7cb0d;
	text-decoration: underline;
	font-weight: bold;
	}

a[name] {
	color: inherit;
	text-decoration: inherit;
	}

acronym	{
	color: #990000;
	border-bottom: 1px dotted;
	cursor: help;
	}

acronym.image
	{
	border-bottom: 0px;
	cursor: help;
	}

img	{
	border: none;
	}



