* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	color: black;
	text-align: justify;
	background-image: none;
	background-color: Blue;
	font-family: "Comic Sans MS";
}

table { margin: auto; }

p, li {
	font: normal 1.2em/1.8em "Comic Sans MS";
	margin-bottom: 0px;
}

h1 {
	font: 2.0em "Comic Sans MS";
	color: blue;
	height: 0px;
	text-align: center;
}

h2 {
	font: 1.8em "Comic Sans MS";
	color: blue;
	margin-bottom: 0px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	margin: 30px 5% 30px 5%;
	text-align: justify;
}
	
#main-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/web15.gif);
	text-align: justify;
	background-color: transparent;
	font-family: "Comic Sans MS";
}
	
#header {
	background: red;
	text-align: center;
	color: white;
	}

#footer {
	background: red;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
}

#floatleft {
  float: left;
  margin-right: 9px;
  margin-top: 3px;
  margin-bottom: 20px;
}

#floatright {
  float: right;
  margin-left: 9px;
  margin-top: 3px;
  margin-bottom: 20px;
}

bluebutton {
  float: left;
  margin-right: 9px;
}

.middle {
  text-align: center;
}
.justify {
	text-align: justify;
}

.left {
	text-align: left;
}
.underline {
	text-decoration: underline;
}
.floatleft {
	float: left;
    margin-right: 9px;
    margin-top: 3px;
    margin-bottom: 20px;
}
.floatright {
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 9px;
}
