* {
        color:#000000;
        font-family: Verdana, Arial, sans-serif;
        font-weight: normal;
        font-size:middle;
        list-style:none;
        line-height: 180%;
        margin: 0px;
        padding: 0px;
        }

br {clear:both;}

a {text-decoration: underline;}

a:link, a:visited, a:active {
        color: #0000ff;
        font-weight:bold;
        }

a:hover {color: #FF6347;}

h1      {
        background-color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        text-align:left;
        }

p {
        font-size:middle;
        font-weight: normal;
        margin:0px 15px 0px 15px;
        padding-left: 30px;
        padding-right: 15px;
        }


strong {
        color:#000000;
        font-size:medium;
        font-weight:bold;
        }

body {
        background-color: #ffffff;
        margin: 0px 0px 20px 0px;
        text-align: center;
        }

#container {
        background-color: #ffffff;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
        width: 780px;
        }

#header {
        background:url('./img/site.jpg' ) no-repeat;
        height: 150px;
        text-align: left;
        width: 780px;
        }
#header p {
        color:#ff6000;
        font-size:12px;
        }

#main {
        background-color: #FFFFFF;
        text-align: left;
        width: 780px;
        }

#main h2 {
        color:#006611;
        font-size: x-large;
        font-weight: bold;
        padding: 15px 0px 0px 15px;
        }

#main h3{
        color:#ff6000;
        font-weight: bold;
        margin:0px 15px 0px 15px;
        padding-left: 15px;
        padding-right: 15px;
        }

#center {
        background-color: #FFFFFF;
        text-align: left;
        float: left;
        width: 550px;
        }
#center h2 {
        color:#006611;
        font-size: x-large;
        font-weight: bold;
        padding: 15px 0px 0px 15px;
        }

#center h3{
        color:#ff6000;
        font-weight: bold;
        margin:0px 15px 0px 15px;
        padding-left: 15px;
        padding-right: 15px;
        }

#center h4{
        color:#000000;
        font-weight: bold;
        margin:0px 15px 0px 15px;
        padding-left: 15px;
        padding-right: 15px;
        }

#right {
        background-color: #FFFFFF;
        text-align: left;
        float: right;
        width: 225px;
        }

#right p {
        margin: 0px;
        padding-left: 0px;
        }

#under {
        background-color: #FFFFFF;
        text-align: right;
        width: 780px;
        }

#footer {
        border-top:1px solid #000000;
        height: 60px;
        text-align: left;
        margin:0px;
        width: 780px;
        }

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
        color:#000000;
        font-weight:normal;
        }

#footer * {
        line-height: 140%;
        font-weight:normal;
        font-size: 12px;
        }

#dropin {
        position:absolute;
        visibility:hidden;
        left:300px;
        top : 306px;
        width : 400px;
        height : 410px;
        background-color:#ffffff;
        border:10px solid #f0dea8;
        }

img.space  {
        margin:15px 0px 15px 0px;
        }