/* rounded boxes */

.roundcont {
	width: auto;
	background: url("conners/connerback.jpg");
	color: #fff;
	font-size: 115%;
	height: auto;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(conners/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(conners/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcont, h2 {
color: #000;
}

.roundcont table {
padding-left: 10px;
}

/* Other junk */
table {font-size: 12pt;}
div#content table {font-size:11pt; font-family: Arial, Helvetica; color: #000000; text-align:left;}
td {vertical-align:top;}	

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
div#content table{position:relative;left:-40px;}

.sidebox {
	margin: 0 0; /* center for now */
	width: 550px; /* ems so it will grow */
	background: url(workshops/sbbody-r.jpg) no-repeat bottom right;
}
.sideboxA {
	margin: 0 auto; /* center for now */
	width: 250px; /* ems so it will grow */
	background: url(workshops/sbbody-r.jpg) no-repeat bottom right;
	text-align:center;
}

.boxhead {
	background: url(workshops/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(workshops/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #000; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	padding-top: 32px;
}
.boxbody {
	background: url(workshops/sbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.floatlef {float: left;}
.floatright{float:right;}
p.smaller{line-height:24pt;font-weight:none;}
table a{color:#000;}

