/* CSS Document */


html
{
text-align: center;

color: #000000;
padding: 0px;
margin: 0px;

}

hr
{
}


.wrapper
{
background: url('images/ferny.png') repeat-y;
background-position: top center;
background-attachment: fixed;

padding-top: 80px;
}


.wrapper_fleming
{
background: url('http://www.cat.org.uk/images/green_background_wide2.jpg') no-repeat;
background-position: top center;
background-attachment: fixed;

padding-top: 80px;
}

body
{
font-family: verdana, arial, sans-serif;

font-size: 10px;
color: #4d4a3f;
text-align: center;
}

p, a, div
{
font-family: Georgia, Times New Roman, serif;
font-size: 13px;
border: 0;
font-style: normal;
text-align: left;
}

a
{
text-decoration: none;
color: #536861;
}

a:hover
{
text-decoration: none;
color: #7f0639;
}

img
{
border: 0;
padding: 5px 5px 5px 5px;
}

h2
{
font-family: Georgia, Times New Roman, serif;
color: #4d5561;
}

h1
{
font-family: Georgia, Times New Roman, serif;
color: #4d5561;
}


#container
{

margin: 0px auto;
width: 940px;
padding-bottom: 300px;
left: 50%;
text-align: center;
}

.content
{
background: #fafae1;
padding: 20px 10px 20px 10px;
margin-left: 40px;
margin-right: 40px;
text-align: center;
}

.content_item
{
background: #fafae1;
padding: 10px 10px 10px 10px;
margin-bottom: 20px;
border-bottom: thin #4d4a3f dotted;
text-align: center;
margin-left: 90px;
margin-right: 90px;
}

.content_item_wider
{
background: #fafae1;
padding: 10px 5px 10px 5px;
margin-bottom: 20px;
border-bottom: thin #4d4a3f dotted;
text-align: center;
}

.content_item_wider p
{
padding: 0px 10px 0px 10px;
}

#award
{
background: url('images/paper.jpg') repeat;
padding-bottom: 90px;
border-bottom: 0;
}

#quote1
{
background: url('images/paper.jpg') repeat;
width: 60%;
padding: 10px 10px 10px 10px;
border-bottom: 0;

}

#quote2
{
background: url('images/paper.jpg') repeat;
width: 40%;
padding: 10px 10px 10px 10px;

}


.header
{
height: 210px;
width: 960px;
}




.footer
{

clear: both;
padding: 5px 10px;
text-align: right;
font-size: 80%;

}

