body
{
	margin: 0;
	padding: 0;
	background-image: url("images/bg_tiled.jpg");
    text-align: center;
}

body, table, div, td
{
    color: #000000;
    font-size: 8pt;
    font-family: "Arial", sans-serif;
}
div.centered
{
    left: 50%;
	margin-left: 250px;
}
div.container
{
    float: left;
}
div.body
{
    background-repeat: repeat-y;
    width: 628px;
    padding-top: 8px;
    padding-bottom: 0px;
    float: left;
}
div.bottom
{
    background-repeat: no-repeat;
    width: 628px;
    clear: both;
    float: left;
}

div.menu
{
    width: 139px;
    margin-left: 12px;
    float: left;
}

a.home_footer
{
	color: #844528;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.home_footer:hover
{
	text-decoration: underline;
}