﻿#divFrame
{
    text-align:center;    
}

#divCenter
{
    margin: 28px auto 30px;
    text-align:left;
    width:895px;   
    background-image:url(../../gfx/master_shadow_repeated_bg.gif);
    background-repeat:repeat-y;                 
    /*background-color:White;*/
}

#divPaper
{
    background-image:url(../../gfx/master_shadow_top_bg.gif);       
    background-repeat:no-repeat;        
    position:relative;    
}

#divContentArea
{
       
    width:890px;
    margin:0;
    padding:0px 2px 0px 2px;
    /* background-color:Yellow; */
    /* IE6: padding-right: 4px; */
}

/* menu */

#divMenu
{
    float:left;
}


/* Content */

#divContentColumn
{
    margin:0;
    padding:0;
    float:right;
    width:659px;
    display:inline;
    position:relative;
}

#divContent
{
    display:block;
    width:619px;   
    margin:0; 
    margin: 20px; 
    /*background-color:Yellow;*/
    min-height: 200px;
}


.imgApple
{
    position:absolute;
    right:0;
    top: 25px;
    z-index:10; 
    margin-right:2px;     
    /* background-color:#003366; */
    /* IE6: margin-right: 3px; */ 
}

#divFooterMenu
{	
	color:#858585;
    width:881px;
    padding: 5px;
    margin: 10px 5px 0 4px;
    /*text-align:right;  */
	font-size:11px;
    background-image:url(../../gfx/master_footseparator.jpg);
    background-repeat:no-repeat;
    background-position:right top;  
    clear:both;
}

#divFooterMenuLeft
{
	display:inline;
	padding-left:240px;
	float:left;
	width:320px;
	/*background-color:green;*/
}

#divFooterMenuRight
{
	display:inline;
	width:320px;
	float:right;
	text-align:right;
	/*background-color:red;*/
}

#divFooterMenu a
{
    color: #003366;
    
    margin: 0 5px 0 0;    
}

#divFooterMenu a img
{
	display:inline;
	vertical-align:sub;
	padding:0;
	margin:0;
}

.imgBlenderTop
{
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    display:none;   
}