* {
	margin:0;
	padding:0;
}
body {
	background:url(../images/bg.gif) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333;
}
h1, h2, h3, h4, h5 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#555; font-weight:normal;}
h2 { font-size:200%;}
h3 { font-size:180%;}
a { color:#25A;}
a:hover { text-decoration:none; background:#EEF;}
p { margin:1em 0;}
p.phone {color:#5A0; font-size:135%;}
#wrap {width:750px;margin:0 auto;}
#header {height:130px;}
#header h1 {
	background:url(../images/logo.gif) no-repeat;
	text-indent:-999em;
	width:210px;
	height:80px;
	float:left;
	display:block;
	margin:30px 0 0 0;
}
#header h2 {
	float:right;
	margin:50px 55px 0 0;
}
#footer {
	font-size:85%;
	margin:20px 0;
	border-top:1px solid #CCC;
	text-align:right;
}
p.pvnet {float:left;}