@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg)
	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(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 931px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 

#header {
	height: auto;
	width: 1006px;
}
#wrapper {
	height: auto;
	width: 990px;
	background-image: url(images/bg_b.gif);
	padding-right: 0px;
	padding-left: 0px;
}
.nav {
	height: 42px;
	width: 931px;
	
}
#footer {
	height: 26px;
	width: 931px;
}

.contact {
	height: 100%;
	width: 100%;
	text-align: left;
}
	

