body
{
background: #AC0D6A;
background-image: url(img/bg.jpg);
background-repeat: repeat-y;
background-position: top left;
background-attachment: fixed;
font: 14px tahoma;
line-height: 20px;
color: #FFFAFB;
text-align: center;
}
#content
{
margin: 0 auto 0 70px;
border: 0px;
width: 585px;
font: 14px tahoma;
line-height: 20px;
text-align: left;
}
p, table, tr, td, li
{
font: 14px tahoma;
line-height: 20px;
color: #FFFAFB;
text-align: left;
padding-left: 5px;
padding-right: 5px;
}
a:link, a:active, a:visited
{
text-decoration: underline;
background: #BA491F;
color: #B4E8F3;
}
a:hover
{
color: #B4E8F3;
background: #BA491F;
}
input, textarea, option, select {
background: #BA491F;
font: 14px tahoma;
line-height: 20px;
color: #FFFAFB;
letter-spacing: 1px;
border: 1px #FFFAFB solid;
padding: 2px;
text-align: left;
}
h1
{
font: 18px tahoma;
color: #FFFAFB;
line-height: 24px;
background: #AC0D6A;
text-align: right;
padding-left: 5px;
padding-right: 5px;
}
h4
{
font: 16px tahoma;
line-height: 22px;
color: #FFFAFB;
background: #AC0D6A;
text-transform: lowercase;
text-align: right;
padding-left: 5px;
padding-right: 5px;
}
img
{
border-style: none;
} 
img.floatLeft { 
float: left; 
margin-right: 5px;
}
img.floatRight { 
float: right; 
margin-right: 5px;
}