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

<style type="text/css">

body {
	background-color: #000;
}

#container {
	text-align:left;
	width:900px;
	margin:0 auto;
	position:relative;
}

body,td,th {
	font-family: Trajan Pro;
	font-size: 36px;
}
.title {
	font-family: "Trajan Pro";
	font-size: 30px;
	text-align: center;
}
.subtitle {
	font-family: Calibri;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri;
}
h1 {
	font-size: 24px;
}
#apDiv1 {
	position:absolute;
	width:900px;
	height:1400px;
	z-index:1;
	left: 0;
	top: 0;
	background-color: #FFFF99;
	text-align: center;
}
#container #apDiv1 .contacts {
	font-family: Calibri;
	font-size: 16px;
	color: #000;
	text-align: center;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
}

</style>
