* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	line-height: 150%;
	text-align: center;
}

h2 { text-indent: -1000em; }
h3 { text-indent: -1000em; }

div#frame {
	background-color: white;
	width: 760px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: left;
	border: 1px solid gray;
	border-width: 0 1px 0 1px;
}


div.hr {
	background: url(img/hr.png) no-repeat;
	width: 757px;
	height: 1px;
}

div#title h2 {
	background: url(img/title.png) no-repeat;
	width: 700px;
	height: 70px;
}

div#title p {
	margin-top: 13px;
	width: 700px;

}

div.elm {
	width: 760px;
	height: 392px;
	position: relative;
}

h3.title {
	position: absolute;
	top: 59px;
	left: 310px;
	width: 450px;
	height: 24px;
}

img.photo {
	position: absolute;
	top: 59px;
	left: 0px;
}

p.description {
	position: absolute;
	top: 96px;
	left: 309px;
	width: 449px;
	height: 173px;
}

img.button {
	position: absolute;
	top: 273px;
	left: 560px;
}

h3#title1 { background: url(img/title1.png) no-repeat; }
h3#title2 { background: url(img/title2.png) no-repeat; }
h3#title3 { background: url(img/title3.png) no-repeat; }
h3#title4 { background: url(img/title4.png) no-repeat; }
h3#title5 { background: url(img/title5.png) no-repeat; }
h3#title6 { background: url(img/title6.png) no-repeat; }
h3#title7 { background: url(img/title7.png) no-repeat; }
h3#title8 { background: url(img/title8.png) no-repeat; }

img {
    border-style:none;
}

