body {
	font-size: 22px;
	text-align: center;
	background-color: #FFCCFF;
}

#holder #header {
	text-align: center;
	color: #000099;
	font-size: 60px;
	font-family: "Tekton Pro Cond";
	padding-left: 15px;
	background-color: #FF99FF;
}
#left_column {
	color: #000099;
	font-size: 32px;
	font-weight: bold;
	font-family: "Tekton Pro Cond";
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-left: 32px;
	background-color: #FFCCFF;
	padding-right: 25px;
}
#content {
	background-color: #FFCCFF;
	margin: 0px 5px 0px 0px;
	width: 950px;
	height: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: thick ridge #0000CC;
	float: right;
}
#holder #content img {
	border: medium solid #000099;
	float: none;
}
#footer {
	font-weight: bolder;
	font-family: "Tekton Pro Cond";
	font-size: 36px;
	font-style: normal;
	clear: both;
	text-align: center;
	width: 1260px;
	background-color: #FF99FF;
	color: #000099;
	margin-top: 10px;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	color: #FF99FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000099;
}
#holder {
	width: 1250px;
}

