
/*******************************
SOS Layout Stylesheet 
Author: Simon Sherlock
Date:	06/10/2005
********************************/ 

body 
{
 font-family: Arial, Helvetica, sans-serif; 
 color: #666; 
 margin:20px;
 background:gray;
 color: #333333;
 text-align:center;
 padding:0;
}

p
{
  font-size: 80%;
}

hr 
{
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

#orderLink
{
  color="#000000";
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 70%;
}       

#indexBody
{
 background-color: #EEE8AA;
}

#outer 
{
 text-align:left;
 width:700px;
}

#header 
{
 border-bottom: 1px solid;
}

#hdrLeft
{
  height: 5%;
  width: 12%;
  float: left;
}

#hdrCentre
{
 width: 100%;
 float: center;
 text-align: center;
}

#bodyblock 
{
 position:relative;
 background: #A00000;
 color: #333333;
 width:760px;
 padding:0;
}

#left-column
{
 float:left;
 background-color: #A00000;
 color: #A00000;
 height:auto;
 width:155px;
}

#middle-column
{
 float:left;
 background:#E5EAEF;
 color: #E5EAEF;
 width:1px;
}

#content-background 
{
 width:596px;
 background:#E5EAEF;
 padding: 3px;
 text-align:left;
}

#content
{
 background:#E5EAEF;
 padding: 3px;
 text-align:left;
 margin: 3px;
}


#footer 
{
 border-top: solid black 1px;
 padding: 1px;
 width:758px;
 text-align:left;
 background: #E5EAEF;
}

.buttonscontainer 
{
   width: 145px;
   background: #A00000;
   height: 100%;
}

.buttons a 
{
 color: #FFFFFF;
 background-color: #A00000;
 padding: 2px;
 /*padding-left: 3px;*/
 display: block;
 border-bottom: 1px solid #000000;
 font: 13px Arial, sans-serif;
 font-weight: bold; 
 text-decoration: none;
 text-align: left;
}

.buttons a:hover 
{
 background-color: gray;
 color: #A00000;
 text-decoration: none;
}

#image
{
  padding: 2px;
  margin: 2px;
}

