﻿body 
{
    margin-left:auto;
    margin-right:auto;
    width:808px;
    background-color:#999;
    font-size:11px;
    font-family: Verdana, Arial;
    line-height:16px;
}

#header
{
    
}

#maincontent
{
    background-color:#fff;
    position:absolute;
    border-left:2px solid #333;
    border-right:2px solid #333;
    border-bottom:2px solid #333;
    width:800px;
}    

#nav
{
     float:left; 
     width:170px;
     height:443px;
     padding-top:25px;
     padding-bottom:25px;
     background-image:url('/images/ekidalaw_leftnav.gif');
     background-repeat:no-repeat;
     font-size:12px;
     line-height:26px;
}     

#nav a
{
    font-weight:bold;
    color:#000;
    text-decoration:none;
}

#nav a:hover
{
    text-decoration:underline;
}

#nav li
{    
    list-style-image:url('images/ekidalaw_arrow.gif');
    list-style-type:none;
    list-style-position:inside;
    padding:0;
    margin:0;
    padding-left:5px;
}

#content
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:15px;
    width:595px;
    float:right;
}

#footer 
{
    text-align:center;
    clear:both;
    width:800px;
    font-size:11px;
    border-top: 2px solid #486598;
}

h1
{
    font-size:22px;
    padding-top:15px;
}

h2
{
    font-size:18px;
    color:#486598;
}

h3
{
    font-size:14px;
    color:#486598;
}