body {	font-family: Tahoma, Arial, Helvetica, sans-serif
	font-size: 10pt;
	color: gray;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
        padding: 0px;}

a {color: silver; text-decoration: underline; font-weight: bold; font-size: 8pt;} 
a:visited {text-decoration: underline; color: silver;}
a:hover{color: #FF6600;}	
	
#content {
	width: 770px;
	margin: 20px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 50px;
	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;}
	
	#content h2{
		color: #A8A8A8;
		font-size: 125%;
		text-decoration: none;}
			
	#content h6{
		color: silver;
		font-size: 175%;
		text-decoration: none;}
	
			
#contactForm {}

#image {}

#comingSoon {
		margin: 20px auto 0px auto;}

#sidebar {
	width: 190px;
	float: right;
	padding: 15px 0px 20px 10px;
	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;}










