html, body
{
    font-size: 13px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    background-image:url('../Images/dot_pattern.jpg');
    background-repeat:repeat;
}

#TableLayout
{
    margin-left:auto;
    margin-right:auto;
    width:800px;
    background-color:#fff;
    border:1px solid black;
    position:relative;
    
}

#Header
{
    background-image:url('../Images/header.jpg');
    height:200px;
}

#Menu
{   
    min-width:150px;
    width:150px;
    padding:25px 0px 0px 35px;
    font-size:13px;
    vertical-align:top;
    /*border:1px solid red;*/
}

#Main
{
    padding:25px 25px 0px 25px;
    /*border:1px solid red;*/
}


#Content
{
    /*border:1px solid red;*/
    min-height:500px;
    position:relative;
}



/********** MENU ***********/
#Menu li
{
    margin-bottom:20px;
}

/***************************/
h2
{
    font-size:20px;
    color:#ae0b1c;
    display:inline-block;
}

.Center
{
    text-align:center;
}












/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


