.logo
{
background: url('sitelogoback.png');
height: 80px;
border-style: solid;
border-color: rgb(128,128,128);
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 0px;
text-align: center;
}
.logoright
{
background: url('sitelogoback.png');
height: 80px;
}
.bar
{
background: url('bgbarmenu.png');
height: 25px;
text-align: center;
}
.content
{
height: 100%;
vertical-align: top;
}
.copyright
{
background-color: rgb(220, 220, 220);
font-family: verdana;
font-size: 8;
border-style: solid;
border-color: rgb(128,128,128);
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 0px;
}
html,body
{
height: 100%;
background: url('bg.png');
background-repeat: repeat-x;
background-color: #FFFFFF;
}

.home
{
border-style: solid;
border-color: rgb(128,128,128);
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 0px;
vertical-align: top;
background-color: #FFFFFF;
}

.headline
{
border-style: solid;
border-color: rgb(128,128,128);
border-left-width: 0px;
border-right-width: 3px;
border-top-width: 0px;
border-bottom-width: 2px;
border-color: rgb(255,126,64);
width: 200px;
margin-left: 20px;
font-family: courier;
}

.newsitem
{
margin-left: 20px;
font-family: verdana;
font-size: 10;
}