body,html{
margin: 0px;
padding: 0px;
background: #e2eae7 url('bg.jpg') repeat-x;
}
.container{
margin: 0 auto;
text-align: center;
width: 845px;
}
.content{
font-family: 'Trebuchet MS';
font-size: 11px;
line-height: 18px;
margin-left: 150px;
color: #1f0000;
width: 560px;
text-align: left;
text-align: justify;
margin-top: -20px;
}
.footer{
clear: both;
background: url('footer_bg.jpg');
height: 93px;
width: 100%;
text-align: center;
}
h1{
font-size: 30px;
text-transform: uppercase;
color: #806a1b;
margin-bottom: 5px;
font-weight: normal;
padding-left: 35px;
}
i{
color: #890000;
}
b{
font-weight: normal;
}
a:link,a:active,a:visited{
color: #5c66a1;
text-decoration: none;
}
a:hover{
color: #0d1542;
}
img.none{
border: 0px;
margin: 0px;
padding: 0px;
}
img.right{
border: 5px solid white;
margin-left: 10px;
float: right;
}
img.left{
border: 5px solid white;
margin-right: 10px;
float: left;
}
.quote{
border-left: 5px solid white;
width: 450px;
padding: 5px 10px 5px 10px;
margin: 10px 0px 10px 45px;
font-style: italic; 
}