* { margin: 0; padding: 0; border: 0; }
html, body { width: 100%; }
body {
	background-color: #f3f3f3;
	font-family: tahoma, sans-serif, helvetica, arial;
	font-size: 11px;
}
body, a { color: #333; }
.margin-center { margin-left: auto; margin-right: auto; }
.relative { position: relative; }
.absolute { position: absolute; }

#pageWrapper { width: 960px; }
#headerWrapper { height: 162px; }
#headerTitle { left: 195px; top: 110px; }

#mainWrapper { border: 1px solid #ccc; margin-top: 50px; padding: 35px; width: 840px; }

#sadPhone { left: 10px; top: 7px; }

h1 { font-size: 150%; }
h2, h3 { padding-top: 20px; }
h2 { font-family: georgia; font-size: 105%; }
h3 { color: #22aa22; font-size: 95%; }