/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code */
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }

/*Base Styles*/
body { font:14px  Verdana, Arial, Helvetica, sans-serif; background-image:url(backdrop.jpg);   background-repeat: repeat-x; background-color: #e9eef2; color: #333333;}

#wrapper { background:#fff; margin:10px auto; padding: 15px 20px; width: 640px; line-height:20px;}

#header {margin:10px auto;}

h1 {color: #d92429; text-align: center; font-weight: bold; font-size: 1.1em; margin: 20px 0 10px 0;}

p {text-align: justify; margin-bottom:10px;}

h1.reg {color: #000;}
