body {margin:0px;background-position:center 50px;font-family: RalewayLight}

@font-face {
    font-family: RalewayLight;
    src: url(/font/Raleway-Light.ttf) format("truetype");
}


a:link  {  font-family: RalewayLight; font-weight: 200; color: #000000; font-size:15px}
a:hover {  font-family: RalewayLight; font-weight: 200; color: #000000;text-decoration: none; font-size:15px}
a:visited {  font-family: RalewayLight; font-weight: 200; color: #000000; font-size:15px}
a:active {  font-family: RalewayLight; font-weight: 200; color: #000000; font-size:15px}


@font-face {
    font-family: "Custom";
    src: url(/font/font.ttf) format("truetype");
}

div.customfont {
    font-family: RalewayLight;font-weight: 200;

}

a.customfont {
    font-family: RalewayLight;font-weight: 200;
    color: #000000;
    text-decoration: none;
    font-size:15px;
    padding:13px;
    padding-bottom:30px;
}

div.bullet {
    display: inline;
    color:  #000000;
    float:left;
    margin-top:2px;
}

div.tab {
    float:left
}

div.menu {
    width:870px;
    padding-left:100px;
    margin-top:35px;
    margin-bottom:20px;
}

div.child {
    visibility:hidden;
    padding-left:15px;
}

div.button{
    border: solid 3px black;
    font-family: "Custom", Arial, Helvetica;
    margin-top:20px;
    cursor: pointer;
    width: 200px;
}


@media screen and (min-width: 281px) and (max-width: 1000px){

    div.menu {
	padding-left:0px !important;

    }
}
