body
{
   font-family: Verdana, Arial, Sans-Serif;
   background-color: #DDCCEE;
   font-size: 10pt;
}

p
{
   color: #777777;
   padding-bottom: 7px;
   margin-top: 5px;
   margin-bottom: 0px;
   margin-left: 10px;
   margin-right: 10px;
   clear: both;
}

a
{
}

a:link
{
   color:#759055;
}

a:visited
{
   color:#759055;
}

a:hover
{
   color:#D96EE8;
}

h1
{
  font-size: 20pt;
}

.centred
{
  text-align: center;
}

.huge
{
  color: #DDDDDD;
  font-size: 50px;
  display: inline;
}

.pink
{
  color: #C95EE8;
  margin: 0px 10px 10px 10px;
  text-align: center;
}

.green
{
  color: #759055;
  text-align: center;
}

.subheading
{
  float: left;
  width: 760px;
  color: #C95EE8;
  font-weight: bold;
  border-bottom: 1px dotted #759055;
  margin:10px 10px 10px 10px;
}

.address
{
  background-color: #EEEEEE;
  width: 700px;
  margin:0px 0px 0px 0px;
}

.date
{
  color: #759055;
  text-align: right;
  float: right;
  width: 150px;
  margin:0px 0px 0px 0px;
}

.dropshadow 
{   
  position: relative;   
  z-index:10;   
}   

img
{
   border: 0px;
}

ul
{
   padding-top: 5px;
   margin-top: 0px;
   margin-bottom: 10px;
   color:yellow;
   clear: both;
}

.content
{
  margin: 0 auto;
  width: 798px;
  text-align: left;
}

/*------------------------------------------------------------------*/
.top
{
   background-image: url(resources/top.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding: 0px;
   height: 12px;
  _height: 0;   /* IE6 evilness*/
}
/*------------------------------------------------------------------*/
.bottom
{
   background-image: url(resources/bottom.png);
   background-repeat: no-repeat;
   background-position: left bottom;
   padding: 0px;
   height: 12px;
  _height: 0;   /* IE6 evilness*/
}
/*------------------------------------------------------------------*/
.indentedcontent
{
   background-color : white;
   background-image: url(resources/paleflowers.jpg);
   background-repeat: no-repeat;
   background-position: right bottom;
   padding: 10px;
  _height: 0;   /* IE6 evilness*/
   text-align: justify;
}

.left
{
  float: left;
  width: 400px;
}

.right
{
  float: left;
  width: 300px;
  text-align: right;
}

.price
{
  color: white;
  font-size: 24pt;
  font-weight: bold;
}

img.centered
{
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   border: 0px solid #FED0FE;
   padding: 0px;
}



