﻿#roundedcontainer
{
	margin-top:10px; /*margin-left:5px;*/
	width:687px;
	float:left;
	display:inline;
	background-color:#eee3cf;	
	background-image:url('images/biggradientbg2.jpg');
	background-position:0px -10px;
	background-repeat:repeat-x;
	margin-bottom:10px;
	position:relative;
}

#toprounded
{
	background-color:#e8dfd4;	
	background-image:url('images/toproundedbox2.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	/*position:absolute;*/
	position:relative;
	height:10px;
	overflow:hidden;
	padding:0px;
	width:687px;
	display:block;
	z-index:550;
	top:-10px;
	
}

#bottomrounded
{
		
	background-image:url('images/bottomroundedbox.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	/*position:absolute;*/
	position:relative;
	height:10px;
	overflow:hidden;
	padding:0px;
	width:687px;
	display:block;
	z-index:550;
	bottom:-10px;
	clear:both;
	
}

#roundedinnercontent
{
    margin-top:-10px;   
}

