/* basic layout */
* { margin: 0; padding: 0; }
body { width: 100%; font-family: Arial; font-size: 73%; }
body * { font-size: 1em; }

div#wrapper { width: 470px; margin: 0 auto; background: #ffffff url(content-border.gif) center top repeat-y; padding: 10px 14px; }
div#header { background: transparent url(content-head.jpg) center top no-repeat; position: relative; padding-top: 133px; margin-bottom: 30px }
div#header div.hr { height: 1px; background: #ee3c30 url(hr.jpg) center top no-repeat; width: 450px; margin-bottom: 8px; } 
div#header h1 { text-indent: -999em; background: transparent url(content-title.jpg) center top no-repeat; width: 470px; height: 69px; }


a#logo { display: block; float: left; position: absolute; right: -120px; top: 0; }
div.text p { margin-bottom: .8em; }
a img { border: none; }
div.text { padding: 0 10px; }
label { font-weight: normal }
body { color: #646464 }
h1, h2 { color: #EE3227 } 



