@charset "utf-8";
/* CSS Document */

/*reset browsers*/
*{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
	html {color:#000; /*background:#E6DECB url(../images/bg.gif);*/ background:#CEC19F url(../images/bgBody.jpg) center top repeat-x;}
	address, caption, cite, code, dfn, th, var, optgroup {font-style: inherit; font-weight: inherit;}
	del{text-decoration:line-through;}
	ins {text-decoration:none;}
	q:before, q:after {content: '';}
	abbr, acronym {border: 0; font-variant: normal;}
	legend {color:#000;} /*legend doesn't inherit in IE */
	input, button, textarea, select, optgroup, option, select {font-family:inherit; font-size:100%; font-size:inherit; font-style:inherit; font-weight:inherit;}

	li { list-style: none; }
	:focus {outline: 0;}
	a img {border:none;}
	
	table { border-collapse: collapse; border-spacing: 0; }
	caption, th { text-align: left; }

/*font styles*/
body {font-family:Georgia, "Times New Roman", Times, serif; color:#3A3305; font-size:75%; line-height:1.5em; background:url(../images/bgDots.png) center;}
	h1 { color:#CEC4AA; margin:0 0 1em 0; font-size:1.833em; font-weight:normal;}
	h2 { color:#ED1C24; margin:0 0 .5em 0; border-bottom:1px dotted #ED1C24; float:left; }
	h3 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1.5em; }
	h4 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1.25em; }
	h5 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1.125em; }
	h6 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1em; }

