body {
    background-image:url(../img/sky-blue.png);
   
}
#wrapper {
    height:670px;
    width:960px;
    /*background-color:#F7F9FE;*/
    /*CSS3 - gennemsigtighed*/
    background: rgba(247, 249, 254, 0.7);
    /*CSS3 - runde hjørner*/
    border-radius:  25px;
}
#header {
    height:120px;
    width:960px;
}
#headerTop {
    height:60px;
    width:960px;
    text-align:center;
}
h1 {
    margin:0px;    
}
#navigationMenu {
    height:36px;
    width:960px;
    background-color:#abcdef;
}
#content {
    height:500px;
    width:960px;
}
#footer {
    height:50px;
    width:960px;
    text-align: center;
}
.columnLeft {
    width:176px;
    float:left;
    font-size:12px;
    text-align:justify;
    margin-right:20px;
}
#columnRight {
    width:165px;
    float:left;
    font-size:12px;
    text-align:justify;
}
p {
    font-family: 'Alex Brush', cursive;
    font-size:30px;
    /*color:orange;*/
}
/* nesting */
#content p {
    /*color:green;*/
    font-size:16px;
}
/* grouping */
p, h1, h2, li, a, #content p, .blueTxt,  {
    margin:0px;
}
