body {
	background: url("../img/bg.jpg") #ffbb00 top center repeat fixed;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.90em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #333333; 
	text-decoration: none;
	outline: none;
}
a:hover {
	background: url("../img/inv.gif") black top center repeat;
	color: white; 
	text-decoration: none;
	outline: none;
}
#box a { color: #888888; }
#box a:hover { color: #dddddd; }

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	display: inline;
}

h1,h2,h3 {
	background: #ffbb00;
	margin: 0;
	margin-bottom: 5px;
	padding: 1px;
	border: 0;
	text-align: center;
	text-decoration: none;
	color: black;
}
h1 { font-size: 1.20em; }
h2 { background: #bbbbbb; font-size: 1.10em;}
h3 { background: #888888; font-size: 1em; }

p {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#title {
	background: url("../img/header.jpg") black top center no-repeat;
	width: 900px;
	height: 140px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
}

#box, #space {
	width: 876px;
	height: auto;
	min-height: 476px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 2px #ffbb00 dashed;
	text-align: justify;
}
#space { background: url("../img/untitled.gif") black center top no-repeat; }
#box { background: url("../img/back.jpg") black bottom right no-repeat; }

.stripe {
	background: #ffbb00;
	width: 900px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	color: black;
}
.stripe ul li { font-size: 1.20em; }
.stripe ul li a { padding-left: 7px; padding-right: 7px; }
.stripe ul li.selected {
	color: black;
	padding-left: 7px;
	padding-right: 7px;
}
