/* CSS Document */
.topWrap{}
.leftCorner{float:left; width:20px;}
.rightCorner{float:right; width:20px}
.centerDiv{width:; 
		   float:left;
		background:url(../images/design/roundedBoxes/20px_02.png) repeat-x;
		left-margin:;
		margin-right:auto;}

.bottomWrap{}
.clearDivs{clear:both;
			height:0px; 
     		margin:0px;
     		font-size: 1px;
     		line-height: 0px;}

.rdContent
{
	background:url(../images/bg/angle_gradR.gif) no-repeat top;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #003300;
	padding:20px;
	
}
.rdNavigation
{
	background:url(../images/bg/angle_grad2.gif) no-repeat ;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #003300;
	padding:20px 0px 20px 0px;
	
}
.rdHeader
{
	background:url(../images/design/headers/test_header.gif) no-repeat right;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #003300;
	padding:20px;
	min-height:100px;
	
}
.rdBtNav
{
	background:url(../images/bg/angle_grad.gif) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border: 1px solid #003300;
	padding:10px;
	text-align:center;
	margin-top:20px;
	
	
}