/* :/ */


.totheleft, .totheright {
		width: 475px;
      border: 1px solid #cccccc;
      border-radius: 10px;
      margin-bottom: 15px;
      display: block;
      background: #eeeeee;
}
 
.totheright {
	float: right;
}

.totheleft {
	float: left;
	clear: left;
}

.totheleft p, .totheright p {
	/* override value in include/style.css */
	margin-left: 0em;
	margin-right: 0em;
	margin: 20px 10px 10px 10px;
}

.totheleft h2, .totheright h2 {
	color: #666666;
	margin: 0 0 5px 0em;
	padding: 5px;
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.totheleft ul {
	margin-left: 1em;
}

/* :/ */

.clearthx {
	clear: both;
}

.containmyexcitement {
	float: left;
}

