div#container{
    position: relative;
	margin: 0 auto;
	width: 85%;
    max-width: 1100px;
    padding: 20px 20px 20px 20px;
	background-color: #acda75;
}
div#header{
	margin:0;
	padding:0;
	/*width:100%;*/
	height:50px;
}
div#main{
    border-top: 5px solid #2d632b;
    clear: both;
	padding: 0;
	margin:0;
	min-height:500px;
	width:100%;
}
div#content{
    margin: 0;
	padding:10px;
    min-height: 480px;
	width:100%;
}
div#footer{
	border-top: 5px solid #2d632b;
    clear: both;
    margin: 0;
    min-height: 60px;
    padding-top: 5px;
}

/********GENERAL******/
body, html {
	margin:0;
	padding:0;
	background-color: #FFF;
}
p{
	font-family: arial;
	color: #000000;
	font-size: 12pt;
}
p.small{
	font-size: 7.5pt;
}
p.med{
	font-size: 10pt;
}
p.c{
	text-align:center;
}
p.i{
	font-style: italic;
}
p.b{
	font-weight: bold;
}
p.u{
	font-style: underline;
}
img{
	border: none
}
table	{
	clear:both;
}
a:link, a:visited, a:active{
	font-family: arial;
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
}
a.aB:link, a.aB:visited, a.aB:active{
	font-weight: bold;
}
a.aSmall:link, a.aSmall:visited, a.aSmall:active{
	font-size: 7.5pt;
}
a:hover{
	font-family: arial;
	color: #000000;
	font-size: 12pt;
	text-decoration: underline;
}
a.aB:hover{
	font-weight: bold;
}
a.aSmall:hover{
	font-size: 7.5pt;
}
h1{
	font-weight: bold;
	font-family: arial;
	color: #000000;
	font-size: 20pt;
	margin: 0;
	padding: 0;
}
h2{
	font-weight: bold;
	font-family: arial;
	color: #000000;
	font-size: 16pt;
}
h3{
	font-weight: bold;
	font-family: arial;
	color: #000000;
	font-size: 14pt;
}
table.table100{
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
}
table.tabCenter{
	margin-left: auto;
	margin-right: auto;
}
tr.trBottom{
	vertical-align:bottom
}
tr.trCenter{
	text-align:center;
}
td.td10{
	width:10%;
}
td.td80{
	width:80%;
}
td.td500{
	width:500px;
	text-align:center;
}
td.td{
	width:5px;
}
h1.h1Center{
	text-align:center;
}
/********MENU ITEMS******/
#nav{
	list-style:none;
	font-weight:bold;
	margin:0 4.4%;
	padding:0;
	/*width:100%;*/
	height:90px;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	display:block;
	margin:9px -3px 0;
	position:relative;
	width:12%;
	height:62px;
	/*word-wrap: normal;*/
	text-align:center;
	background:#647c48;
	padding-top:19px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top-left-radius:10px 70px;
	border-top-right-radius:10px 70px;
	-moz-border-top-left-radius:10px 70px;
	-moz-border-top-right-radius:10px 70px;
	z-index:10;
}
#nav a{
	text-decoration:none;
}
#nav li:hover{
	background:#96ba6c;
}
#nav a:hover{
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#acda75;
	background:rgba(255,255,255,0);
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	left:-9999px;
}
#nav ul li{
	padding-top:1px;
	float:none;
	background:#647c48;
	width:117px;
	height:90px;
}
#nav ul a{
	white-space:nowrap;
}
#nav li:hover ul{
	left:0px;
}
#nav li:hover ul a{ 
	text-decoration:none;
}
#nav li:hover ul li:hover{
	background:#96ba6c;
}
#nav li:hover ul li a:hover{
	text-decoration:underline;
}
body#index li#indexNav,
body#early_years li#early_yearsNav,
body#augustine_convent li#augustine_conventNav,
body#leicestershire li#leicestershireNav,
body#marriage li#marriageNav,
body#family li#familyNav,
body#leave_home li#leave_homeNav,
body#jill_text li#jill_textNav,
body#help li#helpNav,
body#contact li#contactNav {
	background-color: #2d632b;
	z-index:20;
}

/********FOOTER ITEMS******/
#footer table.tabFooter{
	width: 100%;
}
#footer tr.trFooter{
}
#footer td.tdLeft{
	width: 30%;
	text-align:left;
	vertical-align: top;
}
#footer td.tdMiddle{
	width: 40%;
	text-align:center;
	vertical-align: top;
}
#footer td.tdRight{
	width: 30%;
	text-align:right;
	vertical-align: top;
}
#footer p.pFooter, a.aFooter:link, a.aFooter:visited, a.aFooter:hover, a.aFooter:active{
	font-size: 10pt;
	margin: 0;
	padding: 0;
}