body {
	margin-top: 10px;
	padding: 0;
	font: 95% Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #4e5731;
}
#outerHeader {
	margin: 0 auto;
}
#header {
	min-height: 60px;
	width: 900px;
	margin: 0 auto;
	background: url(../images/NameHeader.jpg) no-repeat;
	background-color: #333;
}
#outerContent {
	min-height: 300px;
}
#contentWrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #f8f4ee;
    border: 4px solid white;
}
#parchment {
	position: relative;
	width: 898px;
	background: url(../images/ParchmentBackground.jpg);
	margin: auto;
}
#content img {
	border: 1px solid #000;
}
#outerFooter {
	clear: both;
	margin: 0 auto;
}
#listings {
	width: 900px;
	margin: 0 25px 0 25px;
}
h1 {
	font: normal 190% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #2c3c49;
}

h2 {
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	color: #2c3c49;
}

h3 {
	font: normal 170% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #5a2918;
	margin-top: 40px;
}
.right {
	float: right;
	margin: 4px 0 2px 5px;
}

.left {
	float: left;
	margin: 5px 8px 0 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}
/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 143px;
}

 #outerContent {
	height: 300px;
}
/**/

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font: 100% Georgia, "Times New Roman", Times, serif;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em 1.4em .4em;
   font-size:1em;
   line-height:1em;
   background-color:transparent;
   text-decoration:none;
   color:#fff;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#1391ed;
}
#centeredmenu ul li a:hover {
   background:#1391ed; /* Top menu items background color */
   color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#596B89; /* Top menu items background color */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:15em; /* width of the drop-down menus */
   font: normal 15px Verdana;
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   background:#2c3c49;
   color:#fff;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #fff; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#596B89; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
