body {background-color: #000000;
}

p {margin: 5px;
	text-indent: 2em;
	font-size: 18px;
	color: #ffffff;
}

p.sig {margin:5px;
	font-size: 22px;
	color: #ff0000;
	text-align: right;
	text-indent:0px;
}

h1 {margin: 5px;
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
}

a:link {text-decoration:none;
	color: #ff0000;	
}

a:visited {text-decoration:none;
	color: #ff0000;	
}

a:hover {text-decoration:none;
	color: #000000;
	background-color: #ff0000;
}

a.bannerlink:link {text-decoration: none;
	color: #ff0000;
}

a.bannerlink:visited {text-decoration: none;
	color: #ff0000;
}

a.bannerlink:hover {text-decoration: none;
	color: #ff0000;
	background-color: #000000;
}

a.navlink:link {text-decoration: none;
	color: #ff0000;
}

a.navlink:visited {text-decoration: none;
	color: #ff0000;
}

a.navlink:hover {text-decoration: none;
	color: #000000;
	background-color: #ff0000;
}


#nav {position: absolute;
	left: -5px;
	top: -5px;
	width: 175px;
	height: 100%;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 5px;
}

#links {position: relative;
	top: 205px;
	color: #ff0000;
	font-size: 35px;
	font-family: arial;
	font-variant: small-caps;
	font-weight: bold;
}



#navpatch  {position: absolute;
	bottom: 0px;
	left: -5px;	
	width: 175px;
	height: 25px;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 5px;
}
#header {position: absolute;
	left: -5px;
	top: -5px;
	height: 200px;
	width: 100%;
	background-color: #000000;
	text-align: center;
	overflow: hidden;
}

#title {position: relative;
	top: 10px;
	background-color: #000000;
	color: #ff0000;
	font-size: 100px;
	padding-left: 5px;
	padding-right: 5px;
}

#headerpatch {position: absolute;
	top: -5px;
	right: 0px;	
	width: 25px;
	height: 200px;
	background-color: #000000;
}

#content {position: absolute;
	top: 225px;
	left: 200px;
	right: 25px;
	bottom: 35px;
	overflow: auto;
	background-color: #505050;
}

#footer {position: absolute;
	bottom: 0px;
	right: 25px;
	height: 25px;
	width: 300px;
	text-align: center;
	background-color: #505050;
}

#ad {z-index: 10;}


.dateline {text-align: right;
	font-size: 22px;
	color: #ffffff;
	border-left: solid;
	border-bottom: solid;
	border-color: #ff0000;
	margin: 5px;
}










