/* Layout Stylesheet */ 

    #topnav { 
		float:right;
		width:225px;
		height:26px;
		z-index:1;
		left: 664px;
		top: 98px;
		 }
	#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background: white;
		}
		
	#contentleft {
		width:160px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:410px;
		padding:0px;
		float:left;
		position: bottom;
		background:#fff;
		}
	
	#contentright {
		width:190px;
		bottom-padding:5px;
		float:left;
		background:#ffffcc;
		text-align: justify;
		}
	
	#contentheader {
		background:#fff
		}
	
	#contentfooter {
		padding-top: 20px;
		}
		
	#rh-col-mid {
		padding: 5px 5px 5px 5px;
		display: box;
		background: #ffffcc;
		font: tahoma;
		}

	
	#testimonial {
		font-size: 11px;
		color: green;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
