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

#head h3 {
	display:block;
	width:400px;
	height:56px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:2px;
	left:3px;
	z-index:1;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
}
#head p {
	width:300px;
	display:block;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:0;
	margin:105px 50px 0 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

#body{
	width:762px;
height:680px; 	position:relative;
	padding:0;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bodyCol1 {
	float: left;
	height: 680px;
	width: 45%;
	position: absolute;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#bodyCol1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-size: 18px;
	color: #00C;
	margin-left: 10px;
	padding-top: 5px;
}
#bodyCol1 p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#bodyCol2 {
	float: right;
	height: 680px;
	width: 45%;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#bodyCol2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-size: 18px;
	color: #00C;
	margin-left: 10px;
	padding-top: 5px;
}
#bodyCol2 p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#bodyCol1 p span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8
	px;
	font-style: italic;
	color: #CCC;
}
#bodyCol2 p span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8
	px;
	font-style: italic;
	color: #CCC;
}

