
body  {font-size: 15px;
  min-height: 85%;
  padding: 2px;
  margin: 0px;
  border: 0px;	/* This removes the border around the viewport in old versions of IE */
}

/* headers and footers */
#header  {
  background: #FFFFE0;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  display: inline;
  margin: 0px;
  padding: 0px;
  left: 0;
  top: 0;
}
#footer  {
  background: #D4FFFF;
  clear: both;
  width: 100%;
}

#footer-list ul, #footer-list li {
	display: inline;
	font-size: 24px;
}

#review-box {
	margin: 20px; 
	padding: 20px; 
	border-style: solid;
	border-width: 3px; 
	border-color: green;
}

/*#footer p {font-size: 1em; padding:10px; margin:0;}*/

/* column containers */

#colmaskinner {
	background: #D4FFD4;	/* light green, as was in the leftcol div */
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	float: left;
	min-height: 85%;
	width: 100%;		/* width of whole page */
	min-height: 100%;	/* avoid blank area at bottom */
	overflow: visible;	/* This chops off any overhanging divs */
	position: relative;
	right: 85%;		/* right moves the element to the left - bloody weird! */
}

#colmaskouter {
	background: #FFFFE0;	/* light yellow, as was in the content div */
	position: absolute;	/* This fixes the IE7 overflow hidden bug */
	float: left;
	width: 100%;		/* width of whole page */
	min-height: 100%;	/* avoid blank area at bottom */
	overflow: hidden;	/* This chops off any overhanging divs */
	position: relative;	/* needed to overcome a bug in the brains of Micro$haft designers */
}

#leftcol  {
  float: left;
  clear: both;
  width: 11%; /* plus 1 each side for margin and padding = 15% */
  font-size: 1.2em;
  margin: 1%;
  overflow: hidden;
  padding: 1%;
  position: relative;
  left: 85%;
}

#content  {
  float: left;
  width: 78%; /* plus 1 each side for margin and padding = 85% */
  font-size: 15px;
  margin: 1%;
  overflow: hidden;
  padding: 2%;
  position: relative;
  left: 85%;
}

/* columns for the advert sizes and costs */
#col1, #col2, #col3, #col4, #col5, #col6 { 
	float: left;
	font-size: 1em;
	margin: 1px;
	overflow: hidden;
	position: relative;
}

#col2, #col6 {
	text-align: left;
}

#col3, #col4, #col5 {
	text-align: right;
}

#col2, #col3, #col4 {
	width: 12%;
}
#col1 {
	width: 5%;
}
#col5 {
	width: 10%;
}
#col6 {
	width: 40%;
	margin-left:4px;
}

/* tables for the listings */
table.events {
	border: 1px solid #ccc;
	font-family: Times New Roman, Times, serif;
	font-size: 20px;}
.events td {
	padding: 4px;
	margin: 3px; 
	border: 1px solid green;
	background-color: #FFFFE0;}
.events th {
	background-color: #ADD8E6; 
	color: white; 
	font-weight: bold;}

/* images settings */
img { border: none; 
}

img.top {  /* used for go-to-top-of-page image */ 
	border-style: solid;
	border: 2px;
	border-color: blue;
} 

/* text style settings */
p {font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: black;
	background-color: #FFFFE0;
	text-indent: 24px;
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.review-text {
	color: black;
	margin: 10px;
	padding: 10px;
}

p.review-title {
	font-variant: small-caps;
	font-size: 36px;
}

address {font-style: italic;
	font-weight: normal;
	color: fuchsia;
	font-size: 20px;
}
info {font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: black;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
        color: teal;
	background-color: transparent;
        font-style: normal;
	clear: both;
}
h1 {
        font-size: 64px;
}
h2 {
        font-size: 56px;
        font-style: italic;
}
h3 {
        font-size: 48px;
}

h4 {
        font-size: 32px;
	margin-left: 1em;
	background-color: #FFFFE0;
}
h5 {
	font-size: 28px;
	font-style: italic;
	margin-left: 2em;
	background-color: #FFFFE0;
}


ol {
	font-size: 24px;
}

ol li {
	font-size: 24px;
}

ul {	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

li {font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: black;
	background-color: transparent;
	display: list-item;
}

/* for a two-level nested list */
#nestlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nestlist li {
	margin: 0;
	font-size: 1.5em;
	list-style-type: none;
}
#nestlist a {
	padding-left: 2em;
	text-decoration: none;
	font-weight: bold;
}
#nestlist li li {
	margin: 0;
	font-size: 1em;
}
#nestlist li li a {
	padding-left: 5em;
	text-decoration: none;
	font-weight: normal;
}

a:link  {background: transparent; color: #3333FF; text-decoration: none;} 
a:active  {color: #FFCC99; text-decoration: none;}
a:visited  {color: #990099; text-decoration: none;}
