/* CSS File For Postcards */

/* Main body setup */

body {
	background-color: #f2f2f2;
}	

/* The style of the page */

#interviewee {
    text-align: left;
	width: 130px;
	position:relative;
	visibility:show;
	left: 33px;
	top: 0px;
	z-index:2

}

#intervieweeintro {
    text-align: center;
	width: 200px;
	position:relative;
	visibility:show;
	left: 0px;
	top: 0px;
	z-index:2

}

#question {
    text-align: center;
	width: 500px;
	position:relative;
	visibility:show;
	left: 0px;
	top: 0px;
	z-index:2

}

#thankyouheadline {
    text-align: center;
	width: 500px;
	position:relative;
	visibility:show;
	left: 150px;
	top:  60px;
	z-index:2

}

#thankyoutext {
    text-align: left;
	width: 300px;
	position:relative;
	visibility:show;
	left: 140px;
	top: 100px;
	z-index:2

}

#thankyoupic {
	width: 200px;
	position:relative;
	visibility:show;
	left: 460px;
	top: -110px;
	z-index: 1
	
}

#bonusheadline {
    text-align: center;
	width: 500px;
	position:relative;
	visibility:show;
	left: 150px;
	top: -0px;
	z-index:2

}

#bonustext {
    text-align: left;
	width: 300px;
	position:relative;
	visibility:show;
	left: 140px;
	top: 50px;
	z-index:2

}

#bonuspic {
	width: 200px;
	position:relative;
	visibility:show;
	left: 460px;
	top: -250px;
	z-index: 1
	
}

#subscribetable {
	width: 300px;
	position:relative;
	visibility:show;
	left: 250px;
	top: -50px;
	z-index: 1
	
}

/* Text Styles ***************************************************/

.style1 {
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 140%;
	color: #000000;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	font-weight: bold;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000099;
	font-weight: bold;
}

.style5 {
	color: #ff0000
}

.style6 {
	font-size: x-small
}

.highlight {
	background-color:#FFFF66;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #3c3c3c;
}
	
.bg {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_ei_h.gif");
	background-repeat: no-repeat;
}

.bg2 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_ei_m.gif");
}

.bg3 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_ei_b.gif");
	background-repeat: no-repeat;
}

.bg4 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_mq_h.gif");
	background-repeat: no-repeat;
}

.bg5 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_mq_m.gif");
}

.bg6 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_mq_b.gif");
	background-repeat: no-repeat;
}

.bg7 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_crq_h.gif");
	background-repeat: no-repeat;
}

.bg8 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_crq_m.gif");
}

.bg9 {
	background-image: url("http://www.askjezhunt.com/media/AJAud1/ajh_crq_b.gif");
	background-repeat: no-repeat;
}

.imgl {
valign:top;
float:center;
min-width:100px;
margin-top:5px;
margin-right:10px;
margin-bottom:10px;
margin-left:5px;
font-size:10px;
text-align:center;
}

.listenstyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6e6c6c;
	font-weight: bold;
	}
