img {
border-style: none;
}

img#left {
float: left;
width: 150px; height: 113px;
border-right-style: solid; border-right-color: #FFF; border-right-width: 10px;
}

img#right {
float: right;
width: 150px; height: 113px;
top: 150px;
border-left-style: solid; border-left-color: #FFF; border-left-width: 10px;
}

img#bottom {
float: left;
width: 200px; height: 150px;
}

p {
text-align: justify;
}

#bottomimgs {
bottom: 0px; width: 100%;
text-align: center;
}

#bottomimgs img{
border-style: solid; border-color: #FFF; border-width: 2px;
}

#pictures {
left: 0px; top: 0px;
width: 250px;
}

#text {
position: absolute;
left: 260px; top: 0px;
}

#content a {
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content {
position: absolute;
top: 120px; left: 5px; right: 5px;
width: 98%;
}

#map {
width: 99%; height: 450px;
border-style: solid; border-color: #000000; border-width: 1px;
background: url(map.jpg); background-position: center center;
}

h1 {
font-size: 150%;
line-height: 100%;
}

ul {
position: relative;
top: -10px;
left: -10px;
}

#container {
min-height: 210px;
}