@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bb_r3_c1.jpg) repeat-y;
	margin: 20px auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #B9B1CD url(images/bb_r1_c1.jpg) no-repeat;
	padding: 0;  /* 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. */
	height: 170px;
	width: 780px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0 0 0 -2000px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	float: right;
	background: url(images/whitebox.jpg) no-repeat right top;
	margin-right: 15px;
	width: 410px;
	font: 95%/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 505px;
	color: #58585A;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(images/bb_r5_c1.jpg) no-repeat;
	height: 35px;
	width: 780px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
}
.oneColFixCtrHdr #container #photos {
	margin-right: 20px;
	margin-left: 20px;
	width: 200px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent h1 {
	margin: 15px 0px 0px;
	padding: 0px;
	color: #595B56;
	font: normal 200% Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container #header #nav a {
	background: url(images/button.jpg) no-repeat 0px 0px;
	display: block;
	height: 22px;
	width: 114px;
	float: left;
	text-align: center;
	padding-top: 4px;
	text-decoration: none;
	text-transform: uppercase;
	color: #515A55;
	font: 90% "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-right: 32px;
}
.oneColFixCtrHdr #container #header #nav a:hover {
	background: url(images/button.jpg) no-repeat -114px 0px;
}
.oneColFixCtrHdr #container #header #nav {
	height: 30px;
	float: right;
	margin-top: 77px;
}
.oneColFixCtrHdr #container #mainContent #form1 label {
	width: 150px;
	text-align: center;
}

.oneColFixCtrHdr #container #mainContent #form1 input, .oneColFixCtrHdr #container #mainContent #form1 textarea {
	width: 300px;
}
