body{
font-family: Arial, Tahoma, sans-serif;
font-size: 1em;
background-image: url("../images/bg-body.jpg");
background-repeat: repeat-x;
background-color: #8f0455;
margin: 0px;
padding: 0px;
}

div.shell{
width: 777px;
margin: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
background-image: url("../images/bg-shell.jpg");
background-repeat: repeat-x;
}

div.header{
width: 777px;
float: left;
clear: both;
height: 205px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}

div.header img{
margin: 0px;
padding: 0px;
display: inline;
float: left;
}

div.footer{
background-image: url("../images/bg-footer.jpg");
background-repeat: repeat-x;
width: 777px;
height: 43px;
float: left;
clear: both;
margin-bottom: 20px;
}

div.footer img.copyright{
float: right;
margin-top: 33px;
margin-right: 14px;
}

div.footer img.top{
float: left;
margin-top: 33px;
margin-left: 13px;
}

div.content{
width: 777px;
float: left;
clear: both;
background-image: url("../images/bg-content.png");
background-repeat: repeat-y;
background-position: top;
background-color: white;
}

div.nav{
float: left;
width: 146px;
display: inline;
margin-left: 25px;
}

div.nav ul{
margin: 0px;
padding: 0px;
list-style: none;
text-align: right;
}

div.nav li{
margin: 0px;
padding: 0px;
font-size: 75%;
font-weight: bold;
margin-bottom: 5px;
background-image: url("../images/bg-nav-li.jpg");
background-repeat: no-repeat;
background-position: right;
padding-right: 18px;
}

div.nav li a{
color: #de4279;
text-decoration: none;
}

div.nav li a:hover{
text-decoration: underline;
}
div.content-area{
margin-left: 32px;
float: left;
width: 552px;
display: inline;
background-color: white;
}

div.fade{
float: right;
width: 209px;
height: 225px;
background-repeat: no-repeat;
background-image: url("../images/bg-ani.jpg");
margin-left: 4px;
clear: right;
}

div.content-wrapper{
float: left;
width: 552px;
background-color: white;
}

div.content-wrapper p, div.content-wrapper li{
font-size: 80%;
}

a{
color: #e21d63;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1.strapline{
font-size: 90%;
margin: 0px;
padding: 0px;
float: right;
clear: right;
font-style: italic;
color: #de4279;
}

h1.initial{
font-size: 100%;
margin: 0px;
padding: 0px;
float: left;
}

h1{
font-size: 100%;
color: #6c6c6c;
}

h2, h3, h4{
font-size: 80%;
color: #6c6c6c;
}

p{
color: #6c6c6c;
padding: 0px;
margin-top: 10px;
}

div.headings{
float: left;
}

div.content-wrapper ul{
margin: 0px;
padding: 0px;
}

div.content-wrapper li{
list-style: none;
padding: 0px;
margin: 0px;
padding-left: 20px;
background-image: url("../images/bg-content-li.gif");
background-repeat: no-repeat;
background-position: bottom left;
line-height: 11px;
margin-bottom: 7px;
color: #6c6c6c;
margin-left: 1px;
}

img.right{
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

img.left{
float: left;
margin-right: 10px;
margin-bottom: 10px;
}