@charset "UTF-8";
body {
	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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F30;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: lighter;
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-bottom: auto;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	font-style: normal;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	position: relative;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	
	padding: 0 10px;
	margin-top: 40px;
	
}
#footerback {
	background-color: #CCCCCC;
	color: #FF3333;
	font-size: 10px;
	padding: 10px;
} 
#headerback {
	background-color: #CCCCCC;
}
#menutable {
	font-weight: lighter;
	font-size: 11px;
}
#inquiriebox {
}
#centergallery {
	margin-left: 15px;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
}
.oneColFixCtrHdr #container #header p {
	text-align: justify;
}
.virginia {
	font-style: italic;
	color: #F33;
}
.oneColFixCtrHdr #container p {
	font-weight: bold;
	color: #F33;
}
.oneColFixCtrHdr #container p {
	color: #333;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
}
.Docuvitae {
	font-weight: bold;
	color: #F33;
}
p {
	color: #F33;
}
p {
	color: #F33;
}
.oneColFixCtrHdr #container #mainContent .iquiries {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: lighter;
	color: #333;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
}
