#header_container {
    width: 800px;
    height: 100px;
    border-top: solid #CCC 1px;
    border-right: solid #CCC 1px;
    border-left: solid #CCC 1px;
}
#notice_div {
    background-color: #33FF33;
    width: 800px;
}
body {
    background-color: #7DB1FF;
}
#footer {
    height: 25px;
    width: 800px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    font-size: 0.8em;
    background-color: #FFF;
}
#footer_text {
    padding-top: 5px;
    text-align: center;
}
#contact_form_container {
    height: 430px;
    width: 90%;
    text-align: left;
}
#contact_us_container {
    height: 200px;
    width: 90%;
    text-align: left;
}
#about_us_container {
    height: 200px;
    width: 90%;
    text-align: left;
}
/*#home_main {
    width: 400px;
    margin-top: 10px;
    margin-left: 195px;
    margin-bottom: 10px;
}*/
#home_main {
    width: 400px;
}
#about_main {
    width: 400px;
    margin-left: 200px;
    margin-top: 10px;
}
#preparation_div {
    padding-left: 5px;
    padding-right: 5px;
}
#home_pic {

    /*border: 10px ridge #7DB1FF;*/
}
#bg_img_container {
    width: 810px;
    text-align: left;
    background-image: url(../images/bg_grad.jpg);
}
#bg_bottom_div {
    height: 10px;
    width: 810px;
    background-image: url(../images/bg_bottom_grad.jpg);
}
#right_vert {
}
#right_vert {
    height: 300px;
    width: 10px;
    float: right;
    border: solid black 1px;
}
#bg_img_container #vert_right_grad {
    float: right;
}
#bg_img_container-2 {
    height: 200px;
    width: 10px;
}
#gallery_container img {
    border: 1px solid #666;
    margin: 10px;
}
#bg_img_container #footer #footer_text a {
    color: black;
    text-decoration: underline;
}
