html,body {
    margin:0;
    padding:0
}
body {
    font: 75% verdana, arial,sans-serif;
    line-height: 1.5;
    text-align:center;
    background: url('images/bg.gif') repeat-x top #9A9C40;
}
p {
    margin:0 10px 10px
}

h1, h2 {
    margin:0 10px 10px;
    font: 25px georgia, garamond, sans-serif;
    font-weight: bolder;
    font-style: italic;
}

h3 {
    margin:0 10px 10px;
    font: 21px georgia, garamond, sans-serif;
    font-style: italic;
}

div#header {
    height:77px;
    margin:0;
    padding-right: 10px;
    text-align: right;
    background: url('images/logo.gif');
}

#large {
    font: 25px georgia, garamond, sans-serif;
    font-weight: bolder;
    font-style: italic;
}

div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation {
    background: url('images/stripe.png');
    color: #FFF;
    height: 150px;
    overflow: hidden;
}
div#extra {
    background: url('images/stripe.png');
    color: #FFF;
    height: 150px;
    overflow: hidden;
}

div#footer {
    background: url('images/stripe.png');
    color: #FFF;
}
div#footer p{margin:0;padding:5px 10px}

div#footer a {
    color: white;
    text-decoration: none;
}
div#container {
    width:780px;
    margin:0 auto;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #575757;
}

div#outer {
    width: 780px;
    background: white;
    text-align: center;
    margin:0 auto;

}

div#footer{clear:both;width:100%}

#header, #navigation, #extra, #wrapper {
    text-align: left;
}

strong {
    font-style: italic;
}

#navigation p {
    text-align: justify;
}

#extra p {
    text-align: justify;
}
#floatright {
    float: right;
    width: 360px;
    text-align: center;
}
#small {
    font: 8pt georgia, garamond, sans-serif;
    line-height: 1;
}

#spce {
    text-indent: 15px;
}

input {
    border: 1px solid #575757;
}

#floatright input {
    border: 0;
}

#left {
    text-align: left;
    background: #eaeaea;
    width: 300px;
    padding: 5px;
    margin-left: 30px;
    padding-top: 10px;
}

#pad {
    padding-right: 20px;
}

#center {
    text-align: center;
}

#center input {
    border: 0;
}
