* {
    margin: 0px;
    padding: 0px;
}
    body {
        font-family: Tahoma, sans-serif;
        font-size: 9pt;
        color: #58585a;
    }
        a {
            text-decoration: underline; 
            color: #3574af;
        }
            a:hover {
                text-decoration: none;
            }
        #top {
            height: 179px;
            background-image: url('../images/bg_top.png');
            background-repeat: repeat-x;
            text-align: center;
        }
            #header {
                width: 680px;
                height: 179px;
                background-image: url('../images/bg_header.png');
                background-repeat: no-repeat;
                margin: 0px auto 0px auto;
            }
                h1 {}
                    #home {
                        display: block;
                        width: 206px;
                        height: 179px;
                        float: left;
                    }
                        #home span {
                            display: none;
                        }
                #eyecatcher {
                    padding-right: 7px;
                    padding-top: 7px;
                    float: right;
                }
                    #animation {
                        width: 460px;
                        height: 165px;
                        position: relative;
                        overflow: hidden;
                    }
                        #animation a {
                            display: block;
                            background-repeat: no-repeat;
                            background-position: center center;
                            width: 460px;
                            height: 165px;
                        }
            #main {
                width: 680px;
                margin: 0px auto 0px auto;
            }
                #menu {
                    width: 206px;
                    min-height: 344px;
                    _height: 344px;
                    background-image: url('../images/bg_menu.png');
                    background-repeat: no-repeat;
                    background-position: top left;
                    float: left;
                }
                    #menu-in {
                        padding: 30px;
                        padding-right: 0px;
                        padding-top: 15px;
                    }
                        #menu-in li {
                            list-style-type: none;
                        }
                            #menu-in li a {
                                display: block;
                                width: 150px;
                                min-height: 30px;
                                *height: 30px;
                                _height: 30px;
                                border-bottom: 1px solid #c0c0c0;
                                background-image: url('../images/bullet.png');
                                background-repeat: no-repeat;
                                background-position: 7px center;
                                font-weight: bold;
                                text-decoration: none;
                                color: #2c2c2c;
                            }   
                                 #menu-in li a span {
                                    display: block;
                                    padding-top: 8px;
                                    padding-bottom: 8px;
                                    margin-left: 22px;
                                 }
                                #menu-in li a:hover, #menu-in li a.selected {
                                    text-decoration: none;
                                    color: #3574af;
                                }
                        #menu-in li ul {
                            padding-left: 20px;
                        }
                            #menu-in li ul li {}
                                #menu-in li ul li a {
                                    color: #505050;
                                    width: 130px;
                                }
                                    #menu-in li ul li a:hover, #menu-in li a.selected {}
                                        #last {
                                            border: 0px !important;
                                        }
           
                #content {
                    width: 474px;
                    background-image: url('../images/bg_content.png');
                    background-repeat: repeat-x;
                    background-position: top left;
                    float: left;
                }
                    #content h2 {
                            border-left: 40px solid #c0c0c0;
                            margin-left: 25px;
                            margin-top: 40px;
                            margin-bottom: 30px;
                            background-color: #e9e9e9;
                            height: 30px;
                        }
                            #content h2 .text {
                                display: block;
                                float: left;
                                xheight: 30px;
                                padding: 6px;
                                padding-left: 10px;
                                padding-right: 10px;
                                font-size: 11pt;
                                margin: 0px;
                                color: #aaa;
                                font-weight: bold;
                                background-color: #fff;                                
                            }
                    #text-content {
                        padding-left: 45px;
                        padding-right: 30px;
                    }
                        #text-content {}
                            #text-content p {
                                margin-bottom: 10pt;
                                text-indent: 30px;
                            }  
.gallery {

}
.gallery-item {
    padding: 2px;
        float: left;
}
.gallery-item a {
    display: block;
    width: 195px;
    height: 146px;
    background-position: center center;
    background-repeat: no-repeat;
}
                
                #footer {
                    _width: 600px;
                    clear: both;
                      border-left: 40px solid #c0c0c0;
                            margin-left: 25px;
                            margin-top: 40px;
                            margin-bottom: 30px;
                }
                    #footer-in {
                                display: block;
                                float: left;
                                padding: 6px;
                                padding-top: 0px;
                                padding-left: 10px;
                                padding-right: 10px;
                                font-size: 8pt;
                                color: #c0c0c0;
                                font-weight: normal;
                                background-color: #fff; 
                    }
                    #copyright {
                        color: #979797;
                    }
                    #links {
                        color: #c0c0c0;
                    }
                        #links a {
                            color: #c0c0c0;
                            text-decoration: none;
                        }
                            #links a:hover {
                                text-decoration: underline;
                            }

.clearfix {
    clear: both;
}
.map {
    float: right;
    margin: 10px;
}