body {
  color: #eee;
  background-color: #fff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 81%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}
html > body {
  font-size: 9.5pt;
}
#header {
	background: #333 url(images/cuillin_winter_panorama.jpg) no-repeat top left;
	height: 160px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
#main1 {
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
}
html > body #main1 {
	padding-top: 0;
}
#middle {
	margin: 0;
	padding: 0;
	color: #000;
}
#quote {
	font-style: italic;
	padding: 0 10px;
}
.imgtopleft {
	float: left;
	padding: 0 5px 5px 5px;
	border: 0;
}
.imgtopright {
	float: right;
	padding: 0 0 10px 10px;
	border-top: 1px solid #666;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.entry-left-top {
	float: left;
	padding: 0 10px 0 0;
	border-top: 1px solid #666;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.entry-left {
	float: left;
	clear: left;
	padding: 0 10px 0 0;
	border: 0;
}
#middle a {
  color: #31875b;
  background-color: transparent;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.3em;
}
#middle a:hover {
  color: #31875b;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 0px solid #fff;
}
p {
	padding: 0 10px;	
}
p.top {
	padding-top: 5px;	
}
ul {
	margin-left: 100px;	
}
#piclink a, #piclink a:hover {
	text-decoration: none;
	border-bottom: 0px solid #fff;
}
#footer {
  color: #afafaf;
  background-color: #333;
  margin: 0;
  padding: 0.25em 5mm 1.25ex 4mm;
  clear: both;
  text-align: center;
}
body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}
#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}
#footer .right {
  text-align: right;
  line-height: 1.45em;
}
#footer a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}
#footer a:hover {
  color: #66CC99;
  background-color: transparent;
  text-decoration: none;
}

