/* 
    Document   : default.css
    Created on : May 16, 2011, 5:25:01 PM
    Author     : Rune
    Description:
        Default stylesheet
*/

root
{ 
    display: block;

}

body
{
    background-color:darkgrey;
    margin-left:auto;
    margin-right:auto;
}

div.container
{
    width:100%;
    height:2000px;
}

div.page
{
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
    background-color:white;
    border:1px solid black;
    width:300px;
    padding: 10px 10px 10px 10px;
    float:left;
    width:60%;
}

div.margin
{
    width:270px;
    text-align:center;
    float:left;
}


span.ContentTitle
{
    font-weight:bold;
    font: 22px "Arial";
    color:darkblue;
}

span.ContentSubtitle
{
    font-weight:bold;
    font: 16px "Arial";
    color:darkblue;
}

span.Content
{
    font: 16px "Arial";
}

span.Contact
{
    font-weight:bold;
    font: 16px "Arial";
    color:white;
}

a.Contact
{
    font-weight:bold;
    font: 16px "Arial";
    color:white;
}

a.HomeLink
{
    font-weight:bold;
    font: 16px "Arial";
    color:Black;
}

div.ContentDiv
{
    margin-left:20px;
}

div.Contact
{
    border:solid 3px darkgray;
    height:200px;
    width:200px;
    background-color:darkblue;
    opacity:.5;
    filter: alpha(opacity = 50);
    zoom: 1;
    text-align:center;
    margin-left:35px;
}
