body
{
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 5px;
    color: black;
    font-family: calibri, Arial, sans-serif;
    background-color: #86222E;
}
div#wrapper
{
    width: 960px;
    border: 3px solid #DDE395;
    background: white;
    padding-top: 5px;
    -moz-border-radius: 9px 9px 9px 9px;
}
table#rates
{
    border-collapse: collapse;
}

table#rates td,th
{
    border: solid 1px black;
    padding: 4px;
}
table#rates th
{
    background-color: #efefef;
    line-height: 24px;
}
table#rates td.cost
{
    text-align: right;
}

img
{
    border: none;
    vertical-align: middle;
}
table#footer 
{
    width: 760px;
    text-align: center;
}
table#footer a
{
    color: #DDE395;
}
#copyright
{
    color: #8B8B8B;
    font-style: italic;
}

img.photo
{
    border: solid 2px black;
}

h1
{
    color: #86222E;
}
a
{
    color: #1460C3;
}

a:link
{
    text-decoration: none
}
a:visited
{
    text-decoration: none
}
a:hover
{
    text-transform: none;
    text-decoration: underline
}
ul, li {
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
	}
