﻿html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	/* dark blue background */
	background-color:#004d9f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#wrapper {
	width:851px;
	margin:0 auto;
	position:relative;
	background:url('../inc/background.gif') repeat-y;
	z-index:0;
}

div#header {
	width:851px;
	height:265px;
	background:url('../inc/header.gif') no-repeat top;
}

div#tabs {
	position:absolute;
	top:214px;
	left:0;
	width:827px;
	height:51px;
	margin:0 14px 0 11px;
	padding:0;
	z-index:10;
}

div#tabs a {
	display:block;
	float:left;
	width:118px;
	height:22px;
	padding-top:29px;
	background:url('../inc/tab_off.png') no-repeat;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#004d9f;
	font-weight:bold;
}

div#tabs a.current {
	background-image:url('../inc/tab_on.png');
}

#photo_header {
	width:851px;
	height:265px;
	background:url('../images/header_tapemeasure.jpg') no-repeat 11px 71px;
}

.left {	float:left; }
.right { float:right; }
.clear { clear:both; }
a img {	border:0; }

a {
	color:#004d9f;
}

h1 {
	color:#004d9f;
	font-size:14px;
	margin:20px 0 10px 0;
}

div#footer {
	width:851px;
	height:69px;
	color:#004d9f;
	background:url('../inc/footer.gif') no-repeat;
}

#footer_text {
	padding:25px 0 0 56px;
	float:left;
}

#copyright {
	padding:25px 56px 0 0;
	float:right;
	text-align:right;
}

div#white_band {
	width:739px;
	padding:30px 56px;
	background:url('../inc/white.gif') repeat-y;
}

div#content {
	width:739px;
	background:url('../inc/body.gif') repeat-y;
	padding:30px 56px;
}

