* {
    margin: 0;
    padding: 0;
}

body {
    font: 76% tahoma, sans-serif;
    background: #fff;
}

p {
    line-height: 1.5em;
    margin-bottom: 25px;
}
 
a {
    color: #316ab6;
}

.link {
    margin-bottom: 34px;
    text-transform: lowercase;
}

img {
    border: none;
    background: #b3b3b3;
}

li {
    list-style-type: none;
}

fieldset {
    border: none;
}

.header h1 {
    background: #fff url(../img/logo.gif) no-repeat;
    float: left;
    height: 74px;
    width: 317px;
}

.header h1 a {
    display: block;  
    height: 74px;  
    font-size: 14px;
    text-decoration: none;
    text-indent: -900px;
}

h2 {
    margin-bottom: 15px;
    font: normal 22px Arial narrow, Arial, sans-serif;
    color: #0e3a7c;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

#layout {
    min-width: 970px;
}

.header {
    padding: 5px 20px;
    background: #e4e4e4;
    overflow: hidden;
}

.menu {
    position: relative;
}

.menu ul {
    text-align: right;
    margin-top: 40px;
    position: absolute;
    right: 15px;
}

.menu ul.address {
    margin-top: 15px;
}

.menu li {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    background: url(../img/border.gif) no-repeat left 3px;
}

.menu li.no-border {
    background: none;
}

.menu li a {
    text-transform: lowercase;
    color: #000;
    font-size: 0.9em;
    text-decoration: none;
}

.menu li a:hover {
    text-decoration: underline;
}

.top {
    height: 250px;
    background: #98a955;
}

.navi {
    background: url(../img/navi.gif) repeat-x #cbcacb;
    height: 50px;
    padding-left: 20px;
}

.navi td a {
    color: #104492;
    font-size: 1.2em;
    text-decoration: none;
}


.navi table {
    text-align: center;
    width: 100%;
}

* html .navi {
    width: 100%;
}

.navi td {
    height: 50px;
    text-align: center;
    background: url(/img/menud.gif) no-repeat right center;
}

.navi td.last {
    background: none;
}

.content {    
    background: url(../img/content.gif) repeat-x #f4f4f4;
    padding: 30px 20px;
    overflow: hidden;
}

.main-side {
    float: left;
    width: 61%;
    padding-right: 3%;
}

.extra-side {
    margin-left: 64%;
}

.text {
    overflow: hidden;
}

.text .img {
    float: left;
    margin: 0 8px 8px 0;
    padding-bottom: 4px;
    background: url(../img/canvas-img.gif) repeat-x left bottom #385bff;
}

.text .img img {
    border: 1px solid #1c57b0;
}

.extra-side li {
    margin-bottom: 20px;
}

.footer {    
    background: url(../img/footer.gif) repeat-x #e4e4e4;
    padding: 20px;
}

.footer p {
    font: 0.9em arial, sans-serif;
    margin-bottom: 5px;
}

.created {
    float: right;
    width: 36%;
    margin-top: -20px;
}
