/* CSS Document */

h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 115%;
	margin: 0;
}

h4 {
	font-family: trebuchet ms;
	font-size: 95%;
	font-weight: bold;
	margin: 0;
}

.middle {
	position: relative;
	left: 280px;
	bottom: 125px;
	height: 100px;
	width: 180px;
}

.left {
	position: relative;
	left: 30px;
	top: 5px;
	height: 190px;
	width: 180px;
}

.right {
	position: relative;
	left: 560px;
	bottom: 225px;
	height: 100px;
	width: 50px;
}

.ad { position: relative; top:30px; left: 300px; border-style: dotted; width: 469px; }

.ad_top { position: relative; left: 300px; top: 30px; width: 469px; }

