@charset "UTF-8";
body, ul, ol, li, p, h1, h2, h3, h4 {
margin: 0;
padding: 0;
border: 0
}
html {
	margin: 0 0 1px 0;
	padding: 0;
	border: 0;
	min-height: 100%;
}
body {
	font: 95%/1.6em "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	background: url(images/bg-scottish-shortbread.jpg) repeat;
}
h1 {
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
}
#container {
	width: 780px;
	margin: 30px auto 0 auto;
	text-align: center;
}
#header {
	padding: 0;
}
#header img {
	display: block;
}
#mainContent {
	background: url(images/main-bg-scottish-shortbread.jpg) repeat-y top;
	color: #003C27;
	padding-bottom: 30px;
	padding-top: 0px;
}

#footer {
	background: url(images/footer-bg-scottish-shortbread.jpg) bottom;
	font-weight: bold;
	color: #002e6e;
	padding-bottom: 10px;
	font-size: 90%;
}
a:link {
	color: #007736;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #007736;
}
a:visited {
	text-decoration: none;
	color: #007736;
}
a:hover {
	text-decoration: underline;
	color: #009042;
}
#footer a:link {
	color: #0057a5;
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
	color: #0057a5;
}
#footer a:visited {
	text-decoration: none;
	color: #0057a5;
}
#footer a:hover {
	text-decoration: underline;
	color: #006BCB;
}
#sitedesign {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 60%;
	font-weight: bold;
	padding-top: 2px;
	clear: both;
	color: #002F6E;
}
#sitedesign a {
	color: #0057a5;
	text-decoration: none;
}
#sitedesign a:hover {
	color: #0057a5;
	text-decoration: underline;
} 
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}
.smallprint {
	font-size: 80%;
}

