@charset "utf-8";
/* CSS layout management document for single column fixed layout */

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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #container {
	width: 960px;  /* total width of site imagery */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bkgd_shadow.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #subcontainer {
	width: 920px;  /* total width of site imagery */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/texture.jpg);
	background-repeat:repeat;
}
.oneColFixCtrHdr #header {
	width: 920px;
	height: 116px;
	background-image:url(images/top.gif);
	background-position:center;
	background-repeat:none;
}
.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 #pagespace_menu {
	padding: 7px 10px 0 20px;
	height: 133px;
	background-image:url(images/camera_top.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #menu {
	height: 64px;
		padding: 0px 0px 0px 50px;
	background-image:url(images/nav_bkgd.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #pagespace_menu_services {
	padding: 7px 10px 0 20px;
	height: 133px;
	background-image:url(images/services_top.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #menu_services {
	height: 64px;
		padding: 0px 0px 0px 50px;
	background-image:url(images/services_nav_bkgd.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #pagespace_menu_portfolio {
	padding: 7px 10px 0 20px;
	height: 133px;
	background-image:url(images/portfolio_top.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #menu_portfolio {
	height: 64px;
		padding: 0px 0px 0px 50px;
	background-image:url(images/portfolio_nav_bkgd.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #pagespace_menu_contact {
	padding: 7px 10px 0 20px;
	height: 133px;
	background-image:url(images/contact_top.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #menu_contact {
	height: 64px;
		padding: 0px 0px 0px 50px;
	background-image:url(images/contact_nav_bkgd.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #pagespace_menu_aboutus {
	padding: 7px 10px 0 20px;
	height: 133px;
	background-image:url(images/about_top.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #menu_aboutus {
	height: 64px;
		padding: 0px 0px 0px 50px;
	background-image:url(images/about_nav_bkgd.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #mainContentWindow {
	margin: 0;
	padding: 1px 45px 30px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/body.jpg);
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #mainContentWindow img {
	margin: -1px;
}
.oneColFixCtrHdr #footer {
	width: 960px;
	height: 102px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 1px 0px 0px 0px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.oneColFixCtrHdr #footer p {
padding-top:30px;	
}