/*main*/
body {
	background-color: #F1F1EB;
	font-size: 12px; 
	color: #464646; font-family: "Trebuchet MS";
}

a:focus{ outline:none;}
a{blr:expression(this.onFocus=this.blur());}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #036298;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#wrap {
	margin: auto;
	position: relative;
	text-align: left;
	width: 970px;
}
#header {
	background: url(../images/bg_header.gif) no-repeat 0 0;
	height: 145px;
	margin-top: 0px;
	width: 970px;
	z-index:10;
}
.wrap {
	clear: both;
	display: inline;
	position: relative;
	float:left;
}
#body {
	background: #fff url(../images/bg_body.gif) repeat-y 0 0;
	padding: 0px 0 28px 0;
	width: 970px;
	z-index:5;
}
#footer {
	background: url(../images/bg_footer_.gif) no-repeat 0 0;
	line-height: 1.33em;
	padding: 42px 0;
	text-align: center;
	width: 970px;
	z-index:5;
}


/***********/
#logo{ background:url('../images/logo_ptg.png'); width:105px; height:80px; position:relative; top:37px; left:33px; cursor:pointer;}
#searchTable{position:relative; left:628px; top:-32px; width:307px;}
#menubar{ background:url('../images/contact_us_r6_c2.png'); background-repeat:no-repeat; width:897px; height:9px; position:relative; overflow:hidden;}

