body{
 margin:0;
 padding:0;
 min-width: 550px;
 font-family:Verdana;
 font-size:12pt;
 text-decoration: none;
}
#header{
 background-image:url('http://www.brufton.co.uk/images/top2.png');
 background-repeat:repeat-x;
 height: 150px;
}
#menu {
 padding:10px 10px;
 background:#778899;
 color:#E0FFFF;
 text-align:center;
 font-size:11pt;
}
#wrapper{
 width: 100%;
}
#content{
 float:left;
 padding-left: 10px;
 margin-right: 270px;
}
#rhs{
 position: relative;
 float: right;
 width: 250px;
 margin-left: -270px;
 padding: 0px 5px 0px 5px;
 border-left-style: groove;
 border-bottom-style: groove;
 font-size:11pt;
 text-align: center;
}
#footer{
 clear: both;
 width: 100%;
 background: #778899;
 color: #E0FFFF;
 text-align: center;
 font-size:10pt;
 margin-top: 15px;
 padding: 10px 0px;
}
#portfolio {
 float: left;
 position: relative;
 width: 300px;
 margin-right: 10px;
 margin-bottom: 10px;
 border-color: #F5F5F5;
 border-style: ridge;
 border-width: 5px;
 text-align: center;
}
#menu ul {
 margin: 0px;
 padding: 0px;
 list-style: circle;
}
#menu li {
 display: inline;
 padding: 0px;
}
a.menu {
 color: #E0FFFF;
}
a.menu:hover {
 color: #D3D3D3;
}
h1 {
 color: #FF8C00;
 font-family: Arial Black;
 font-size: 20pt;
}
a.h1, a.h1:visited {
 color: #FF8C00;
}
a.h1:hover {
 color: orange;
}
h2 {
 color: #FF8C00;
 font-family: Arial Black;
 font-size: 18pt;
 padding-bottom: 0px;
}
h3 {
 color: #FF8C00;
 font-family: Arial Black;
 font-size: 12pt;
 padding: 0px;
 margin: 0px;
}
a {
 color: #0000FF; 
 text-decoration: none;
}
a:hover {
 color: #C0C0C0;
}
input, select, textarea {
 font-family: Verdana;
 font-size: 12pt;
}
p.red, p.error {
 color: #FF0000;
}
a.small {
 text-decoration: none;
 font-size: 8pt
}
a.small:link {
 color: #000000;
}
a.small:visited {
 color: #000000;
}
a.small:hover {
 color: #FF9900;
}
tr.tt {
 background: #778899;
 color: #E0FFFF;
 text-align: center;
 font-weight: bold;
}
td.host1 {
 background-color:#008080;
 color:#000000;
 text-align:center
}
td.host2 {
 background-color: #FFD700;
 color: #000000;
 text-align: center;
}
td.host3 {
 background-color: #FF6347;
 color: #000000;
 text-align: center;
}