#wrapper {
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	padding: 0px;
	width: 750px;
	position: relative;
	border: 2px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat;
}
#header {
	background-color: #FF00CC;
	position: absolute;
	width: 750px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#header h1 {
	font-size: 80px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	font-size: 80%;
	font-style: normal;
	text-align: center;
	padding: 5px;
	color: #FF66FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FF0099;
}
#nav {
	text-decoration: none;
	background-color: #FF99FF;
	text-align: right;
	position: absolute;
	top: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 740px;
	padding: 5px;
	color: #FF0099;
}
#sidebar {
	background-color: #000000;
	position: absolute;
	width: 230px;
	color: #FF66FF;
	padding-top: 78px;
	padding-right: 18px;
	padding-left: 5px;
	top: 207px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF0099;

	background-image: url(file:///C|/Documents and Settings/Jacqueline Tolisano/My Documents/my homework sites/images/sidebar_image.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-bottom: 5px;
	background-image: url(images/sidebar_image.gif);
}
body {
	background-image: url(file:///C|/Documents and Settings/Jacqueline Tolisano/My Documents/my homework sites/images/light_pink.jpg);
	background-image: url(images/16788.gif);
	background-repeat: repeat;
}

#sidebar li {
	line-height: 140%;
	font-style: italic;
	font-weight: bold;
}
#nav a {
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
#content {
	padding-left: 270px;
	padding-top: 195px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #FF66FF;
	line-height: 140%;
	text-align: center;
}
#content h3 {
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: xx-large;
}
a {
	color: #FF0099;
	text-decoration: underline;
}

