/*

#value - hash selects ID 'value'
.value - shortcut for DIV[CLASS='value']

*/


* {  /* reset the world */
	margin: 0px 0;
	padding: 0;
}

body {
	margin: 0px 0;
	padding: 0;
	background: #FEEEAF  url('ParchBackground.jpg') repeat ;	
	width: 100%;
	height: 100%;
}

#header {
	height: 244px;
}

.vert_major {  /* vertical blocks, width of these are identical == horiz max */
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
/*	margin: 0px 0; */
	padding: 0;
	width: 1024px;
	display: block;
	clear: both;
}
#page {
	padding:  10px;	 /* jknaggs was 0 */
	background: transparent;
	border: none
}


/*  Note: all c_ classes and ids live inside div#page */
.c_column {
/*	display: inline; */
}
#c_1_picture {
     /* for debugging: border: 2px solid #83F3F3 ; */
     float: left ; 
     width: 240px;
     margin-top: 1.1em;   /* push pict down to top of c_2, c_3 columns */
}
#c_2_content {
     /* for debugging: border: 2px solid #F383F3; */
     /* padding: 3.03.03.0em; */
     text-align: left;
}
#c_3_links {
    /* for debugging: border: 2px solid #F3F383; */
    float: right;
    width: 200px;
    padding: 20px;
    text-align: left;
}



/* jknaggs 090511 was a class selector changed to id to match most web examples div[class=menu] { */
#menu {
	margin: 0 auto;
	padding:  0;
	font-size: 9px;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	list-style: none;
	float: left;		/* jknaggs 090511 added */
	display: inline;	/* jknaggs 090511 added */
}

#menu a {
	display: inline;	/* jknaggs 090511 display: block; */
	float: left;
	height: 48px; 		/* jknaggs 090403 bumped up to cover new button GET NUMBERS FROM common-menu.php !!  */
	width: 89px;		/* jknaggs 090403 added for new button */
	margin-right: 1px;
	/* jknaggs 090511 padding: 0 5 0 0; */	/*jknaggs 090403 padding: 10px 20px 0 20px; */
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	/* color: #60942E; */
	border-style: none;	/* jknaggs 090403 double double double double; */
}

#menu a:hover {
	background:  #F3F3F3;
	/* color: #2C2E22; */
	border-style: dotted dotted dotted dotted;
}

/********
     #menu .current_page_item a {
 	   background:  #F3F3F3;
	   color: #2C2E22;
	   border-style: solid solid solid solid; 
     }
******/


/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
}
