body {
    background: #ffffff url('default/body_bgg.jpg') top left repeat-x;
    text-align: center;
    min-width: 990px;
    padding: 0;
    margin: 0;
    font-family: tahoma;
    color: #000a24;
    font-size: 12px;
    line-height: 140%;
}

#wrapper {
    width: 978px;
    margin: 0 auto;
    text-align: left;
}

#wrapper_head {
}

#head {
    width: 978px;
    height: 102px;
    background: url('default/logo.png') top left no-repeat;
}

#head p {
    float: right;
    width: 190px;
    height: 55px;
    padding: 0px;
    margin: 5px 50px 0px 0px;
    display: inline;
    color: #a9c9dd;
    font-size: 11px;
    line-height: 150%;
}

#head p span {
    color: #ffffff;
    display: block;
    float: right;
}

#head ul {
    padding: 0px;
    margin: 1px 0px 0px 186px;
    list-style-type: none;
    font-size: 11px;
    font-weight: bold;
    background: url('default/menu_sep.png') top left no-repeat;
}

#head li {
    float: left;
    background: url('default/menu_sep.png') top right no-repeat;
    line-height: 31px;
    height: 31px;
    padding-right: 2px;
}

#head li a {
    float: left;
    padding: 0px 20px;
    text-align: center;
    color: #005826;
    text-decoration: none;
}

#head li a:hover {
    background: url('default/menu_high.png') top left repeat-x;
}

#headbox {
    padding: 0px;
    margin: 0px;
    height: 151px;
    width: 978px;
    background: url('default/logo_under2.jpg') top left no-repeat;
}

.intro #headbox {
    background: url('default/logo_under.jpg') top left no-repeat;
}

a#logo {
    padding: 0px;
    margin: 0px;
    display: block;
    height: 70px;
    width: 266px;
}

a#logo img {
    border-width: 0px;
    height: 70px;
    width: 500px;
    padding: 0px;
    margin: 0px;
}

#wrapper_content {
    width: 978px;
}

.intro #wrapper_content {
    background: url('default/body_bgg.png') top left repeat-y;
}

#content {
    width: 978px;
    background: #ffffff url('default/body.jpg') top left no-repeat;
}

#content h1  {
    color: #12537d;
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

#content h3  {
    color: #12537d;
    font-size: 12px;
    margin: 2em 0px 4px 0px;
    padding: 0px;
}

.intro #content {
    background: url('default/intro_body.png') top left no-repeat;
}

#bottom {
    clear: both;
}

.intro #bottom {
    background: url('default/body_bottom.png') bottom left no-repeat;
}

#intro_left {
    float: left;
    width: 540px;
    display: inline;
    margin-left: 28px;
    font-size: 12px;
}

#intro_left h3 {
    color: #12537d;
    font-size: 12px;
    margin: 2em 0px 4px 0px;
    padding: 0px;
}

#intro_left p {
    padding: 0px;
    margin: 0px 0px 1em 0px;
    text-align: justify;
    text-indent: 2em;
    width: 410px;
}

#intro_left div img {
    border: 1px black solid;
}

#intro_left table img {
    border-width: 0px;
}

#intro_left table {
    color: #595959;
    font-size: 10px;
    width: 530px;
    background: url('default/table_sep.gif') bottom left repeat-x;
    text-align: center;
    margin-bottom: 10px;
}

#intro_right {
    float: right;
    width: 330px;
    display: inline;
    margin: 120px 24px 0px 0px;
    font-size: 12px;
}

#intro_right p {
   clear: both;
   text-align: justify;
   text-indent: 2em;
}

#intro_right form {
    width: 100%;
    text-align: center;
}

#intro_right form label {
    float: left;
    width: 150px;
    text-align: center;
    margin-bottom: 10px;
}

#intro_right h6 {
    color: red;
    font-size: 12px;
    margin: 0px;
    padding: 10px 0px;
}

#datepicker {
    margin-left: 40px;
}

#foot {
    clear: both;
    height: 45px;
    line-height: 45px;
    background: #ffffff url('default/foot_bgg.png') top left repeat-x;
    margin-top: 10px;
    font-size: 10px;
    width: 978px;
    text-align: center;
    color: #a0a0a0;
}

#foot a {
    color: #a0a0a0;
    text-decoration: none;
}

#foot a:hover {
    text-decoration: underline;
    color: #427e24;
}

#errors {
    background-color: pink;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding: 5px 30px;
}

#errors h1 {
    font-size: 18px;
    color: red;
}

#errors p {
    margin: 5px 0px 0px 0px;
    color: red;
}

ul.errors, .notices {
    margin: 3px;
    padding: 3px;
    color: #cf3738;
    border: 1px solid #ffacad;
    background-color: #ffd5d5;
    list-style-type: none;
}

.notices {
}

#article {
    padding: 0px 10px;
}

#gallery a {
    float: left;
    display: inline;
    width:110px;
    height:110px;
    margin: 5px 6px;
    text-align:center;
}

#gallery a img {
    border: 1px black solid;
}

#gallery a:hover img {
    border: 1px silver solid;
}

.intro_txt {
    font-size: 11px;
	line-height: 15px;
	color: #000;
	padding-bottom: 10px;
	text-align: justify;
}

