﻿#col-wrapper 
{
    float:right;
	width:237px;
	text-align:left;
}

#col-wrapper h3{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:17px;
	margin:0px;
	margin-top:0px;
	margin-bottom:15px;
    padding-top:5px;
	color:#fff;
	font-weight:normal;
	border:none;
}
#col-wrapper .inner-text{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:110%;
	color:#FFFF99;
}

.col-bottom-canvas {
	width:100%;
	height:17px;
	background-image: url(../images/right-bottom.png);
	background-repeat: no-repeat;
}
.col-middle-canvas 
{
    padding: 0px 20px 0px 20px;
	width:100%;
	background-image: url(../images/right-middle.png);
	background-repeat: repeat-y;
}
.col-top-canvas {
	width:100%;
	height:17px;
	background-image: url(../images/right-top.png);
	background-repeat: no-repeat;
}