#site {
	position: absolute;
	width: 700px;
	left: 50%;
	background-color: #FFFFCC;
	margin-left: -350px;
	border: 5px solid #000000;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	background-color: #66CCFF;
	margin: 0px;
	font-family: "Comic Sans MS";
	font-size: 75%;
}
#menu {
	background-color: #0033FF;
	border: 1px solid #3399FF;
	position: absolute;
	width: 650px;
	top: 160px;
	margin-left: 25px;
	height: 20px;
}
#menu ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
}
#menu ul li {
	list-style-type: none;
	text-transform: capitalize;
	display: inline;
	margin-left: 10px;
}
#menu ul li a {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FF0000;
}
.firstletter {
	color: #FF0000;
}
#content {
	position: relative;
	margin-top: 50px;
	padding-right: 5px;
	padding-left: 5px;
}
.yellow {
	color: #FFFF00;
	font-size: 1.3em;
	font-weight: bolder;
	font-style: normal;
}
.blue {
	color: #0000FF;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
.red {
	color: #FF0000;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
.green {
	color: #00FF00;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
.pink {
	color: #FF00FF;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
.turquoise {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #00FFFF;
}
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
#site2 {
	position: absolute;
	width: 700px;
	left: 50%;
	background-color: #FFFFCC;
	margin-left: -350px;
	border: 5px solid #000000;
	background-image: url(../images/sandyback.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#top {
	background-color: #003399;
	background-image: url(../images/sunrise.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}
#content2 {
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}
.white {

	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}
#site3 {

	position: absolute;
	width: 700px;
	left: 50%;
	background-color: #FFFFCC;
	margin-left: -350px;
	border: 5px solid #000000;
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.blue2 {
	color: #0000FF;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0D07F8;
	display: inline;
}
.green-small {
	font-size: 1em;
	color: #00CC33;
	font-weight: bold;
}
