html, body {width:100%; text-align:left; background-image:url(img/bg.gif); margin:0; padding:0;}

/* All your defaul text styles go in 'body', You can also define a background image here. */
body {background:url(img/body-bg.gif);padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:18px; margin:0;}

/* This is the main page element that floats to the center of the page.  Change the width to match your design. */
#page {width:1000px; margin:10px auto; text-align:left;}

/* Insert the HEX# to change the default link color here */
a {color:#990000; text-decoration:none}
a:hover {text-decoration:underline}

/* Change color font-size and line-height of your 'h' tags here.  You can also specify a bottom rule.  If you change the
'border-bottom' to have '1px' instead of '0px' that is equivilent to turning on the rule.  You can also change the color there as well */
h1 {line-height:20px; padding:4px 0; color:#fff; font-weight:900; font-size:18px; border-bottom:#bbb 1px solid;}
h2 {line-height:17px; padding:4px 0; color:#fff; font-weight:900; font-size:15px; border-bottom:#eee 1px dotted;}
h3 {line-height:15px; padding:4px 0; color:#fff; font-weight:900; font-size:13px; border-bottom:#ccc 0px dotted;}
h4 {line-height:15px; padding:4px 0; color:#fff; font-weight:900; font-size:12px; border-bottom:#ccc 0px dotted;}

/* This where you can specify an image for the defualt bullet as a background image. */
li {padding-left:15px;}
ul {margin-left:0px; padding-left:20px;}

/* Small text good for captions and disclaimers */
small {font-size:10px; color:#fff; line-height:normal;}