body {
	background-color: #CFC;
}
#wrapper {
	float: left;
	width: 1024px;
	background-color: #CFC;
	border: 3px solid #060;
	margin-right: 10%;
	margin-left: 10%;
}


#headimg {
	float: left;
	height: 200px;
	width: 1024px;
	background-color: #060;
}
#headimg a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#header {
	float: left;
	width: 1024px;
	background-color: #060;
}
#header a {
	color: #CFC;
	text-decoration: none;
}

#header a:link {
	color: #CFC;
	text-decoration: none;
}
#header a:hover {
	color: #FF0;
	text-decoration: underline;
}
#header a:active {
	color: #F9F;
	text-decoration: underline;
}
#header a:visited {
	color: #6FF;
	text-decoration: none;
}



#header h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-weight: bold;
	color: #CFC;
	text-align: center;
	font-style: italic;
}
#header h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	color: #CFC;
	text-align: center;
}
#content {
	float: left;
	width: 1024px;
}
#content h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: xx-large;
	color: #060;
	text-align: center;
}
#content h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	color: #060;
}
#content h3 {
	font-family: "Comic Sans MS", cursive;
	color: #060;
}
#content h4 {
	font-family: "Comic Sans MS", cursive;
}
#content h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #060;
}
#content h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #060;
}
#content h7 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}

#content p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}
