@import url(../../base/css/general.css);

	div.mainBlockDiv
	{
		position:relative;
		border:0px solid green;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
		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:100px;
		margin-bottom:1px;
	}
	
	.bodyTopBlockLeftC
	{
		position:absolute;
		top:0px;
		left:-61px;
		background-image:url('../images/body_top_block_lcor.gif');
	    background-repeat:no repeat;
		height:100px;
		width:61px;
	}
	
	.bodyTopBlockRightC
	{
		position:absolute;
		top:0px;
		right:-61px;
		background-image:url('../images/body_top_block_rcor.gif');
	    background-repeat:no repeat;
		height:100px;
		width:61px;
	}
	
	/*********************** bottom , copyrights ******************************/
	
	div.bodyLowerBlock
	{
		position:relative;
		height:51px;
		border:0px solid green;
		background-image:url('../images/body_lower_block_cutting.gif');
	    background-repeat:repeat-x;
		background-position:top left;
		overflow:visible;
		border:0px solid red;
		/* margin-bottom:15px; */
	}
	
	
	.bodyLowerBlockLeftC
	{
		position:absolute;
		top:0px;
		left:0px;
		background-image:url('../images/body_lower_block_lcor.gif');
		background-repeat:no repeat;
		background-position:top left;
		height:51px;
		width:17px;
	}

	.bodyLowerBlockRightC
	{
		position:absolute;
		top:0px;
		right:0px;
		background-image:url('../images/body_lower_block_rcor.gif');
		background-repeat:no repeat;
		background-position:top right;
		height:51px;
		width:17px;
	}
	
	div.bottomCopyright 
	{
    	position:relative;
		background-color:transparent;
    	border:0px solid red;
    	margin:0px;
		background-image:url('../images/footer_transp_pic.png');
	    background-repeat:no-repeat;
		background-position:top center;
		height:51px;
	}
	
	div.bottomCopyright div.bottomLinks {
    	float:left;
    	width:75%;
    	overflow:hidden;
    	text-transform:capitalize;
        padding:0px 0px 0px 12px;
		margin-top:18px;
		font-size:11px;
	}
	
	.bottom_links_block
	{
		margin-right:10px;
	}
	
	.bottomCopyright .bottomCpr
	{
		float:right;
    	color:#fff;
    	font-weight:normal;
    	font-size:11px;
		margin-top:11px;
	}
