/*	http://www.otanii.com	*/
/*	Author: Robert Hohman	*/

body{
	font-family: verdana;
	color: #FFFFFF;
	background: url(./site/dark-002.jpg);
	background-repeat: repeat;
	background-color: #000000;
	cursor: crosshair;
	margin: 0px;}

/*Default Border*/
#column, #nav, #nav_div, #valid, #welcome{
	background-color: #303030;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;}

/*Header*/
#header{
	width: 100%;
	height: 182px;
	background-image: url(../site/header.png);
	background-position: top center;
	background-repeat: no-repeat;}

/*Titles*/
h1{
	text-align: center;
	margin-top: 0px;}

/*Columns div*/
#column{
 	width: 696px;
	padding-top: 30px;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	border-top: none;}

/*Footer*/
#footer{
	height: 25px;
	background-image: url(../site/footer.png);
	background-position: top center;
	background-repeat: no-repeat;}

/*Text panels*/
.narrow{
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	width: 88%;
	margin-left: auto;
	margin-right: auto;}

/*Smaller Text*/
.center{text-align: center;}

/*Navigation*/
#nav_div, #nav{
	font-size: 11px;
	width: 696px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	border-bottom: none;}

#nav_div a, #nav a{
	font-family: verdana;
	font-size: 11px;}

/*Sub Nav*/
#categories{
	text-align: center;
	font-size: 11px;
	margin-top: -20px;
	margin-bottom: 20px;}

/*W3C Images*/
#valid{
	width: 696px;
	height: 40px;
	text-align: center;
	border-top: none;
	border-bottom: none;
	margin: auto;}

/*Timestamp*/
#welcome{
	text-align: center;
	width: 696px;
	height: 20px;
	margin: auto;
	font-size: 11px;
	border-top: none;
	border-bottom: none;}

/*Links*/
a img{border: none;}

a:link{
	color: #B80000; 
	font-weight: normal; 
	text-decoration: none;}

a:visited{
	color: #B80000;
	font-weight: normal; 
	text-decoration: none;}

a:hover{
	color: #B80000;
	font-weight: normal; 
	text-decoration: underline;}