/*
	Style for fullboar.org
	Copyright (C) 2007 Ned Martin
	http://copyright.the-i.org/
*/
body, p, h1, h2, a {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #000000;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: underline;
}
h1 {
	padding: 1ex;
}
h2 {
	text-align: left;
	margin: 0 30px;
}
hr {
	margin: 0 30px;
	clear: both;
}
p {
	text-align: justify;
	margin: 20px 30px;
}
p.img {
	text-align: center;
}
.right {
	float: right;
	margin-left: 1em;
	font-size: 80%;
}
a:hover {
	color: #666666;
}

#header {
	margin: 20px auto;
	background: #000000;
	color: #FFFFFF;
	padding: 0;
/*	width: 100%;*/
	text-align: center;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #CCCCCC;
}

#content {
	padding: 0;
	margin: 20px auto;
	width: 800px;
	background: #FFFFFF url(_img/_paper.jpg) repeat-y center top;
}
#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	background: url(_img/_top.jpg) no-repeat center top;
}
#corner {
	background: url(_img/_corner.jpg) no-repeat top right;
	width: 100%;
	height: 50px;
}
#bottom {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	background: url(_img/_bottom.jpg) no-repeat center bottom;
}

#footer {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #FFFFFF;
	text-align: right;
	width: 100%;
	height: 16px;
	text-align: center;
}
.text {
	text-align: justify;
}