/*LINKS STYLES*/
div.linksleft
{
width:200px;
float:left;
}
div.linksright
{
width:330px;
float:right;
}
div.linksrow
{
position: relative;
margin-bottom:5px;
width: 360px;
line-height:1.5em;
}
/*NEWS STYLES*/
div.newsmain
{
width:370px;
float:left;
}
div.newsmenu
{
width:160px;
float:right;
}
div.newsitem
{
position:relative;
float:left;
width:370px;
top:5px;
left:0px;
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px solid #CCCCCC;
}
div.newsimage
{
width:120px;
float:right;
}
div.newsheadline a
{
display:block;
background-color:#FFFFFF;
border-bottom: 1px solid #EEEEEE;
width:160px;
padding-top:1px;
padding-bottom:1px;
color:#999999;
}
div.newsheadline a:hover
{
background-color:#EEEEEE;
color:#000000;
}
span.newsimagecaption
{
width:120px;
display:block;
font-size:9pt;
font-weight:bold;
text-align:center;
}
span.newsdate
{
float: right;
width: 100px;
}
/*SITE MAP*/
div.sitemapbox
{
position:relative;
margin-left:100px;
margin-top:20px;
width:400px;
}
/*ADMIN*/
div.adminleft
{
width:160px;
float:left;
}
div.adminright
{
width:300px;
float:right;
}
/*FRONT*/
div.frontleft
{
width:220px;
float:right;
}
div.frontright
{
width:200px;
float:right;
border-left:1px dotted #AAAAAA;
padding-left:5px;
margin-left:20px;
}
div.frontfooter
{
clear:both;
padding-top:10px;
}
div.tinyfrontthumb
{
width:60px;
float:left;
border:1px solid #333399;
margin-bottom:2px;
}