/* set margins, padding, and inline-level content alignment */
/* body,div	{ margin: 0; padding: 0; text-align: center	} */

/* general styling */
* {
	padding: 0;
	margin: 0;
}

body {
	height: auto;
	background: #D2D2D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*HEADING STYLING*/
/*main headline*/
h1 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 36px;	
	color: #990000;
	}

/*superheadline*/
h2 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 18px;	
	color: #666666;
	}	

/*subheadline*/
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 18px;	
	color: #999000;
	}

/*calls special attention to a paragraph*/
h4 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;	
	color: #990000;
	}	
	
/* the container centers within the page */
#container {
	width: 800px;
	height: auto;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* set widths and float nav & ads div content boxes */
#nav		{ float: left;  width: 100px	}
#ads		{ float: right; width: 100px	}
/* note: if you change the widths above also change the margins in the rule below */

/* set side txt margins 5px greater than nav & ads widths */
#txt		{ } 

/* ensure footer stays at the bottom */
#ftr		{ clear: both	}

/* show boundaries and set image sizes - for clarity only */
#hdr		{
	background-color: #6D0E12;
	color: #FFFFFF;
	height: auto;
	width: auto;
	border: 2px solid #000000;
}

#ftr 		{
	background-color: #6D0E12;
	color: #FFFFFF;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	vertical-align: middle;
}

#nav, #ads	{ background: yellow		}

#txt		{
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 2px solid #000000;
}

/* stretch image to represent content - for clarity only */
/*#hdr img	{ width: 794px; height:  119px	}*/
#ads img	{ width:  75px; height: 100px	}
#txt img	{ }

.imagetextwrap {
	float: left;
	margin-right: 6px;
	border: 1px solid #000000;
}

ul#indent {
	list-style-position: inside;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}
