body
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-family:Verdana;
    font-size:11px;
}#mainContainer
{
    position:relative;
    margin-left: auto; 
    margin-right: auto;
    text-align:left;
    width:960px;
}
#logo
{
    width:400px;
    height:101px;
    padding:0;
    margin:0;
    position:absolute;
    top:46px;
    left:10px;
}
#menu1
{
    background-image:url('/Media/Images/Menu/Dots.png');
    background-position:top left;
    background-repeat:no-repeat;
    position:absolute;
    top:71px;
    left:700px;
    width:141px;
    height:59px;
}
#menu2
{    
    background-image:url('/Media/Images/Menu/Dots.png');
    background-position:top left;
    background-repeat:no-repeat;
    position:absolute;
    top:71px;
    left:840px;
    width:141px;
    height:59px;
}
#menu1 img, #menu2 img
{
    margin-left:10px;
    margin-bottom:10px;
}

#outerContent
{
    position:absolute;
    top:150px;
    background-image:url('/Media/Images/ContentBackground.png');
    width:960px;
    height:610px;
}
#content
{
    position:absolute;
    left:10px;
    top:10px;
    width:940px;
    height:590px;
    overflow:hidden;
}
.leftFull
{
    position:absolute;
    left:17px;
    top:17px;
    width:380px;
    height:558px;
    z-index:1;
}
.rightFull
{
    position:absolute;
    left:404px;
    top:17px;
    width:520px;
    height:558px;    
    z-index:1;
}
.rightTopBig
{
    position:absolute;
    left:404px;
    top:17px;
    width:520px;
    height:370px;    
    z-index:1;
}
.rightTopSmall
{
    position:absolute;
    left:404px;
    top:17px;
    width:520px;
    height:180px;    
    z-index:1;
}
.rightBottomBig
{
    position:absolute;
    left:404px;
    top:204px;
    width:520px;
    height:370px;    
    z-index:1;
}
.rightBottomSmall
{
    position:absolute;
    left:404px;
    top:394px;
    width:520px;
    height:180px;    
    z-index:1;
}.inPlaceEditorContextMenu
{
    position:absolute;
    display:none;
    width:100%;
}

.panelView
{
    min-height:100px;
    width:100%;
}
.panelEdit
{
    background-color:#eeeeee;
    width:100%;
}body, table, tr, td, input, textarea, select, option
{
    font-family:Verdana;
    font-size:11px;
}
body
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:url('/Media/Images/Background.gif');
    background-repeat:no-repeat;
    background-position:top left;
    text-align:center;
}
table,td,tr
{
    border-collapse:collapse;
    border:none;
    vertical-align:top;
}
img
{
    border:none;
}
h1
{
    font-size:25px;
    margin-top:20px;
    margin-left:20px;
    margin-bottom:0px;
    color:White;
}
p
{
    margin-left:20px;
    margin-right:20px;
    margin-top:20px;
}

.white
{
    color:#ffffff;
}

a.button, a.button:visited
{
    border-bottom:solid 1px #003366;
    border-right:solid 1px #003366;
    border-top:solid 1px #6699cc;
    border-left:solid 1px #6699cc;
    background-color:#336699;
    color:White;
    text-decoration:none;
    padding-right:5px;
    padding-left:5px;
    margin-left:2px;
    margin-right:2px;
}
a.button:hover, a.button:active
{
    border-bottom:solid 1px #6699cc;
    border-right:solid 1px #6699cc;
    border-top:solid 1px #003366;
    border-left:solid 1px #003366;
    background-color:#5588bb;
}
a.pager
{
    text-decoration:none;
    color:Black;
}#menu1 ul, #menu2 ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#menu1 li, #menu2 li
{
    margin-bottom:5px;
    margin-left:9px;
}

#menu1 a, #menu2 a
{
    color:#78868F;
    text-decoration:none;
}

#menu1 a.active, #menu2 a.active
{
    color:#F26631;
    text-decoration:none;
    font-weight:bold;
}
.userPanel
{
    position:absolute;
    top:10px;
    left:10px;
    width:400px;
    padding:5px;
    background-color:Red;
}