/*

stylist.css
A cascading style sheet for unashamedly.co.uk
Sienna/khaki colour scheme

*/

body
{
   font-family: Arial, Helvetica, sans-serif;
   background-color: #993300;
   color: #f0e68c;
}

td
{
   background-color: #996600;
}

a
{
   color: #bdb76b;
   text-decoration: none;
}

a:vlink
{
   color: #bc8f8d;
   text-decoration: none;
}

a:alink
{
   color: #ffebdc;
   text-decoration: none;
}

a:hover
{
   color: #ffa500;
   text-decoration: none;
}


.fakeframe
{
   position: absolute;
   top: 0%;
   left: 0%;
   width: 75%;
   height: 100%;
   padding-top: 100px;
   padding-left: 20px;
}
.rightstrip
{
   position: absolute;
   top: 0%;
   left: 75%;
   width: 25%;
   height: 100%;
}