

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/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:#67b41a; 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 { font-size:24px; color:#000; border-bottom:1px solid #67b41a; line-height:1.5em; padding-bottom:10px; margin-bottom:15px }

h2 { font-size:14px; color:#646464; font-weight:bold; line-height:1.5em; text-transform:uppercase;}
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;}

/*Footer*/
#footer {font-size:10px; line-height:18px; color:#8f8f8f; text-align:left; padding:0;}
#footer a {font-size:10px; line-height:18px; color:#8f8f8f; font-weight:bold; text-decoration:underline;}
#footer a:hover {text-decoration:underline}
#footer_nav {padding-top:10px;}
