body {
	background-color: #260d1a;
	margin: 0px;
}

main {
	margin: auto;
	width: 725px;
	border-bottom: 2px solid #d37d7c;
}

main#no-bottom {
	border-bottom: none;
}

footer {
	color: #d37d7c;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-align: center;
}

header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 68%;
}

#content {
	padding: 4px;
}

h1, p, #content li {
	color: #d37d7c;
	font-family: "Arial";
}
h1 {
	font-size: 1.5em;
	margin-top: 0.35em;
	margin-bottom: 0.35em;
}
#content a {
	color: #00ffff;
	text-decoration: none;
}
#content a#no-style {
	color: #d37d7c;
}
#content a:hover {
	text-decoration: underline;
}

#content ul#no-style {
	list-style-type: none;
	overflow: hidden;
	margin-left: 0;
	padding: 0;
}
#content ul#no-style a {
	color: #d37d7c;
}

nav {
	border-top: 2px solid #d37d7c;
	border-bottom: 2px solid #d37d7c;
	margin-bottom: 10px;
}
nav ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
nav a {
	image-rendering: pixelated;
	font-family: "sans-serif";
	font-weight: bold;
	font-size: 13px;
	color: #d37d7c;
	padding: 12px;
	display: block;
	align-items: center;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	user-select: none;
}
nav a:hover {
	background-color: #d37d7c;
	color: #260d1a;
}
nav a#active {
	background-color: #d37d7c;
	color: #260d1a;
}
nav a#sotoo:hover {
	background-color: #ff9700;
}
nav a#grass:hover {
	background-image: url('grass.png');
	background-size: 140%;
}
nav a#rainbow:hover {
	background-image: url('bg7.gif');
	background-size: 140%;
}
nav li {
	float: left;
}
nav li#extra {
	float: right;
}

