*
{
    font-family: monospace, sans-serif;
    font-style: normal;
}

#frame
{
    border: 1px solid rgb(240, 210, 55);
    height:100px;
    width:1330px;
    margin:0px auto;
}

#header
{
    height:10px;
    width:1330px;
    border-radius:20px 20px 0px 0px;
    box-shadow:5px 0px 5px white;
    box-shadow:5px 0px 5px white;
}

#body
{
    height:500;
    width:1330px;
}

#footer
{
    height:150px;
    width:1330px;
    border-bottom:1px white;
    border: 1px solid white;
}

#login
{
    height:199px;
    width:400px;
    border-top:1px solid white;
    float:left;
    background-color:#e7dfb2;
    border-radius:0px 20px 0px 0px;
}

#menu
{
    height:200px;
    width:730px;
    color: blue;
    float:left;
}

#logo
{
    height:199px;
    width:200px;
    border-top:1px solid white;
    float:left;
    background-image:url("ftmk1.png");
    background-size:cover;
    background-color:#e7dfb2;
    border-radius:20px 0px 0px 0px;
}

#picture
{
    height:300px;
    width:500px;
    border-top:1px solid white;
    float:left;
    background-image:("ftmk1.png");
    background-size:cover;
    background-color:white;
    border-radius:20px 0px 0px 0px;
}

#menu1
{
    height:99px;
    width:730px;
    border-top:1px solid white;
    font-size:32px;
    font-family:Millenium BdEx BT;
    text-align:center;
    background-color:#e7dfb2;
}

#menu2
{
    height:99px;
    width:730px;
    background-color:#e7dfb2;
}

#menu2 ul
{
    list-style-type:none;
    margin-left:60px;
    //margin-top:50px;
    //background-color:blue;
}

#menu2 ul li
{
    display:inline-block;
    padding:15px;
}

#menu2 ul li a:hover
{
    color:rgb(225, 214, 65);
}

#menu2 ul li a:focus
{
    font-size:32px;
}

#menu2 ul a
{
    text-decoration:none;
    color:black;
    font-family:calibri;
}

#search
{
    margin:5px 0px 0px 20px;
    height:30px;
    outline:none;
    background-color:lightcyan;
    border:0px;
}

#search:focus
{
    background-color:lightcyan;
    outline: auto 1px lightcyan;
}

#icon
{
    background-color:lightgoldenrodyellow;
    outline:none;
    border:0px;
}

#button
{
    background-color:white;
    border:0px;
    color:blue;
    border-radius:3px;
    height:40px;
    width:100px;
    margin-left:15px;
}

#notice
{
    height:800;
    width:400px;
    float:left;
    box-shadow:5px 0px 5px rgb(114, 114, 40);
}

#content
{
    height:800;
    width:930px;
    float:left;
    box-shadow:5px 0px 5px rgb(114, 114, 40);
}

#body a
{
    text-decoration:none;
    font-family:calibri;
    font-size:15px;
}

#foot
{
    height:340;
    width:350;
    box-shadow:5px 5px 25px rgb(230, 230, 119);
    margin:25px;
    float:left;
    font-family:calibri;
}

#footer ul
{
    list-style-type:none;
}

#footer ul li a
{
    text-decoration:none;
    color:gray;
    font-size:14px;
    font-family:calibri;
    text-shadow:5px 5px 5px solid white;
}

#footer ul li a:hover
{
    color:solid rgb(180, 169, 46);
    text-shadow:5px 5px 25px solid white;
}