@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	 background: #ffffff;
}

#container{
	width: 890px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-x 0 0;
	}

td img {
	display: block;
	}

div.interview {
	width: 890px;
	background: #6c2c2f;
	float: left;
}

div.interview_inner {
	width: 830px;
	margin-left: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	background: #ffffff;
	float: left;
}

h1 {
	margin-bottom: 30px;
}

div.sectionImage {
	widht: 241px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}

div.sectionText {
	width: 723px;
	flat: right;
}

p.read {
	width: 750px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
}

p.catch {
	width: 710px;
	padding-left: 30px;
	margin-left: 30px;
}

p.question {
	widht: 770px;
	padding-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 120%;
	font-weight: bold;
	clear: both;
}

p.answer {
	width: 770px;
	margin-left: 30px;
	}

span.left {
	width: 590px;
	float: left;
}

p.answer img {
	float: right;
	}

span.headline {
	font-size: 110%;
	margin-bottom: 10px;
	font-weight: bold;
	color:  #6c2c2f;
}

p.present {
	width: 430px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	float: left;
}

p.present img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	

p.caption {
	width: 282px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	font-size: 80%;
	float: right;
}

h1 {
	width: 770px;
	margin-left: 30px;
}

div#footer {
	height: 60px;
	widht: 890px;
	background:#000000;
	text-align: center;
	color: #ffffff;
	clear: both;
}

address {
	padding-top: 20px;
	font-style: normal;
}