body {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: gray;
	line-height: 160%;
        padding: 0px;}

a {color: gray; text-decoration: underline;} 
a:visited {text-decoration: underline; color: gray;}	
	

#container {
	width: 770px;
	margin: 20px auto 0px auto;
        padding: 0px;}
 
#top {padding: 0px; margin: 0px; background: black;}
#logo {background: white;}

#logo a {text-decoration: none;} 
#logo a:visited {text-decoration: none;}	


#nav { 
       width: 770px;
       height: 45px;
       background: url(http://richardwillett.co.uk/images/grad.gif);
       background-repeat: repeat-x;}

	#nav ul{
		list-style-image: none;
		list-style-type: none;}
	
	#nav li{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 100%;
		float: left;}

	#nav li a{
		color: white;
		text-decoration: none;
		display: block;
		padding: 12px 18px 5px;
		float: left;}
	
	#nav li a:hover{ color: #FF6600;}

	
#subnav {
        width: 770px;
	height: 22px;
	background: gray;
	border-bottom: thin silver 0.5px;
	border-top: thin silver 0.5px;}	

	#subnav ul{
		list-style-image: none;
		list-style-type: none;}
	
	#subnav li{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 100%;
		float: left;}

	#subnav li a{
		color:#FFFFFF;
		text-decoration: none;
		display: block;
		padding: 5px 20px 2px;
		height: 15px;
		float: left;}

	#subnav li a:hover{
		color: #FF6600;
		}


#content {
	width: 557px;
	float: left;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 10px;
	background: white;}
	
	#content ol{
		list-style-image: none;
		list-style-type: none;
		text-decoration: none;}

	#content h4{
		color: gray;
		font-size: 100%;
		font-weight: bold;
		text-decoration: underline;
		line-height: 20%;}
	
	#content h2{
		color: gray;
		font-size: 200%;
		font-weight: bold;
		text-decoration: none;
		line-height: 20%;}
		


#sidebar {
	width: 200px;
	float: right;
	padding: 15px 0px 20px 0px;
	background: white;
	color: gray;}
	
	#sidebar li a{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #FF6600;}

	#sidebar li a:hover{
		color: #A80000;}
	
	#sidebar h4{
		color: gray;
		font-size: 100%;
		text-decoration: underline;
		line-height: 20%;}



#footer {
	clear: both;
	text-align: right;
	height: 60px;
	background: url(http://richardwillett.co.uk/images/grad2.gif);
	background-repeat: repeat-x; 
        padding-bottom: 5px;
        border-bottom: solid black 5px;
	color: gray;}

	#footer h4 {
		width: 770px;
		text-align: right;
		margin: 0px auto;
		font-size: 90%;}

	#footer a {color: #FF6600;}
	#footer a:hover{
		color: #A80000;}
	#footer a:visited {color:#FF6600;}











