body
{
background-image: url(images/index_05.png);
background-repeat: repeat-y;
background-color: #ffffff;
font-family: arial;
font-size: 12px; 
color:#E38A7A;
}

#content
{
position: absolute;
left: 85px;
top: 430px;
width: 425px
}

#navigation
{
position: absolute;
left: 515px;
top: 430px;
width: 140px
}

p.head
{
color: #E38A7A;
font-size: 15px;
letter-spacing: 4px;
background:url(images/head.png);
}

p.head:first-letter 
{
color: #974F42;
font-size: 21px;
}


a:link, a:visited, a:active
{
color: #974F42;
text-decoration: underline;
cursor: hand
}

a:hover
{
color:#E38A7A;
text-decoration: none; 
cursor: crosshair;
}