body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    background-color: #555554;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: small;
	position: relative;
}

h1 {
       text-transform: lowercase;
        color: #999;
        font: 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
        letter-spacing: 3px;
        text-align: right;
        height: 14px;
        margin: 0px;
        text-decoration: none;
}
img {
	border: none;
	margin: 0px;
	margin-right: 0px;
}

p {
	margin: 0px;
	padding: 3px 10px 10px 15px;
	line-height: 1.6em;
}

ul {
	padding: 3px 10px 10px 40px;
	line-height: 1.6em;
	margin: 0px;
}


ul#list {
	font: small "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	display: block;
	border: 0;
	padding: 0;
	list-style-type: none;
	background: #121515;
	text-align:right;
}

ul#list li { 
	background: #121515;
}

ul#list li a {
	display: block;
	color: #E9F2DB;
	text-align: left;
	text-decoration: none;
	text-align:right;
	font-weight: normal;
	cursor: pointer;
}

ul#list li a:hover {
	background:#333;
}

ul#nav {
	display: block;
	height: 20px;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #121515;
}

ul#nav li { 
	display: inline; 
}

ul#nav li a {
	display: block;
	float: left;
	width: 65px;
	height: 19px;
	margin: 0;
	background: #121515 no-repeat 9px 5px;
	padding: 1px 1px 0px 12px;
	border-left: 1px solid #524B47;
	border-right: none;
	color: #E9F2DB;
	font-size: small;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

ul#nav li a#home {
	border-left: none;
}

ul#nav li a:hover {
	background:#524B47;
}


#pagecontainer {
	border: 1px solid #000;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 1em;
	display: block;
	text-align: justify;
	position: relative;
	background-color: #666699;
    height: 100%;
}



#logo{
	background: #333366 url(http://www.oxfordstringquartet.co.uk/images/title-blue.png) no-repeat center;
    margin-right: 0px;
	margin-left: 0px;
	height: 75px;
	padding: 0px;
	border-bottom: 1px solid #000;
	width: 720px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
}

div#credits {
    text-align: right;
    font-size: 75%;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    height: 100%;
    margin-bottom: 1em;
}

span.worktitle {
    font-style: italic;
}
