body
{
font: 10pt verdana;
text-align: left;
background-color: #fff09f;
background-image: url(bg.jpg);
margin: 0;
padding: 0;
color: #053e00;
}

a:link, a:visited, a:active 
{
font: 10pt verdana;
text-decoration: none;
color: #053e00;
}

a:hover
{ 
padding: 0 0 0px 0;	
text-decoration: underline;
}

h1 
{
text-align: center;
text-decoration:underline;
}

h2
{
text-align: center;
text-decoration:underline;
}

p.normal
{
font: bold 12px verdana;
}

p.indent 
{
text-indent:50px;
font: bold 12px verdana;
}

.moveover
{
text-align: center;
margin-top: 10;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

.container
{
text-align: center;
width: 800px;
margin-top: auto;
margin-left: auto;
margin-right: auto;
}

.header
{
text-align: center;
width: 800px;
height: 184px;
border-bottom: 2px solid #14ec00;
background-image: url(top.jpg);
background-color: #fff09f;
z-index: 2;
}

.content
{
text-align: center;
width: 800px;
margin-top: -13;
margin-left: auto;
margin-right: auto;
background-color: #fff09f;
background-image: url(content.jpg);
z-index: 3;
}

.maintext
{
text-align: center;
width: 780px;
margin-left: auto;
margin-right: auto;
padding-right: 5px;
padding-left: 5px;
z-index: 4;
}

.footer
{
text-align: center;
width: 800px;
height: 63px;
margin-top: -17;
border-bottom: 2px solid #14ec00;
background-image: url(bot.jpg);
background-color: #fff09f;
z-index: 2;
}

.linkims
{
width: 800px;
height: 55px;
z-index: 4;
}

.centerme
{
text-align: center;
}

a.singleRollover {  
    display: block;  
    width: 50px;  
    height: 50px;  
    background: url(links.png) no-repeat 0 0;  
    overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;  
}  
  
#navigation ul {
        width: 337px; 
        height: 46px; 
        position: absolute;
        top: 196px; 
        left: 460px;
        background: url(navmap.png) no-repeat 0 0;
        list-style: none;
        margin: 0; padding: 0;
}
#navigation li {
        display: inline;
}
#navigation li a:link, #navigation li a:visited {
        border: none;
        width: 84px; 
        height: 46px; 
        display: block; 
        position: absolute; 
        top: 0; 
        text-indent: -7000px;
        outline: none;
}
#navigation li.main a:link, #navigation li.main a:visited { 
        left: 0;
}
#navigation li.layouts a:link, #navigation li.layouts a:visited { 
        left: 84px 
}
#navigation li.art a:link, #navigation li.art a:visited { 
        left: 168px  
}
#navigation li.other a:link, #navigation li.other a:visited { 
        left: 252px  
}

#navigation li.main a:hover {
        background: url(navmap.png) no-repeat 0 -46px; 
}
#navigation li.layouts a:hover {
        background: url(navmap.png) no-repeat -84px -46px; 
}
#navigation li.art a:hover {
        background: url(navmap.png) no-repeat -168px -46px;
}
#navigation li.other a:hover {
        background: url(navmap.png) no-repeat -252px -46px;
}
