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

* { margin: 0px; padding: 0px; }

/* commented backslash hack \*/ 
body { height: 100%; } 
html { height: 100%; } 
/* end hack */
body { margin: 0; padding: 0; }

html { margin: 0; padding: 0; }

body {
	margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	 background-image:url(../images/bg_tile.jpg);

	}
 #fade {
	width: 1100px;
	margin: 0 auto;
	background: url(../images/bkg_fade_edges.png) repeat-y;
	}
	
* html #fade { background: none; } /* hides png bkg for IE6 */
#bottom { 
	width: 1100px;
	margin: 0 auto;
	background: url(../images/bkg_fade_bottom.png) top no-repeat;
	
	height: 90px; 
	}
	
* html #bottom { background: none; } /* hides png bkg for IE6 */

#content {
	width:1000px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#dfd795;
	}
	
	
	
h2 { font-size: 14px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin:0; padding:0; }

p { font-size:14px; line-height:22px; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0; font-weight:normal; }

.greenText { color:#C1AF2C; }
.purpleText {color:#8E499B; }
.orangeText {color:#f27a20; }


.bigText { font-size:24px;}

a { text-decoration:none; }

a:hover { text-decoration:underline; }
	
