

#main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #fff;
    padding-bottom: 1px;
}

body {
    text-align: center;
    background-color: #CCC;
}

h3 { line-height: 1.2em;font-weight: normal } 
sub, sup { line-height: 0;}

#header {
    background: #fff;
    width: 100%;
    height: 150px;	
    font-style: italic;
    text-decoration: underline;
    border-bottom: 2px solid #000000;
    padding-top: 2px;
}

#header h1 {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#mainnav {
    background: #fff;
    float: left;
    width: 162px;
    list-style: none;
    padding: 0;
}

#mainnav li {
        font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Uni
code MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
}

#mainnav a {
        background: #333;
        border-bottom: 1px solid #393939;
        color: #ccc;
        display: block;
        margin: 0;
        padding: 8px 12px;
        text-decoration: none;
}

#mainnav a:hover {
        background: #2580a2 url("images/hover.gif") left center no-repeat;
        color: #fff;
        padding-bottom: 8px;
}    



#contentall {
    background: #fff;
    width: 720px;
    min-height: 358px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 80px;
}

#contentfront {
    background: #fff;
    width: 640px;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

#contentfront li {
    list-style-type: lower-roman;
    margin-top: 15px;
}

#contentnews li {
    margin-top: 15px;
    text-align: justify;
    padding-right: 20px;
}

#frontpageright {
    background: #fff;
    float: right;
    height: 100%;
    width: 140px;
}


#footer {
    clear: both;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #fff;
    margin-top: 10px;
}


img
{  border-style: none;
}


