body
{
background-image: url('images/background.jpg');
background-repeat: repeat;
}

p
{
padding-left: 20px;
padding-right: 20px;
pading-top: 0px;
padding-bottom: 0px;
text-align: left;
}

a, a:visited
{
color: #123456;
font-weight: bold;
text-decoration: none;
font-size: 16px;
}


a:visited hover
{
color: #123456;
font-weight: bold;
text-decoration: none;
font-size: 16px;
}

a:hover
{
color: #456789;
font-weight: bold;
text-decoration: none;
font-size: 16px;
}




td.header
{
background-image:url('images/header.png');
background-repeat: no-repeat;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 10px;
padding-right: 10px;
}

td.menu
{
background-image:url('images/menu.png');
background-repeat: no-repeat;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}

td.leftmenu
{
background-image:url('images/leftmenu.png');
background-repeat: repeat;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}

td.maincontent
{
background-image:url('images/maincontent.png');
background-repeat: repeat;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}

td.footer
{
background-image:url('images/footer.png');
background-repeat: repeat;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}
