
body {
	margin: 10px;
	text-align: center;
	background-color: #008009;
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_background.png);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: verdana, arial, sans serif;
	font-size: 11pt;
}
.centerOuter {
	text-align: center;
}
.centerInner {
	width: 903px;
	margin: 0 auto;
	text-align: left;
}

.centered {
	width: 900px;
	margin: auto;
}

.left {
	width: 740px;
	float:left;
}

.right {
	width: 130px; /** +10 +10 padding */
	float: right;
	padding-top: 200px;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	margin-top: 200px;
	
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border.png);
	background-size: 100% 100%;
}
.right img {
	border: solid #2450ff 2px;
}
.right img:hover {
	border: solid white 2px;
}
.right a {
	color: #ffffff;
	font-weight: bold;
}


h1 {
	text-align: center;
	margin: 0;
}
h2 {
	text-align: center;
	margin: -15px 0 0 0;
	padding: 0 60px 0 0;
	font-weight: normal;
	font-size: 14px;
}
h3 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 40px;
}
.menu {
	font-size: 9pt;
	text-align: center;
	margin: 10px 0 10px 0;
}
.menu a {
	color: #000000;
	font-weight: bold;
}

.border {
	height: 520px;
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border.png);
	padding: 20px 0 0 20px;
}

.borderStretchTop {
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border.png);
	height: 40px;
}

.borderStretchMiddle {
	height: auto;
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border_middle.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
}

.borderStretchBottom {
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border.png);
	background-position: bottom;
	height: 40px;
}

#maincontent {
	width: 700px;
	height: 500px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}
#maincontent a {
	color: #FFFFFF;
}
#maincontent p {
	margin-left: 20px;
	margin-right: 20px;
}

.borderStretchMiddle #maincontent {
	height: auto;
	margin-left: 20px;
}

.credit {
	margin-bottom:20px;
}

.credit .name {
	float: left; 
	height: 60px; 
	margin-right: 10px; 
	width: 200px; 
	text-align: right; 
	font-weight: bold;
}

.credit .description {
	margin-left: 200px;
}

.credit .link{
	margin-left: 200px;
}

