﻿@charset "utf-8";
/* Text Format */

.Heading_Blue
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-style: normal;
	color: #0000FF;
}
.Heading_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	color: #FF0000;
}
.Content_Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000FF;
}
.Content_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}

.Text_Name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
	text-decoration: underline;
}


/* Layout Format */

#Header {
	position: absolute;
	text-align: center;
	vertical-align: text-top;
	Left: 357px;
	Top: 12px;
	Width: 600px;
}

#apDiv1 {
	position:absolute;
	left:232px;
	top:653px;
	width:545px;
	height:366px;
	z-index:1;
	background-color: #FFFF99;
	border-color: #000000;
	border-style:solid;
	border-width: 2px;
	text-align: center;
}

#apDiv2 {
	position:absolute;
	left:834px;
	top:653px;
	width:155px;
	height:355px;
	z-index:2;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

/* Image Layout */

#TerryRosie {
	position:absolute;
	Top: 235px;
	Left: 252px;
	Width: 308px;
	z-index:2;
	text-align: center;
	
}

#JohnnyNelda {
	position:absolute;
	Top: 235px;
	Width: 274px;
	Left: 759px;
	z-index:2;
	text-align: center;
	
}

