/* CSS Document   NECHS2.CSS */


body 		{ 
			font-size:12pt;						/*  base size  */
			background-image:url(weddnat.jpg);
			background-repeat: repeat;
			}

#container	{
			width: 600px;
			margin:auto;
			}

/*  #########################################  L I N K E R   */
#linker		{
			width: 100%;
			background-color: chocolate;
			color: white;
			padding: 8px;
			margin: 0;
			/* border: 2px dotted white; */
			}
			
#linker a	{
			text-decoration:none;
			}

#ed			{
			float: left;
			margin: 0 15px;
			padding: 1px 4px;
			vertical-align: top;
			background-color: silver;
			}

#arrow		{
			float: right;
			margin: 0;
			padding: 1px 4px;
			vertical-align: top;
			background-color: silver;
			}

/* ########################################################  T O P  */
#top	 	{
			width: 100%;
			background-color: chocolate;
			color: white;
			margin-bottom: 20px;
			padding: 8px;
			font-size: 110%;
			}

#top h1		{
			padding: 8px;
			margin: 0;
			text-align: center;
			font-weight: normal;
			}

#sum2		{
			text-align:center;
			margin: 10px 50px;
			/* border: 3px solid white; */
			/*float: right;*/
			color: blue;
			font-size: 110%;
			}

#sum1		{
			float: left;
			}
			
/*  ################################################  O F F I C E R S   (to the left) */			
#officers 	{
			width: 300px;;
			/* border: solid blue 1px;  */
			float: left;
			padding: 8px;
			background-color:#FFFF99;
			clear: both;
		}

ul#office	{
			list-style-type: none;
			margin-left:0;
			text-align: right;
			}
li#office	{
			margin-left: 0;
			}			
span#office	{
			color: red;
			font-variant:small-caps;
			padding-right:3px;
			}					
#addr		{
			font-size: 80%;
			text-align: center;
			padding: 3px 0px;
			}

h3			{
			color:blue;
			font-size: 120%;
			letter-spacing: 3pt;
			text-align: center;
			}

/* ###########################################################  E V E N T S */			
#events 	{
			width: 550px;
			/* border: solid blue 1px; */
			float:right;
			padding: 8px;
			background-color: #ccffc0;
			}

/*  ############################################################  B O T T O M   */
#bot 		{
			clear:both;
			width: 900;
			background-color: chocolate;
			color: white;
			padding: 8px 48px;
			font-size:110%;
			text-align: center;
			}
			
#botnote	{
			text-align: right;
			font-size:80%;
			margin: 0;
			padding: 8px;
			background-color: chocolate;
			color: white;
			}			
			