html {
    margin: 0;
}

body {
    background-color: #f2f2f2;
    margin-top: 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: lighter;
    color: #4d4d4d;
}

p {
    margin: 0;
    padding:0;
}

a, a:visited {
    color: #4d4d4d;
    text-decoration: none;
}

#container {
        width: 575px;
        margin: auto;
}

#langs{
    text-align: right;
    padding-top: 6px;
}

a.lang, a.lang1, a.lang:visited, a.lang1:visited {
    color: #767676;
    text-decoration: none;
    font-size: 11px;
    border-top: 6px solid #4d4d4d;
    padding-top: 2px;
    margin: 0 2px 0 2px;
    font-weight: lighter;
}

#langs a.lang1, #langs a.lang:hover {
    border-color: #ee5397;
}

#logobar div {
    float: left;
}

#slogan {
    margin-left: 35px;
    font-size: 19px;
    padding-top: 47px;
    border-bottom: 5px solid #ee5397;
    width: 490px;
    margin-bottom: 35px;
    font-weight: normal;
}

#menu {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0;
}
#menu li {
    display: inline-block !important;
    display: inline;
    width: 140px;
}
.menu, .menu1 {
    padding-bottom: 30px;
}
.menu a, .menu1 a {
    font-size: 19px;
    text-decoration: none;
    color: #4d4d4d;
    font-style: italic;
    font-weight: normal;
}
.menu a {
    border-bottom: 5px solid #4d4d4d;
}
.menu a:hover, .menu1 a {
    border-bottom: 5px solid #ee5397;
}

#job {
    border-bottom: 5px solid #4d4d4d;
    font-size: 17px;
    margin-top:40px;
    margin-bottom: 7px;
    color: #ee5397;
    font-weight: normal;
    font-style: italic;
}

.move {
    margin-top:5px;
}
.move a {
    color: #ee5397;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
}

#slider, #slider li { 
    /* 
        define width and height of container element and list item (slide)
        list items must be the same size as the slider area
    */ 
    width:575px;
    height:380px;
    overflow:hidden; 
}

span#prevBtn {}
span#nextBtn {}
