body  {
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
	font-size:16px;	
	margin: 0;
	padding: 0;
  background-image: url(../images/seashellbackground.jpg); 
	background-repeat:repeat;
}

#header {
  margin: 0;
  background-image: url(../images/seashellbackground.jpg); 
  background-repeat: repeat;
  }
#mainContent {
	font-weight: bold;
	margin: 4em 5em 5em 5em;
}
#mainContent h1{
	font-weight: bold;
	text-align:center;
}
p {
	font-family:"Comic Sans MS", cursive;
	font-style:normal;
	font-weight:bold;
	margin-left: 2em;
	margin-right: 2em;
}
#nav {
  float: left;  /* stretch horizontally */
  width: 100%;
  margin: 0;
  padding: 10px 0 4px 0;  /* fourth no. move left. first no. moves down */
  max-width: 1200px;
  min-width: 640px;
  list-style: none;      /* prevent bullets */
  background:  url(../images/nav_bg.gif) repeat-x bottom left; /* behind tabs #f2f2f2 */ 
  }
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 100%;  /* html <body> small  */
  }
#nav a {
  float: left;
  display: block;
  margin: 0 3px 0 0; /* spacing between the tabs, 5px */
  padding: 2px 10px;
  color: #333;
  text-decoration: none;
  border: 2px solid #9B8748;  /* 2px border around tab */
  border-bottom: thin solid #FFF;         /* under tabs */ 
  background: #F9E9A9 url(../images/off.gif) repeat-x top left;
  }

/* the end of the tabs  */
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDD;
	background:#9FF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

table.stripe_table {
  width:700px;
	border-collapse:collapse;
	font-family:"Comic Sans MS", cursive;
	margin-right:2em;
	margin-left:2em;
	} 
table.stripe_table {border:0;} 
.stripe_table caption {
	margin-bottom:.3em;
	font-weight:bold;
	font-size:1.2em;
  font-family:"Comic Sans MS", cursive;
}
.stripe_table th {color:white; background-color:#036; text-align:center;}
.stripe_table tr {background: #EEF; border-bottom:1px solid #036;}
.stripe_table tr:last-child {border-bottom:2px solid #036;}
.stripe_table td {padding:.3em .6em; text-align:center;}
.stripe_table .title {font-style:italic; font-weight:bold;}
.stripe_table tr.odd {background: #DEE;}
.stripe_table td a {color:#047;}
.stripe_table tr.row_hilite {background-color:#FFF;}
p#display {font-size:1.5em; color:#069; margin:.2em 0 0 1em;}

#first h1 {
	text-align:justify;
	font-family:"Comic Sans MS", cursive;
}
