body
{
    font-family: lucida grande ,tahoma,verdana,arial,sans-serif;
    background-color: #333;
 border-radius: 10px;
    moz-border-radius: 10px;
}

body p
{
    font-size: 0.8em;
    line-height: 1.28;
 border-radius: 10px;
    moz-border-radius: 10px;
}

#wrapper
{   
    width: 1080px;
    background-color: white;
    margin: 0 auto;
    padding: 10px;
    border: 5px solid #dedede;
 border-radius: 10px;
    moz-border-radius: 10px;
}

#banner
{
    
    border: 5px solid #dedede;    
    height: 200px;
 border-radius: 10px;
    moz-border-radius: 10px;
}

#content_area
{
    float: left;
    width: 750px;
    margin: 0px 0 20px 0;
    padding: 5px;
     
}


   
    


#sidebar
{
    float: right;
    width: 250px;
    height: 200px;
    margin: 15px 10px;
    padding: 10px;
    border: 3px solid #E3E3E3;
    border-radius: 10px;
    moz-border-radius: 10px;
}



footer
{
    clear: both;
    width: auto;
        height: 40px;
    padding: 10px;
    border: 3px solid #E3E3E3;
    text-align: center;
    color: #fff;
    text-shadow: 0.1em 0.1em #333;
    border-radius: 10px;
    moz-border-radius: 10px;
}

#navigation
{
    height: 60px;
    border: 3px solid #E3E3E3;
    
    margin-top: 20px;
    text-shadow: 0.1em 0.1em #333;
     border-radius: 10px;
    moz-border-radius: 10px;
}

#nav
{
    list-style: none;
}

#nav ul
{
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#nav li
{
    font-size: 18px;
    float: left;
    position: relative;
    text-align: center;
    width: 140px;
    height: 50px;
}

#nav a:link, nav a:active, nav a:visited
{
    display: block;
    color: #fff;
    text-decoration: none;
}

#nav a:hover
{
    color: lightblue;
}

.imgLeft
{
    float: left;
    width: 240px;
    height: 150px;
    margin: 0px 10px 10px 0;
    padding: 10px;
    
}

.imgRight
{
    float: right;
    width: 240px;
    height: 150px;
    margin: 0px 0 10px 10px;
    padding: 10px;
}

.keimeno
{
    width: 750px;
    height: 250px;
    margin: 10px 10px 10px 0;
    border: 3px solid #E3E3E3;
    border-radius: 10px;
    moz-border-radius: 10px;
      padding: 5px;
}

.keimeno tr th, .keimeno tr td
{
    text-align: left;
    padding: 0px 5px 0 5px;
}

.keimeno img
{
    padding: 0px 10px 10px 10px;
    height: 150px;
    width: 250px;
}



