body
{
background-image: url('images/bground.png');
background-repeat: repeat-y;
margin: 0px;
}

#header

{
height: 147px;
background-image: url('images/head.jpg');
background-repeat: repeat-x;
text-align: center;
}

#menu

{
text-align: center;
margin: 4px 0 0 0;
font-family: 'OFL Sorts Mill Goudy TT', Times New Roman;
font-style: italic;
font-size: 30px;
color: #ffffff;
}


#content
{
width: 750px; 
margin: -35px 0 30px 0;
background-image:url('images/stain.png');
background-position:bottom right; 
background-repeat:no-repeat;
}

#text
{
margin: 70px 0 0 -10px; 
}

#links
{
margin: 30px 0 0 200px;
}

p
{
font-family: 'OFL Sorts Mill Goudy TT', Times New Roman;
font-style: italic;
font-size: 18px;
color: #0b085c;
line-height: 20px;
margin: 10px 0 0 20px;
}

h2
{
font-family: 'OFL Sorts Mill Goudy TT', Times New Roman;
font-style: italic;
font-weight: bold;
font-size: 30px;
color: #ce2c01;
line-height: 20px;
margin: 30px 0 15px 0;
}

small
{
font-family: 'OFL Sorts Mill Goudy TT', Times New Roman;
font-style: italic;
font-size: 13px;
color: #0b085c;
}

a
{
font-weight: bold;
color: #0b085c;
text-decoration: none; 
}

a:hover
{
color: #ce2c01;
}

.contact
{
color: #ce2c01;
font-weight: bold;
}

.more {
display: none;
font-family: 'OFL Sorts Mill Goudy TT', Times New Roman;
font-style: italic;
font-size: 18px;
color: #0b085c;
line-height: 20px;
margin: 10px 0 0 20px;
}


