@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	font-size: 1em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#outerwrapper {
	width: 1009px;
	text-align: left; /*This conteracts the center alignment in body rules */
	margin: 0 auto;
	background-color: #333333;
}
#maincontentwrapper {
	background-image: url(../images/man.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header {
	text-align: center;
	float: right;
	padding: 10px;
	width: 765px;
	background-color: #333333;

}
#maincontent {
	width: 785px;
	padding-left: 221px;
	background-image: url(../images/pole-mid.png);
	background-repeat: repeat-y;
	line-height: 1.2;
	font-size: 18px;
	min-height: 1000px;
}

#underpoletop {
	background-color: #333333;
	height: 50px;
	width: 224px;
}
#poletop {
	z-index: 2;
	background-image: url(../images/pole_top.png);
	background-repeat: no-repeat;
	height: 570px;
	float: left;
	width: 224px;
	padding-top: 259px;
	text-align: center;
}
#polebottom {
	text-align: center;
	clear: left;
	background-image: url(../images/pole-bttm.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 100%;
	vertical-align: text-bottom;
}

.firstletter {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
#questionmark {
	position:absolute;
	width:118px;
	height:146px;
	z-index:1;
	left: 295px;
	top: 408px;
}
#pdf {
	position:absolute;
	width:200px;
	height:109px;
	z-index:2;
	left: 490px;
	top: 423px;
}
