﻿body 
{
	
}

#MasterDiv-TopMenu 
{
	 width : 100%;	
	 display: inline-block;
	 z-index :  99999;
	 position :relative ;	 
}

#MasterDiv-Body
{
	 width : 1000px;
	 display: inline-block;	
	 min-height:400px;
	 
	 background-repeat:repeat-x;
	/* height:auto;
     border:solid 1px pink;*/
}

#MasterDiv-Left
{
	/*position : relative ;
	top: 50px;
    width : 145px;
    z-index :  98;*/
    margin-right:0px;
    padding-right:10px;
    margin-bottom:10px;
    margin-left:15px;
    min-height:400px;
    width:180px;
    float:left;
    
}

#MasterDiv-Right
{
	/*left : 160px;
	position : absolute ;*/
	z-index : -1;
    height:auto;
	height:100%;
}

.bottommenushadow 
{
    float:left;
    width:1000px; 
    height:12px;
    margin-bottom:5px;
}
.rightcontent
{
    float:left;
    height:auto;
    width:769px;
    /*border-left:solid 1px #b9babd;*/
    margin-bottom:10px;
    padding-left:10px;
    /*background-color:pink;*/
}