body
{
	font-family: Times, "Times New Roman", serif;
	/*color: #000;*/
}



#header
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 868px;
	margin: 0px auto;
	height: 58px;
	text-align: left;
	padding: 16px;
	background-image: url(http://sdstrowes.co.uk/images/header.png);
}

#header a
{
	color: #fff;
	text-decoration: none;
}

#menu
{
	margin: 0px auto;
	width: 900px;
	text-align: center;
}

ul#navigation
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navigation li
{
	font-style: italic;
	display: inline;
	list-style-type: none;
}

#navigation a { padding: 3px 10px; }

#navigation a:link, #navigation a:visited
{
	/*color: #000;*/
	text-decoration: none;
}

#navigation a:hover
{
	/*color: #000;*/
	background-color: #ddd;
}

#content
{
	width: 800px;
	margin: auto;
	font-size: 0.9em;
}

#content h1,h2,h3,h4
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#content img.inlineImage
{
	float: right;
	margin: 16px;
	border: none;
}

#content img
{
	border: none;
}

/* ul.publicationList */
/* { */
/* 	list-style-type: none; */
/* } */

/* li.publication */
/* { */
/* 	margin-top: 1em; */
/* 	background: white; */
/* } */

/* li.publication:nth-child(odd) */
/* { */
/* 	margin-top: 1em; */
/* 	background: #eee; */
/* } */




#publicationList ol {
  margin:20px 0;
  padding:0 0 0 35px;
  background:#fff
}

#publicationList li {
  margin:0;
  padding: 0 0 0.5em 0;
  color:#555;
}

#publicationList .title
{
  display:block;
  color:#666;
  margin:0 2em 0 0;
}

#publicationList .authors
{
  display:block;
  color:#666;
  margin:0 2em 0 1em;
}

#publicationList .venue
{
  display:block;
  color:#666;
  margin:0 2em 0 1em;
}

#publicationList .date
{
  display:block;
  color:#666;
  margin:0 2em 0 1em;
}

#copyright
{
	width: 900px;
	text-align: right;
	color: #aaa;
	font-size: 0.8em;
}

#copyright a
{
	color: #aaa;
	text-decoration: underline;
}

#copyright a:hover
{
	color: #fff;
	background-color: #aaa;
	text-decoration: none;
}

