* {
	margin: 0;
	padding: 0;
}

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

h2 { text-indent: -1000em; }


div#frame {
	width: 760px;
	height: 860px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid gray;
	border-width: 0 1px 0 1px;
	position: relative;
}


div#title {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

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

div#title p {
	margin: 0px 5px;
	margin-top: 20px;
	width: 690px;
	font-size: 10pt;
	line-height: 125%;
}

div#title2 {
	background: url(img/title2.png);
	width: 699px;
	height: 40px;
	margin: 20px auto 15px auto;
}

div#photo {
	position: absolute;
	top: 270px;
	right: 50px;
}

div#lst {
	width: 314px;
	text-align: left;
	position: absolute;
	top: 264px;
	left: 50px;
}

div.lst {
	margin-bottom: 10px;
	border: 1px solid gray;
}

div.lst h4 {
	width: 314px;
	height: 33px;
}

div.lst p {
	font-size: 7.5pt;
	line-height: 125%;
	letter-spacing: -1px;
	margin: 3px 3px 3px 10px;
}



img {
    border-style:none;
}

