﻿div.rounded {
	max-width:860px;
	width:92%;
	float: left;
	padding: 0;
	margin-top: -500;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.rounded div.top {
	padding:0px;
	width:100%;
	background-image: url(../images/tl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.rounded div.top div.right {
	height:25px;
	margin-left:25px;
	background-image: url(../images/tr.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.rounded div.middle {
	background:url(../images/l.png) repeat-y left;
	clear:both;
	width:100%;
}

div.rounded div.middle div.right {
    background:url(../images/r.png) repeat-y right;
    margin-left:25px;
}

div.rounded div.middle div.right div.content {
	color:#fff;
	font-family:"Trebuchet MS", Calibri, Tahoma, sans-serif;
	font-size:1.0em;
	line-height:1.3em;
	margin-right:25px;
	padding:0px 7px;
	text-align:left;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
}

div.rounded div.middle div.right div.content p {
	margin:0px;
	padding-top:25px;
	line-height: 110%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}

div.rounded div.middle div.right div.content h2 {
	color:#270B08;
	font-size:1.75em;
	font-weight:bold;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

div.rounded div.bottom {
    background:url(../images/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../images/br.png) no-repeat top right;
    height:25px;
    margin-left:25px;
}

