/*-----------------------------------------------------------*/
/* The BODY tag defines styles that apply to the entire page */
/*-----------------------------------------------------------*/
body {
	margin: 0; /* Don't change this */
	font-family: "Apple Chancery", "Apple Symbols", "Baskerville Old Face";
	font-size: small;
	float: none;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

/*-----------------------------------*/
/* The header at the top of the page */
/*-----------------------------------*/
#header {
	background-color: #69F;
	color: #ffffff;
	padding: 15px;
	background-image: url(IMAGES/backgroundpink.jpg);
}
#header h1 {
	font-size: xx-large;
	letter-spacing: inherit;
	margin: 0;
	display: inline; /* Don't change this */
}
#header h2 {
	font-size: x-small;
	margin: 0 0 0 15px;
	display: inline; /* Don't change this */
}

/*--------------------------------*/
/* The navigation bar on the left */
/*--------------------------------*/
#navigation ul {
	list-style: none; /* Don't change this */
	padding: 0; /* Don't change this */
	margin: 0; /* Don't change this */
}
#navigation li {
	padding: 0; /* Don't change this */
	margin: 0; /* Don't change this */
	}
#navigation li a {
	color: #C2B5D0;
	text-decoration: none;
	text-align: left;
	display: block; /* Don't change this */
	padding: 6px 15px;
	border-bottom: 1px dashed #999999;
}
#navigation li a:hover {
	background-color: #333;
}

/*----------------------------------------*/
/* The main content area of the the page. */
/*----------------------------------------*/
#content {
	padding: 15px 15px 50px 15px; /* Don't change this */
	border-left: 1px solid #999999;
}
#content h1, #content h2 {
	color: #8A7B9F; /* Change this to change the text color. */
	letter-spacing: 0.2px;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bolder;
}
#content h3, #content h4 {
	color: #8F80A3; /* Change this to change the text color. */
	font-size: 1.3em;
}
#content p {
	max-width: 600px
}
