/*positioning*/

body { background-color: #FFF; 

	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	
	}


#wrapper {
	width:1000px;
	margin-left:0px auto; /* Right and left margin widths set to "auto" */
	margin-right:0px auto; 
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	z-index: 1; 
	border:0px;
	}
	
	
/*header*/
	
.pcwp_2008_header { background:#ffffff; height:185px; width:1000px; left:0px; top:0px; position: relative; z-index:1;  }


.pcwp_2008_logo {left:50px; top:0px; position: absolute;}

.pcwp_2008_header_strap { background:#055A81; height:40px; width:500px; left:500px; top:0px; position: absolute; z-index:1; }

.pcwp_2008_header_strap_text {font-family:Arial, Helvetica, Verdana, sans-serif; color:#FFFFFF; font-size:14px; font-weight:bold; left:30px; top:10px; position: absolute; }

.pcwp_2008_navigation  { background:#055A81; height:35px; width:1000px; left:0px; top:150px; position: absolute; z-index:1; background-image: url(http://www.forkncork.com/images/pcwp_2008_navigation.jpg); }

.pcwp_2008_navigation_text  { font-family:Arial, Helvetica, Verdana, sans-serif; color:#FFFFFF; font-size:14px; font-weight:bold; left:30px; top:10px; position: absolute;  }

/*content*/


.pcwp_2008_content { background:#ffffff; width:940px;  left:30px; top:50px; position: relative; z-index:1; border:1px solid #000; text-align:left;}












