/* -----------------------------------
Site:       CHS Class of 71 - 50th Reunion
CSS author: Traecy Kimball
Updated:	5-25-2021
Updated by: 5-25-2021
----------------------------------- */
/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
	{
	margin: 0;
	padding: 0;
	}

fieldset {
	padding: 5px;
	}

img { border: none; }

input, textarea, select, button
	{
	font-size: 100%;
	line-height: 1.1;
	font-family: Verdana, Tahoma, sans-serif;
resize:none;
	}

button
	{
	width: auto;
	overflow: visible;
	}

ul li { 
	list-style: none; 
	}

abbr, acronym
	{
	border-bottom: .1em dotted;
	cursor: help;
	}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
	{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	}

.center {
	text-align: center;
	}
.bold  {
	font-weight: bold;
	}
/*------------------------------------
elements
----------------------------------- */

body  { 
    background-image: url("../images/bground.jpg");
    margin: 20px 0 0 0;
	color: #003;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	}

h1 {
 	margin: 0 0 .5em;
	color: #c40000;
	background-color: transparent; 
	font-size: 200%; 
	text-align: center;
    }
    
h2 {
    margin: 0 0 .5em;
	color: #c40000;
	background-color: transparent;
	font-size: 180%;
	text-align: center;
	}
	

h3 	{
	margin: 0 0 .5em;
	color: #c40000;
	background-color: transparent;
	font-size: 160%;
	text-align: center;
	}
	
h4 	{
	margin: 0 0 .5em;
	color: #000000;
	background-color: transparent;
	font-size: 140%;
	}
	
h5 	{
	margin: 0 0 .5em;
	color: #c40000;
	background-color: transparent;
	font-size: 120%; 
	text-align: center;
	}
	
h6 	{
	margin: 0 0 .5em;
	color: #000000;
	background-color: transparent;
	font-size: 100%;
	}

a:link { 
	color: #f00;
	background-color: transparent; 
	}

a:visited { 
	color: #c00;
	background-color: transparent; 
	}

a:focus
	{
	color: #f00;
	background-color: transparent;
	}

a:hover { 
	color: #c00; 
	background-color: transparent;
	}

a:active { 
	color: red;
	background-color: transparent; 
	}
	


/*----------------------------------
header
----------------------------------*/

.banner  {
	background: #fff url(../images/banner.jpg);
	width: 800px;
	height: 229px;
	margin: -10px 0 0 -10px;
	}


	

/*----------------------------------
layout
------------------------------------*/


#container  {
	background: #fff url(../images/bground.jpg);
	width: 780px;
	margin: 0px auto;
	border: 10px solid #d1140d;
	}

.navbar  {
	color: #fff;
	text-align: center;
	margin: -30px 0 0 0;
	}

.content  {
	width: 700px;
	background: transparent;

	margin: 20px 40px 0 40px;
	text-align: justify;
	}


