@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8f0101;
	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;
	background-image: url(http://www.lostjobs.org/background2.jpg);
	background-repeat: repeat-x;
	background-position:inherit;
	font-size: 12px
}
.oneColFixCtrHdr #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(http://www.lostjobs.org/content_gradient.jpg);
	background-color: #FFFFFF;
	margin-top: 200px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	padding-top: 20px;
	height: auto;
}
.oneColFixCtrHdr #header {
	background: 'transparent';
	padding: 0 7px 0 7px;  /* 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 #navigation {
	background-color: #e0e0e0;
	padding: 0 7px 0 8px;  /* 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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: 'transparent';
}
.oneColFixCtrHdr #whitecontent {
	padding: 20 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #transparent;
	border: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: auto;
}
.oneColFixCtrHdr #greyborder {
	padding: 10 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #e0e0e0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:'transparent';
	height: 60px;
	margin-top: 0px;
	margin-bottom: 60px;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url();
	background-repeat: no-repeat;
	height: 60px;
	background-position: center;
}

a#rollover {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/nav_03.png);
	height: 25px;
	width:55px;
	display:block;
}
a#rollover span { display:none; }
a#rollover:hover {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/home_roll_03.png);
}
a#rollover2 {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/voice_demos_03.png);
	height: 25px;
	width:110px;
	display:block;
}
a#rollover2 span { display:none; }
a#rollover2:hover {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/voice_demos_roll_03.png);
}
a#rollover3 {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/creative_services_03.png);
	height: 25px;
	width:150px;
	display:block;
}
a#rollover3 span { display:none; }
a#rollover3:hover {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/creative_services_roll_03.png);
}
a#rollover4 {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/contact_03.png);
	height: 25px;
	width:75px;
	display:block;
}
a#rollover4 span { display:none; }
a#rollover4:hover {background-image:url(file:///H|/Personal/VoicefromHeartland/pics/images/contact_roll_03.png);
}

