body {
margin-left: 0px;

	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;  /* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #C5C5C5;
	background-color: #3B2204;
	background-image: url(../im/BG.jpg);
	background-repeat: repeat;
	background-position: top center;
	border-width:0px ;
	border-color:000000;
	border-style: solid;
	line-height: 1.5em;
	}



#Everything {
	margin: 0px;
	padding: 0em;

	}



#Footer {
	height: 27px;
	bottom: 0px;
	align="center";
	padding: 0;
	margin: 0; 
	display: block;
	clear: both;
	width: 100%;
	}



#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		


a {
	text-decoration: underline;
	font-weight: bold;	
	color: #000;	
	}
a:link {
	color: #EEE0C4;
	}
a:visited {
	color: #cccccc;
	}
a:active {
	color: #00ff04;
	}
a:hover {
	color: #ffffff;
	text-decoration: none;
	}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 0.10em;	
	word-spacing: 0.15em;
	margin-top: 0em;
	margin-bottom: -.40em;
	color: #DFDFDF;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	word-spacing: 0.17em;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}