body {
    margin: 0px;
    padding: 0px;
    background: #dddddd;
}

#container {
    width: 940px;
    margin: auto;
    z-index: 2;
}

#header{
    width: 940px;
    height: 295px;
    position: relative;
    z-index: 5;
    background: url('/media/uploads/header2.png') top center no-repeat;
    overflow: visible;
}

#content{
    width: 840px;
    position: relative;
    z-index: 1;
    background: #fff; 
    padding: 20px 50px 20px 50px;
    overflow: auto;
    border-bottom: 15px solid black;
}

#footer {
    width: 940px;
    height: 42px;
    margin: auto;
    position: relative;
    /* background: url(/media/img/footer-bar.png) top left no-repeat;  */
    z-index: 1;
    margin-bottom: -10px;
    clear: both;
}

#nav {
    overflow: visible;
    z-index: 100;
    display: flex;
    justify-content: center;
}

#nav ul li:hover > ul {
    display: block;
    margin-top: 5px;
}

#nav ul {
    padding: 0; 
    list-style: none;
    position: relative;
    display: inline-table;
    background-color: #85D6FC;
    border: 1px solid black;    
}
    
#nav ul:after {
    content: ""; clear: both; display: block;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    display: block;
    padding: 20px 10px;
}

#nav ul ul {
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 40px;
    left: -10px;
    border: 1px solid #000;
    display: none;
    z-index: 110;
}

#nav ul ul li {
    float: none; 
    position: relative;
}

#nav ul ul li a {
    padding: 5px 10px;
    color: #000;
}    

#nav ul ul li a:hover {
	text-decoration: none;
}


img, div { behavior: url(iepngfix.htc) }

img {
    vertical-align: top;
    margin-bottom: 7px;
}
img[style*="float:left"] {
    margin-right: 7px;
}
img[style*="float:right"] {
    margin-left: 7px;
}

.contact ul {
    list-style-type: none;
}

.contact li {
    position: relative;
    height: 30px;
}

.contact ul li input {
    position: absolute;
    left: 150px;
}

.contact ul li select {
    position: absolute;
    left: 180px;
}

.article_list {
    margin-bottom: 15px;
}