body
{
    margin: 0px;
    padding: 0px;
    background-color: #faf7f1;
}

#content {
	width: 960px;
	margin: auto;
    background-color: #faf7f1;
    background-position: right bottom;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
}

p
{
    font-size: 10pt;
    color: #000000;
    font-family: arial
}
.sitetitle
{
    padding-right: 13px;
    padding-left: 13px;
    font-weight: bolder;
    font-size: 18pt;
    padding-bottom: 13px;
    color: #000000;
    padding-top: 13px;
    background-color: #c8a2c8
}

.menuitem, .lastmenu
{
    padding-right: 13px;
    padding-left: 13px;
    font-size: 10pt;
    padding-bottom: 6px;
    color: #000000;
    padding-top: 6px;
    font-family: arial;
    background-color: #8c718c;
    text-align: center;
}

.menuitem
{
    border-right: solid 1px #ffffff;
}

.menuitem a, .lastmenu a
{
    color: #ffffff;
    text-decoration: none
}

.menuitem a:hover, .lastmenu a:hover
{
    color: #000000;
    background-color: #ffe7ff
}

h1
{
    font-family: arial;
	font-weight: bolder;
    font-size: 16pt
}

.text
{
    font-size: 8pt
}

.submit
{
    border-right: #4c4063 thin solid;
    border-top: #4c4063 thin solid;
    border-left: #4c4063 thin solid;
    cursor: pointer;
    border-bottom: #4c4063 thin solid;
    background-color: #ffffff
}

a
{
    color: #000099
}

.footer {
	color: #666666;
	text-align: center;
}

.footer a {
	color: #999999;
}

.contable p {
	margin: 0px 0px 13px 0px;
	padding: 0px;
}