body {
	margin: 10px auto;
	width: 800px;
}

a {
        text-decoration:none;
	font-family: sans-serif;
	font-size: smaller;
}

a:hover {
        text-decoration: underline;
}

body.set {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

body#bugs {
	background: #af8
}

body#robots {
	background:#8af
}

body#bugs div.border {
	background: #7c3;
}

body#robots div.border {
	background: #25b;
}

body#climbers div.border {
	background-image: url('/climbers/rock.png');
	background-repeat: repeat-y;
}

body#planets {
	background: black;
	background-image: url('/planets/stars.jpg');
	background-repeat: none;
}

body#index {
	background: #74e86e;
	background-image: url('/pinpoet-bg.png');
	background-repeat: no-repeat;
}

div.main {
	margin: 0 auto;
	width: 600px;
}

body#planets div.main {
	background: white;
	padding: 10px;
	border: thin black solid;
}

p.credit {
	font-size: small;
	text-align: right;
	text-indent: 0;
}

img {
	border: thin black solid;
	margin-top: 15px;
}

body#robots img {
	border: none;
}

img.hidden {
	display: none;
}

img.onebug {
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 0;
	margin-right: 10px;
}

form {
	display: inline;
}

input[type="image"] {
	margin: 10px 0;
}

form.imageupload {
	border: thin black solid;
	padding: 5px;
	width: 50%;
	display: block;
}

p {
	margin: 5px;
}

p.navigation {
	text-indent: 0;
}

img.logo {
	border: 0;
	height: 110px;
	width: 110px;
	position: absolute;
	left: 10px;
	top: 10px;
}

div.border {
	width: 100px;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	overflow: hide;
	text-align: center;
}

div#left {
	left: 0;
	border-right: thin black solid;
}

div#right {
	right: 0;
	border-left: thin black solid;
}

img.borderbug {
	border: 0;
	margin-bottom: 30px;
}

h3 {
	margin: 0;
	text-align: center;
	font-family: tahoma, sans-serif;
}

h4 {
	font-family: sans-serif;
	font-size: small;
}

h2 {
	font-family: georgia, serif;
	text-align: center;
}

h2.title {
	margin: 20px 0 20px 0;
	font-size: 35px;
	float: right;
}

ul {
	margin: 0;
}

div.section {
	border: 2px #051 solid;
	background: white;
	min-height: 13.5em;
	width: 44%;
	float: left;
	padding: 5px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.section#inquiryform {
	width: 90%;
	padding: 10px 50px;
}

div.section#inquiryform input[type=text] {
	width: 500px;
}

div.section#inquiryform textarea {
	width: 500px;
	height: 200px;
	margin: -10px 0 10px 0;
}

div#about {
	margin-left: 45px;
}

div#contact {
	margin-left: 45px;
}

div#sets a {
	float: left;
	margin-left: 20px;
	text-align: center;
}

div#sets img {
	border: 0;
	height: 90px;
	width: 90px;
}

div#contact form {
	display: block;
	text-align: center;
}

li {
	padding-bottom: 10px;
}

p {
	text-indent: 2em;
	margin: 0.5em auto;
}

p.message {
	border: thin green dotted;
	margin: 10px;
	padding: 5px;
	background: #afa;
}

h4 {
	margin: 0;
}

div.button {
	clear: both;
	padding-top: 20px;
}

form.view {
	clear: both;
}

body.set form {
	padding-top: 10px;
}
