/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*   this is the left section   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.halfleft {
	float: left;
	width: 38%;
	padding: 0;
	margin: 0;
}

.headline {
	width: 100%;
	color: #FFFFFF;
	padding: 4px;
	background-color: #993300;
	border-style: solid;
	border-width: thin;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*  this is the right section   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.halfright {
	width: 58%;
	float: right;
	padding: 0;
	margin: 0;
}

.banner {
	color: #FFFFFF;
	padding: 8px;
	background-color: #993300;
	border-style: solid;
	border-width: thin;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*   this defines subs in both sections   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.halfleft1 {
	width: 48%;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

.halfright1 {
	width: 48%;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
}