@import url(../../base/css/general.css);

	div.mainBlockDiv
	{
		position:relative;
		border:0px solid green;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
		margin-top:80px;
		padding:0px;
	}
	
	div.bodyTopBlock
	{
        position: relative;
        z-index: 56;
        background-color:transparent;
		border:0px solid red;
		background-image:url('../images/body_top_block_cutting.gif');
	    background-repeat:repeat-x;
		height:91px;
		margin-bottom:2px;
	}
	
	.bodyTopBlockLeftC
	{
		position:absolute;
		top:0px;
		left:0px;
		background-image:url('../images/body_top_block_lcor.gif');
	    background-repeat:no-repeat;
		width:11px;
		height:91px;
	}
	
	.bodyTopBlockRightC
	{
		position:absolute;
		top:0px;
		right:0px;
		background-image:url('../images/body_top_block_rcor.gif');
	    background-repeat:no-repeat;
		width:11px;
		height:91px;
	}
	
	.santaTopPic
	{
		position:absolute;
		bottom:-3px;
		right:1px;
	}
	
	/*********************** bottom , copyrights ******************************/
	
	div.bodyLowerBlock
	{
		position:relative;
		overflow:visible;
		border:0px solid red;
	}
	
	div.bottomCopyright 
	{
    	position:relative;
		background-color:transparent;
    	border:0px solid red;
    	margin:0px;
		/* height:51px; */
	}
	
	div.bottomCopyright div.bottomLinks {
    	float:none;
    	overflow:hidden;
    	text-transform:capitalize;
		font-size:10px;
		border-bottom:1px solid #bfbfbf;
		width:99%;
		margin-left:5px;
	}

	.bottomCopyright .bottomCpr
	{
		float:none;
    	color:#666;
    	font-weight:normal;
    	font-size:10px;
		margin:0px 0px 0px 17px;
	}
