body {
	background-color: #000033; 
	background-image:url(../images/quartet-background.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

a:link, a:visited {
	color:#00C;
}

a:hover, a:active {
	color:#ff6633;
}

#container {
	width: 750px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
	position: relative;
}
h1 {
	text-align: right;
	color: #ff6633;
	padding: 10px 0px 0px 30px;
	margin: 10px 0px 0px 10px;
	font-size: 30px;
	}	
	
#topic { /* topic header */
	color: #000044;
	margin: 0px 0px;
	padding: 0;
	font-size: 24px;
}	

h3 {
	font-size: larger;
	font-style: italic;
	padding: 0 0 0 0 ;
	margin: 20px 0 0 0 ;
}
#logo { /* this is for the hr below the logo text */
	background-color: #f00;
    height: 5px;  /* width doesn't seem to work */
}

#container {
	padding: 25px;
	}
 
#nav-top ul {
 	position: absolute;
	left: 630px;
	top: 130px;
	width: 150px;
 }

 #content {
 	position: relative;
	width: 550px;
 }
