.containmyexcitement {
        width: 44%;   
        float: left;  
        margin-right: 1%;
        margin-left: 1%;
}
 
/* :/ */
.totheleft, .totheright {
        display: block;
        padding: 0em 1em 0em 1em;
        border: 1px dotted #000000;
        padding-bottom: 1em;
        margin-bottom: 1em;
        background-color: #aaaadd;
	/* internet explorer bug work-around, we get disappearing text without
	the next line */
	height: 0.01%;
	/* don't you just *love* internet explorer? */
}
 
.totheright {
        width: 44%;
        float: right;
        margin-right: 2%;
}


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

.totheleft h2, .totheright h2 {
	color: #666666;
	margin: 0 0 0em 0em;
	padding-left: 0em;
	padding-right: 1em;
	text-align: right;
	margin-top: 0.5em;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

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

/* :/ */

.clearthx {
	clear: both;
}
