body { 
  background: url(../pics/bg.jpg) center top repeat-x; 
  height: 101%;
  margin:0;
  padding:0;
  }

#wrapper { 
  background: url(../pics/wrapper_bg.jpg) center top repeat-y;
  width: 990px;
  margin: 0px auto;
  }

#logo { 
  background: url(../pics/logo.gif) center top no-repeat;
  height: 166px;
  }

#header { 
  background: url(../pics/header_bg.jpg) center top no-repeat;
  height: 360px;
  }

#main { 
  padding: 0 40px;
  }
  
#footer { 
  background: url(../pics/footer_bg.jpg) center top no-repeat;
  height: 122px;
  }
   
p {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#333333;
  font-size:14px;
  line-height:1.4;
}

h1 {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#0053a2;
	font-size:1.8em;
	line-height:120%;
}

h2 {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#0053a2;
  font-size:1.3em;
	line-height:100%;
}

h3 {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#292929;
  font-size:1.1em;
	line-height:100%;
}


td {}

a:link { color:#0053a2; }

a:visited { color:#0053a2; }

a:hover { color:#292929; }

a:active { color:#0053a2; }
