@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
	background:url(../images/background.png) repeat-x #c66113;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:508px;
}
.oneColFixCtrHdr #header #kathypic {
	width:97px;
	height:129px;
	background:#FFFFFF;
	position:relative;
	top:31px;
}
.oneColFixCtrHdr #header #kathylogo {
	width:118px;
	height:71px;
	background:#FFFFFF;
	position:relative;
	top:-98px;
	left:97px;
}
.oneColFixCtrHdr #header #kathytext {
	width:132px;
	height:71px;
	position:relative;
	top:-98px;
	left:97px;
	padding:5px;
	font-size:12px;
}
.oneColFixCtrHdr #header #navbuttons {
	width:181px;
	height:200px;
	position:relative;
	top:-50px;
	left:0px;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #header #navbuttons a:link{
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #header #navbuttons a:visited{
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #header #navbuttons a:hover{
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #header #mainimage {
	width:781px;
	height:508px;
	background:#FFFFFF;
	position:relative;
	top:-471px;
	left:243px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContent a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

.oneColFixCtrHdr #mainContent a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.oneColFixCtrHdr #mainContent a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.oneColFixCtrHdr #mainContent a:active {
	color:#FFFFFF;
}

.oneColFixCtrHdr #mainContent h1 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}
.twoColFixLtHdr #footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.twoColFixLtHdr #footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.twoColFixLtHdr #footer a:active {
	color:#FFFFFF;
}
