
body {
	color: #000000;
	background-color: #5c5c5c;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

#head {
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 350px;
	text-align: right;
	max-height: 60px;
	min-height: 60px;
	height: 60px;
	max-width: 600px;
	min-width: 600px;
	width: 600px;
	background-repeat: no-repeat;
	background-image: url(images/head.png);
}
#home {
	z-index: 20;
	left: 100px;
	top: 0px;
	position: absolute;
}
#selected {
	visibility: hidden;
	top: 61px;
	left: 0px;
	z-index: 10;
	position: absolute;
}
span.nav {
	z-index: 0;
	font-size: 90%;
	padding-right: 20px;
	padding-left: 20px;
	font-family: sans-serif;
	color: #cccccc;
	text-decoration: none;
}
span.nav a {
	color: #c0c0c0;
	text-decoration: none;
}
#tail {
	color: #272727;
	font-size: 60%;
	background-repeat: no-repeat;
	background-image: url(images/tail.png);
	margin: 0px;
	padding: 0px;
	max-height: 30px;
	min-height: 30px;
	height: 30px;
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
}
#torso {
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
	max-width: 900px;
	min-width: 900px;
	width: 900px;
	background-repeat: repeat-y;
	background-image: url(images/torso.png);
}
#torso a:link,
#torso a:visited {
	text-decoration: none;
	color: #ff0900;
}
#torso a:active {
	text-decoration: none;
	color: #820400;
}
#torso a:hover {
	text-decoration: none;
	color: #b71100;
}