@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding-top: 0px;
}
body {
	text-align: center;
	margin: 0;
}
html {
	background-color: #333;
}
a {
	border-style: none;
}
img {
	border-style: none;
}
#holder {
	margin-left: auto;
	margin-right: auto;
	width: 1400px;
}
#container {
	float: left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
}
#header {
	background-image: url(../images/HeaderBackground.png);
	height: 207px;
	display: block;
}
#headerLeft {
	width: 239px;
}
#headerCenter {
	width: 512px;
}
#headerRight {
	width: 239px;
}
#content {
	height: 1293px;
	width: 990px;
	background-image: url(../images/ContentBackground.png);
}
#sides {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 222px;
	width: 160px;
	height: 600px;
	background-image: url(../images/GimmeSomeWood.png);
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
}
#social {
	position: relative;
	left: 163px;
	top: 100px;
	width: 75px;
}
#social img {
	position: absolute;
}
#social img.twitter {
	top: 80px;
	left: 750px;
}
#social img.facebook {
	top: 0px;
	left: 750px;
}
#social img.email {
	top: 160px;
	left: 750px;
}
#social img.RSS {
	top: 240px;
	left: 750px;
}
#page {
	width: 704px;
	height: 1056px;
	text-align: center;
	color: #8694ba;
}
#page p {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	left: 140px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#page a {
	position: relative;
	left: 140px;
	color: #8694ba;
	font-size: 14px;
}
#page a:hover{
	color: #ba3e44;
}
#page h3 {
	text-align: center;
	position: relative;
	font-size: 10px;
	left: 140px;
}
#page h4 {
	position: relative;
	top: -70px;
	left: 410px;
	width: 100%;
	color: black;
	font-size: 12px;
}
.title {
	margin-top: 20px;
	margin-bottom: 10px;
}
#page img {
	position: relative;
	top: -22px;
	left: 142px;
}
#page img.pinupThumb {
	left: 0px;
	top: 20px;
}
#nav {
	position: relative;
	top: -80px;
	padding-left: 130px;
	height: 75px;
	width: 850px;
	display: inline;
	float: left;
}
#nav img {
	margin-top: 22px;
	margin-right: 116px;
}
#portrait {
	width: 192px;
	height: 800px;
	margin-left: 40px;
	margin-right: 100px;
	float: left;
	position: relative;
	
}
#portrait img {
	margin-bottom: 40px;
}
#portrait h2 {
	color: #8694ba;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	left: -155px;
	top: 10px;
}
#dirth {
	width: 900px;
	display: inline-block;
}
#dirth img {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 100px;
}
#ground {
	width: 750px;
	display: inline-block;
	margin-top: -60px;
}
#ground img {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 100px;
}
#ground h2 {
	position: relative;
	left: 18px;
}
#nerrick {
	width: 750px;
	display: inline-block;
	margin-top: -60px;
}
#nerrick img {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 100px;
}
#nerrick h2 {
	position: relative;
	left: 12px;
}
#nixie {
	width: 900px;
	display: inline-block;
	margin-top: -60px;
}
#nixie img {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 100px;
}
#sven {
	width: 700px;
	display: inline-block;
	margin-top: -60px;
}
#sven img {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 100px;
}
#sven h2 {
	position: relative;
	left: 57px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	clear: both;
	margin-top: -20px;
}
.hiddenIR {
   position:absolute;
   top:-99999px;
   left:-99999px;
   width:1px;
   height:1px;
   overflow:hidden;
}