#container {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 180px;
    margin: 10px 0 0 0;
    background: url(images/patima.jpg);
}

#content {
    border-right: 10px solid #FFD700;
    border-left: 10px solid #FFD700;
    border-bottom: 10px solid #FFD700;
    padding: 10px 20px;
}

#nav {
    width: 960px;
    overflow: hidden;
}

#nav a {
    width: 159px;
    height: 35px;
    float: left;
    padding: 12px 0 0 0;
    background: url(images/nav.jpg);
    border-right: 1px outset #FFD700;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #00FF00;
}

#nav a:hover {
    background: url(images/nav_hover.jpg);
    color: #FFFF00;
}

#header h1{
    text-align:right;
    color: #616369;
    padding: 40px 50px;
    font-style: italic;
}

.c {
    font-family: "Courier New", "Times New Roman";
}

p.y {
    background-color: yellow;
}

.r {
    color: red;
}

.g {
    color: green;
}

.pp {
    color:#FF00FF;
}

.b {
    color:blue;
}
.ppl {
    color:purple;
}

.cy {
    color:cyan;
}

.o {
    color:orange;
}

.gry {
    color: grey;
}

.u {
    text-decoration: underline;
}

#content th{
    border-bottom: 1px solid;
    border-top: 1px solid;
}
#content #map {
    width:900px; height:556px;
}

#content #map2 {
    width:900px; height:556px;
}

#footer p {
    text-align: center;
    font-family: "Times New Roman", "Courier New";
    color: #FFD700;
    font-size: 11px;
}
