/* main.css for ifix-22 (ifixonline.co.uk) */
@font-face {
	font-family: 'AshburyLig';
	src: url("../fonts/AshburyLig-webfont.eot");
	src: url("../fonts/AshburyLig-webfont.eot?#iefix") format('embedded-opentype'),
		url("../fonts/AshburyLig-webfont.woff") format('woff'),
		url("../fonts/AshburyLig-webfont.ttf") format('truetype'),
		url("../fonts/AshburyLig-webfont.svg") format('svg');
}

body, p {
	font-size: large;
}
#container-frame{
    width: 100%;
}

header nav li {
	display: inline-block;
	text-align: center;
	width: 5.0em;
	border: 1px;
	border-color: gray;
	border-style: solid;
	margin: -3px;
	padding-top:6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-color: antiquewhite;
}

footer nav li {
	display: inline-block;
	margin: 3px;
	padding-left: 2px;
}
header {
	background-color: oldlace;
	width: auto;
	align-content: center;
	padding-bottom: 1px;
}

header img {
	width: 100%;
	height: 100%;
}
footer {
	clear: both;
	width: 100&;
	background-color: antiquewhite;
	height: auto;
}
#leftDiv {
	background-color: honeydew;
	width: 100%;
	height: auto;
	padding: 0 10px 0 10px;
    text-align: center;
}
#centreDiv {
	background-color:ivory;
	width: 100%;
	height: auto;
	padding: 0 10px 0 10px;
}
#rightDiv {
    background-color: lavender;
    width: 100%;
    height: auto;
    padding: 0 10px 0 10px;
    text-align: left;
}
ul strong {
	line-height: 1.5em;
}
.copperplate {
	font-size: small;
	text-align: right;
	margin-right: 4px;
}
