﻿html
{
    margin: 0px;
    padding: 0px;
    border: none;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: Gray;
    
    font-size: 12px;
    font-family: Calibri, Tahoma, Verdana;
}

h1, h2, h3, h4, h5, h6
{
    color: rgb(0, 176, 216);
}

#dropshadow
{
    width: 1070px;
    margin: 0px auto 0px auto;
    position: relative;
    background: url(../Gfx/background.png);
    background-repeat: repeat-y;
}

#container
{
    left: 45px;
    width: 980px;
    position: relative;
}

#header
{
    width: 980px;
    height: 230px;
    position: relative;
}

#navigationcontent
{
    float: left;
    position: relative;
    top: 121px;
    height: 50px;
    width: 980px;
    background-color: rgb(0, 176, 216);
}


#navigationcontent ol,
#navigationcontent li
{
    list-style: none;
    padding: 7px;
    margin: 0;
    float: left;
}

#navigationcontent li
{
    width: 200px;
    height: 50px;
    position: relative;
}

#navigationcontent a
{
    vertical-align: middle;
    color: White;
    font-size: 14px;
}

#maincontent
{
}

#contentcontainer
{
    width: 750px;
    position: relative;
}

#gadgets
{
    width: 230px;
    float: right;
}

.gadget
{
    width: 210px;
    margin: 10px;
}

.gadget img
{
    width: 210px;
    margin: 10px;
    border: none;
}

.leftblock
{
    float: left;
    position: absolute;
    left: 0px;
    width: 50%;
}

.rightblock
{
    float: left;
    position: absolute;
    right: 0px;
    width: 50%;
}



