body
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}



#header
{
	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
{
	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 img.inlineImage
{
	float: right;
	margin: 16px;
	border: none;
}

#content img
{
		border: none;
}

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

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

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