/*
	Style for fullboar.org
	Copyright (C) 2010 Ned Martin
	http://nedmartin.org/
*/
@font-face {
	font-family: 'Traveling_TypewriterRegular';
	src: url('_fonts/travelingtypewriter-webfont.eot');
	src: local('☺'), url('_fonts/travelingtypewriter-webfont.woff') format('woff'), url('_fonts/travelingtypewriter-webfont.ttf') format('truetype'), url('_fonts/travelingtypewriter-webfont.svg#webfontto90bsmO') format('svg');
	font-weight: normal;
	font-style: normal;
}



body, p, h1, h2, a {
	font-family: Traveling_TypewriterRegular, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #000;
	text-align: center;
}
a {
	color: #000;
	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: #666;
}
#header {
	margin: 20px auto;
	background: #000;
	color: #FFF;
	padding: 0;
/*	width: 100%;*/
	text-align: center;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	color: #CCC;
}
a.current, #header a.current {
	color: #F00;
}
a.current:hover, #header a.current:hover {
	color: #F66;
}

#content {
	padding: 0;
	margin: 20px auto;
	width: 800px;
	background: #FFF 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 auto;
	padding: 0;
	background: #000;
	color: #666;
	text-align: right;
	width: 800px;
	height: 16px;
	font-size: 75%;
}
#footer a {
	color: #666;
}
.text {
	text-align: justify;
}
