/*
CSS Leeds Media Services
*/


body {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #A0A0A0 ;
      background: url(back.jpg);
background-position: center center;
   background-repeat: repeat-y;
   background-color: #A0A0A0;
}

#wrapper {
   position: relative;
   text-align: left;
   width: 1024px;
   margin-right: auto;
   margin-left: auto;
   background-color: white;
   padding: 5px;
}

#header {
   background-repeat: no-repeat;
   height: 250px;
   position: relative;
   border-bottom: 1px solid #ececec;
}

#header h1 {
   margin: 0;
   padding: 0;
   font-weight: normal;
   color: white;
   font-size: 190%;
   position:absolute;
   bottom: 4px;
   right: 0;
}

#list {
   font-size: 75%;
}

#content {
   color: #303030;
   float: left;
   width: 800px;
   padding: 10px 0 0 10px;
}

#content p {
   font-size: 90%;
   line-height: 1.4em;
}

#content2 {
   color: #303030;
   float: left;
   width: 800px;
   padding: 10px 0 0 10px;
}

#content2 p {
   font-size: 70%;
   line-height: 1.2em;
}

#content3 {
   color: #303030;
   float: left;
   width: 800px;
   padding: 10px 0 0 10px;
}

#content3 p {
   font-size: 80%;
   line-height: 1.2em;
}




#navigation {
   float: left;
   width: 200px;
}

#navigation ul {
   list-style: none;
   margin: 1em 0 0 0;
   padding: 0;
   border: none;
}

#navigation li {
   font-size: 90%;
   font-weight: 700;
}

#navigation a:link, #navigation a:visited {
   color: #9933CC;
   background-color: transparent;
   display: block;
   border-bottom: 1px solid #999;
   padding: 1em 0 0.2em 0;
   text-decoration: none;
}

#navigation a:hover {
   color: #3E94D1;
}

#footer {
   clear: both;
   font-size: 75%;
   padding-top: 1em;
   text-align: left;
   color: black;
   background-color: #99CCFF;
}

#navigation2 {
   position: relative;
   text-align: left;
   top: 10px;
}

#navigation2 li{
   display: inline;
   font-size: 75%;
}

#navigation2 a:link, #navigation2 a:visited {
   padding: 0.4em 3.4em 0.4em 3.4em;
   color: #CCFFFF;
   background-color: #3E94D1;
   text-decoration: none;
   border: 1px solid #711515;
}

#navigation2 a:hover {
   color: #FFFFFF;
   background-color: #99CCFF;
}

#image_float {
   float: right;
   width: 200px;
}

#image_float2 {
   float: right;
   padding-left: 5px;
}

#image_float3 {
   float: left;
   padding-right: 5px;
}

h2 {
   font-size: 90%;
}

h1 {
   font-size: 125%;
}

h3 {
   font-size: 100%
}

img
{  border-style: none;
}

