/* Barry Alexander IVC CSS file, June 2008 */


body {
	font: 100% Times New Roman, Times, serif;
	background: #e6ddd2;
	margin: 0; 
	padding: 0;
	text-align: justify; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: justify; 
}
.oneColFixCtrHdr #header {
	background: #e6ddd2;
	padding: 0 0 0 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. */
}
.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 */
	text-align:center
}
.oneColFixCtrHdr #bannerImage {
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:center;
}
.oneColFixCtrHdr #navMenu {
	padding: 1px 0px 1px 10px;
	background: #e6ddd2;
	text-align:center;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/contentbg800.gif);
	background-repeat: no-repeat;
	font-size:14px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size:12px;
	text-align:center;
}
a:link {
	color:#925014;
}
a:visited {
	color:#925014;
}
a:hover {
	color:#925014;
	text-decoration:none;
}
a:active {
	color:#925014;
}
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
