body {
	background-color: #000;
}
#wrapper {
	width: 1024px;
}
#header {
	float: left;
	height: 150px;
	width: 1024px;
	font-family: "Comic Sans MS", cursive;
	font-size: xx-large;
	font-weight: bold;
	color: #F90;
	background-color: #000;
	text-align: center;
}
#header a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#menu {
	height: 48px;
	width: 1024px;
	float: left;
	margin-bottom: 10px;
}
#menu p {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #0F0;
	line-height: 0px;
	vertical-align: top;
}
#menu a:link {
	text-decoration: none;
	color: #0F0;
}
#menu a:visited {
	color: #0FF;
	text-decoration: none;
}
#menu a:hover {
	font-style: oblique;
	color: #F39;
	text-decoration: underline;
}
#menu a:active {
	font-style: oblique;
	color: #FFF;
	text-decoration: underline;
}

#content {
	height: 540px;
	width: 804px;
	float: left;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF3;
}
#content a:link {
	color: #09F;
	text-decoration: none;
}
#content a:visited {
	color: #9FF;
	text-decoration: none;
}
#content a:hover {
	color: #F6F;
	text-decoration: underline;
}
#content a:active {
	color: #90C;
	text-decoration: underline;
}

#content h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: xx-large;
	color: #F90;
	text-align: center;
}
#content h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	font-style: italic;
	color: #9F0;
}
.MyName {
	font-family: "MS Serif", "New York", serif;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-align: center;
	font-size: large;
}
#jem {
	text-align: center;
}
