@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	height: 1300px;
}
.oneColFixCtrHdr #BottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	width: 900px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtrHdr #navbar08 {
	background-color: #000000;
	height: 23px;
	width: 900px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2c2724;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2c2724;
}
.oneColFixCtrHdr #header {
	background: #OOOOOO;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #MainContainer {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1145px;
}
.oneColFixCtrHdr #flashSidebar {
	text-align: left;
	margin: 0;
	float: right;
	padding-top: 125px;
	height: 598px;
	width: 116px;
}
.oneColFixCtrHdr  #textbox1 {
	background-color: #000000;
	float: right;
	margin-top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
}
.oneColFixCtrHdr #sidemenu {
	background-color: #000000;
	height: 1100px;
	padding-top: 15px;
	width: 215px;
	margin-top: 1px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2c2724;
	float: left;
}
.oneColFixCtrHdr #picbox {
	background-color: #000000;
	float: right;
	width: 683px;
	margin-top: 1px;
}
.oneColFixCtrHdr #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	float: right;
}
.oneColFixCtrHdr #footer {
	background-color: #FF0000;
	height: 20px;
	width: 900px;
}
.oneColFixCtrHdr #relationshipBox {
	background-color: #000000;
	float: right;
	width: 663px;
	margin-top: 1px;
	background-image: url(../images/ValentineWebsite.jpg);
	padding-top: 75px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 50px;
}
.oneColFixCtrHdr #container #picbox #relationshipBox p a:link {
	color: #00C;
	text-decoration: underline;
}
.subtext {
	font-size: 15px;
	font-style: italic;
}
.oneColFixCtrHdr #container #picbox #relationshipBox p a:visited {
	color: #00C;
	text-decoration: underline;
}
.oneColFixCtrHdr #comments {
	background-color: #000000;
	float: right;
	margin-top: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 15px;
}
