/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 16, 2015, 11:50:59 PM
    Author     : Bogdan Spuze
*/

#header 
{
    height: 55px;
}

#logo
{
    float: left;
    width: 12em;
    height: 55px;
}

#footer
{
    background-color: #e4e4e2;  
}

#footer p
{
    text-align: center;
}


#leftmenu
{
    float: left;
    width: 12em;
    height: 100%;
    background-color: #333;
    height: 715px;
}


#page
{
    margin-left: 12em;
    height: 700px;
}


#topmenu
{
    width: 100%;
    height: 50px;
    background-color: #c4c4c2;
    text-align: center;
}

#content
{
    position: relative;
    text-align: left;
    height: 100%;
}

#adminButtons
{
    margin-left: 12em;
}

