body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
 padding: 0; margin: 0;
 background: url(http://www.keith-rose.co.uk/images/tile.gif);
}
#wrapper {
 width: 800px;
 margin: 0 auto;
 border: 5px solid #fff;
 margin-top: 20px;
}
#header {
 background: #000000;
 height: 45px;
}
#top {
 background: #fff;
 height: 140px;
}
#nav {
 background: #000000;
 padding: 12px;
}
#wrapper #nav ul { padding: 0; margin: 2px; }
#wrapper #nav ul li{ display: inline; padding: 0; margin: 0 35px 0 0; }

#wrapper #nav ul li a:link{ text-decoration: none; color: #fff; }
#wrapper #nav ul li a:visited{ text-decoration: none; color: #fff; }
#wrapper #nav ul li a:hover{ text-decoration: none; color: #fe0000; }

#content #right 
a:link{ 
text-decoration: none; 
color: #800000; 
font-weight: bold;
}
#content #right 
a:visited{ 
text-decoration: none; 
color: #800000; 
font-weight: bold;
}
#content #right 
a:hover{ 
text-decoration: none; 
color: #ff4040; 
font-weight: bold;
}

#content { /* Faux Columns */
 background: #FFF
}
#content #right h1 {
 margin: 4px 0 3px 0;
 font-size: 22px;
}
#content #right h2 {
 margin: 8px 0 3px 0;
 font-size: 18px;
}
#content #right h3 {
 margin: 8px 0 3px 0;
 font-size: 16px;
 color: #ff0000;
}
#left {
padding: 0px;
 margin: 0px;
 width: 172px;
 border: 1px solid #fff;
 float: left;
 display: inline;
}
#wrapper #left ul { 
 list-style: none;
 margin: 0;
 padding: 0;
}
#wrapper #left ul li { 
 margin-bottom: 3px;
}
#wrapper #left ul li a:link, #wrapper #left ul li a:visited, #wrapper #left ul li a:hover { 
 color: #000;
 text-decoration: none;
}
#right {
 border: 1px solid #fff;
 width: 555px;
 float: left;
 margin: 5px 0px 5px 10px;
 text-align: justify;
}
#footer {
font-size: 12px;
 clear: both;
 background: #000000;
 height: 45px;
 padding: 5px 5px 5px 15px;
 line-height: 16px;
 color: #fff;
 text-align: center;
}
#footer a:link, #footer a:visited {
 color: #fe0000;
 text-decoration: none;
}
#footer a:hover {
 color: #fe0000;
 text-decoration: underline;
}
#footer img { border: none; float: left; margin-right: 5px; }

input {
color: #000;
background: #fff;
border: 1px solid #781351
}

textarea {
color: #000;
background: #fff;
border: 1px solid #781351;
margin-left: 7.0em;
}

label {
width: 7em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}