body { 
	background-image: url(chopin.jpeg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	margin: 0px; 
	}
img {
	border: 0px;
	}
ul { 
	list-style-type: none;
	margin: 5px;
	padding: 5px; 
	}

li {
	padding: 0px 0px 12px 0px;
	margin: 0px 10px 0px 10px
	}
p {  
	margin-top: 0px; 
	}
h1 { 
	font: italic normal 16px/20px serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	background-color: transparent;
	}
h2 { 
	font: italic normal 16px/20px serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	background-color: transparent;
	color: #7D775C;
	}
h3 { 
	font: italic bold normal 20px serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	background-color: transparent;
	color: #414484;
	}
h4 { 
	font: italic bold normal 18px serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	background-color: transparent;
	color: #414484;
	}
h5 { 
	font: italic bold normal 16px serif;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	background-color: transparent;
	color: #414484;
	}
a:link { 
	color: #414484;
 	text-decoration: none;
	border: 0px;
	}
a:visited { 
 	text-decoration: none;
	color: #7B86AD;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #414484;
	}
#header a:link { 
	color: white;
 	text-decoration: none;
	border: 0px;
	}
#header a:visited { 
 	text-decoration: none;
	color: white;
	}
#header a:hover, a:active { 
	text-decoration: underline; 
	color: white;
	}
#container { 
	padding: 0px;
	position: relative;
	margin: 0px auto;
	}

#title { 

	padding: 0px 0px 0px 0px;
	text-align: center;
	position: absolute;
	left: 250px;
	top: 100px;
	}
#content {
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 250px;
	top: 100px;
	width: 600px;
	height: 400px;
	font: normal 16px/20px georgia;
	}
#content ul {
	list-style-type: disc;
	}

#navigation { 
	font: bold 16px sans-serif;
	background-color: white;
	width: 200px;
	position: absolute;
	top: 100px;
	left: 0px;
	border-right: double 2px #414484;
	z-index: 1;
	}
#header { 
	font: normal small-caps 16px sans-serif;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 70px;
	height: 68px;
	color: #AA674B;
	background-color: #1C96BF;
	padding: 3px 0px 0px 0px;
	z-index: 1;
	border-bottom: double 2px #414484;
	}
#logo { 
	position: absolute;
	height: 54px;
	left: 0px;
	top: 0px;
	background-color: #1C96BF;
	padding: 9px 15px 8px 10px;
	z-index: 1;
	border-bottom: double 2px #414484;
	}
html>body #navigation { 
	font: bold 16px sans-serif;
	background-color: white;
	width: 200px;
	position: fixed;
	top: 100px;
	left: 0px;
	border-right: double 2px #414484;
	z-index: 1;
	}
html>body #header { 
	text-shadow: #000000 2px 2px 2px;
	font: normal bold small-caps 16px sans-serif;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 70px;
	height: 68px;
	color: #AA674B;
	background-color: #1C96BF;
	padding: 3px 0px 0px 0px;
	z-index: 1;
	border-bottom: double 2px #414484;
	}
html>body #logo { 
	position: fixed;
	height: 54px;
	left: 0px;
	top: 0px;
	background-color: #1C96BF;
	padding: 9px 15px 8px 10px;
	z-index: 1;
	border-bottom: double 2px #414484;
	}
#footer { 
	position: absolute;
	padding-top: 100px;
	left: 35%;
	}
