* {
	margin: 0;
	padding: 0;
}

body {
    background: #4c8c9c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #111;
}

a {
    text-decoration: none;
    color: #132b47;
}
a:hover {
    text-decoration: underline;
    color: #9e2525;
}

#wrap {
    margin: 20px auto;
    width: 800px;
    background-color: #4c8c9c;
}

#header {
    height: 220px;
    background: #4c8c9c url(images/header2.jpg) no-repeat;
}

#address {
    float: right;
    text-align: right;
    padding: 13px 30px 0 20px;
    color: #111;
    font-size: 11px;
}
#address h2 {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1px;
}

#menu {
    height: 30px;
    line-height: 30px;
    background: url("images/menu1.jpg") repeat-y scroll 0 0 #4c8c9c;
    color: #ddd;
    letter-spacing: -0.1px;
}
#menu ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}
#menu ul li {
    display: block;
    float: left;
}
#menu ul li a {
    padding: 0 5px 0 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: #ddd;
}
#menu ul li a:hover {
    color: #000;
    text-decoration: none;
}

#content {
    background: url("images/content1.jpg") repeat-y scroll 0 0 #4c8c9c;
    padding: 0 20px 20px 20px;
    text-align: justify;
    min-height: 300px;
}
#content p {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 70px;
}
#content a {
    text-decoration: underline;
}
#content h3 {
    padding: 15px;
    font-size: 18px;
    font-weight: 150;
}
#content h4 {
    font-size: 13px;
}
#content li {
    padding: 10px 10px 5px 20px;
    list-style: none;
}

#bottom {
    background: url("images/menu1.jpg") repeat-y scroll 0 0 #4c8c9c;
    padding: 10px 0;
}

#footer {
    padding: 5px;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 9px;
    color: #666;
    background: #4c8c9c url("images/bottom1.jpg") no-repeat;
    height: 30px;
}
#footer a {
    text-decoration: none;
    color: #666;
    margin: 0;
} 

#photo {
    padding: 18px;
    padding-left: 35px;
}

#images {
    width: 650px;
    margin: 0 auto;
    padding: 10px;
    float: right;
}
#news {
    width:200px;
    position: relative;
    left: 50px;
    top: 80px;
    float: left;
    text-decoration: none;
    text-align: right;
}
#news a {
    text-decoration: none;
    line-height: 180%;
}
#image-container {
    float:right;
    width:350px;
}
#imageurl img {
    position: relative;
/*    left: 300px;
    top: 60px;*/
}
#thumbs {
    float: left;
    padding: 10px;
    width: 60px;
}
#thumbs li {
    list-style-type: none;
}
    
.alert {
    display: inline;
    color: red;
    font-size: 1.3em;
    font-weight: bold;
}

