﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family:arial;
	color:#404040;
	
}
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
.clear{clear:both;}

div#wrap{
	width:860px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

div#left{
	width:350px;
	float:left;
	background: url(images/wholehome_logo.gif) 0 130px no-repeat;
	height:612px;
	}
	
div#left p{
	font-size:12px;
	color:#404040;
	padding:0 0 0 24px;
	background:url(images/x.gif) 0 2px no-repeat;
	width:190px;
	margin:320px auto 0;
	}

div#right{
	text-align:left;
	width:500px;
	float:right;
	display:inline;
}


div#header{
	height:140px;
}
div#header ul{
	float:right;
}
div#header ul li{
	display:inline;
	float:left;
	margin:0 0 0 25px;
}

div#header ul li a{
	display:block;
	font-size:12px;
	padding:20px 0;
	margin-top:30px;
}

div#header ul li a.email{
	padding-left:25px;
	background:url(images/envelope.gif) 0 20px no-repeat;
	
}

div#header ul li a.pwclink{
	padding-left:105px;
	background:url(images/pwc_logo.gif) 0 0 no-repeat;
}


div#content{
	margin:0;
	border-left:1px solid #BBBDBF;
	padding:30px 0 10px 50px;
	
}

div#footer{
width:100%;
background:url(images/bottom_bar.gif) 0 0 no-repeat;
height:72px;
overflow:hidden;
clear:both;
}

div#footer p{
	text-align:right;
	float:right;
	padding:50px 0 0 0;
	
}


		
h1, h1 strong{
	color:#0058A8;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 10px;
	line-height:1.3;
}
h1 strong{
	font-weight:bold;
}

h2{
	font-size:13px;
	line-height:1.2;
	font-weight:normal;
	margin:30px 0 0;
	}

h3{
	font-size:12px;
	font-weight:bold;
	margin:0 0 16px;
	line-height:1.2;
	
	}

p{
	font-size:12px;
	margin:0 0 16px;
	line-height:1.2;
}

a{
	color:#0058A8;
}

a:hover{
	color:#008952;
}


