/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #BDC896;
	background-image: url(Images/images/IF-Website-Composite_04.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;


	background-image: url(../../../Chris Hansen Marketing/Website/Images/CH-Web-Body-Background.jpg);
	background-repeat: repeat-y;
	background-image: url(Images/images/background_body.jpg);
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
.oneColFixCtrHdr #header {


	background-image: url(Images/images/header.jpg);	height: 244px;
	top: 0px;
	padding: 0;
	clip: rect(0px,0px,0px,0px);
	bottom: 0px;
	z-index: auto;
	left: 0px;
	right: 0px;
	
}
.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 {


	background-image: url(../../../Chris Hansen Marketing/Website/Images/CH-Web-Body-Background.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-bottom: 30;
	padding-left: 200px;
	top: 0px;
	position: relative;
	bottom: 0px;
	font-size: 14px;
	color: #666;
	background-image: url(Images/images/background_body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 30px;
}

.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	background-image: url(../../../Chris Hansen Marketing/Website/Images/CH-Web-Footer.jpg);
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(Images/images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.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 */
}
.style2 {color: #F68F1E}

</style>
.oneColFixCtrHdr #container #mainContent #flashanim {
	width: 400px;
}
.oneColFixCtrHdr #container #mainContent #flashanim {
	width: 380px;
	float: left;
	height: 234px;
}
.oneColFixCtrHdr #container #mainContent #miniportfolio {
	width: 150px;
	height: 224px;
	padding: 0px;
	background-color: #E1E1E1;
	float: right;
}
.oneColFixCtrHdr #container #mainContent #clients {
	height: 300px;
	overflow: auto;
}
