
/*
    Created on : 05-Apr-2015, 18:52:41
    Author     : Bill
*/

body{
    background-image: url("assets/canvas.jpg");
    background-attachment: fixed;
    background-size: 1500px 1200px;
    background-repeat: no-repeat;
}
#image1{
    display: block;
    width: 200px;
    float: right;
    padding: 5px;
}
#image2{
    display: block;
    width: 200px;
    float: left;
    padding: 5px;
}
#image3{
    display: block;
    width: 400px;
    float: left;
    padding: 5px;
}
article{
    position: absolute;
    display: inline-block;
    width: 800px;
    margin-left: 200px;
    color: black;
    font-family: tahoma;
    font-size: 20px;
    padding: 20px;
}
.fotorama_article{
    position: absolute;
    display: inline-block;
    width: auto;
    margin-left: 280px;
    color: #ffffd6;
    font-family: tahoma;
    font-size: 20px;
    padding: 20px;
}
#article_width{
    display: inline-block;
    margin-left: 540px;
    width: 300px;
}
header{
    text-align: center;
    color: black;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 35px;
}
h3{
    text-align: center;
    color: black;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 15px;
}
.menu_item,.sub_menu_item{
    cursor: pointer;
    background-color: black;
    list-style-type: none;
    border-width: 1px;
    border-radius: 5px;
    border-bottom-color: grey;
    border-style: solid;
    height: 30px;
    width: 120px;
    padding: 5px;
    text-align: center;
}
.menu_item:hover,.sub_menu_item:hover{
    background-color: grey;
}
